/haiku/headers/private/kernel/util/ |
H A D | FixedWidthPointer.h | 69a8b95491c160f03a5b0dab0fa8d1899fe42d4b Sat Jun 23 21:49:32 UTC 2012 Ingo Weinhold <ingo_weinhold@gmx.de> FixedWidthPointer: Fix ==/!= operators, remove OtherType casts
* FixedWidthPointer: - operators ==/!=: Change second operand type from void* to const Type*. Also add non-const version to resolve ambiguity warning when comparing with non-const pointer. - Add Pointer() getter. - Remove templatized cast operators. They are nice for casting the pointer directly to another pointer type, but result in ambiguity. * Make preloaded_image::debug_string_table non-const. Avoids clashes of the const and non-coast FixedWidthPointer comparison operators. A cleaner (but more verbose) solution would be to spezialize FixedWidthPointer for const types.
|
/haiku/src/system/kernel/arch/x86/timers/ |
H A D | x86_hpet.cpp | 69a8b95491c160f03a5b0dab0fa8d1899fe42d4b Sat Jun 23 21:49:32 UTC 2012 Ingo Weinhold <ingo_weinhold@gmx.de> FixedWidthPointer: Fix ==/!= operators, remove OtherType casts
* FixedWidthPointer: - operators ==/!=: Change second operand type from void* to const Type*. Also add non-const version to resolve ambiguity warning when comparing with non-const pointer. - Add Pointer() getter. - Remove templatized cast operators. They are nice for casting the pointer directly to another pointer type, but result in ambiguity. * Make preloaded_image::debug_string_table non-const. Avoids clashes of the const and non-coast FixedWidthPointer comparison operators. A cleaner (but more verbose) solution would be to spezialize FixedWidthPointer for const types.
|
/haiku/src/system/boot/platform/bios_ia32/ |
H A D | start.cpp | 69a8b95491c160f03a5b0dab0fa8d1899fe42d4b Sat Jun 23 21:49:32 UTC 2012 Ingo Weinhold <ingo_weinhold@gmx.de> FixedWidthPointer: Fix ==/!= operators, remove OtherType casts
* FixedWidthPointer: - operators ==/!=: Change second operand type from void* to const Type*. Also add non-const version to resolve ambiguity warning when comparing with non-const pointer. - Add Pointer() getter. - Remove templatized cast operators. They are nice for casting the pointer directly to another pointer type, but result in ambiguity. * Make preloaded_image::debug_string_table non-const. Avoids clashes of the const and non-coast FixedWidthPointer comparison operators. A cleaner (but more verbose) solution would be to spezialize FixedWidthPointer for const types.
|
H A D | smp.cpp | 69a8b95491c160f03a5b0dab0fa8d1899fe42d4b Sat Jun 23 21:49:32 UTC 2012 Ingo Weinhold <ingo_weinhold@gmx.de> FixedWidthPointer: Fix ==/!= operators, remove OtherType casts
* FixedWidthPointer: - operators ==/!=: Change second operand type from void* to const Type*. Also add non-const version to resolve ambiguity warning when comparing with non-const pointer. - Add Pointer() getter. - Remove templatized cast operators. They are nice for casting the pointer directly to another pointer type, but result in ambiguity. * Make preloaded_image::debug_string_table non-const. Avoids clashes of the const and non-coast FixedWidthPointer comparison operators. A cleaner (but more verbose) solution would be to spezialize FixedWidthPointer for const types.
|
/haiku/headers/private/kernel/boot/ |
H A D | elf.h | 69a8b95491c160f03a5b0dab0fa8d1899fe42d4b Sat Jun 23 21:49:32 UTC 2012 Ingo Weinhold <ingo_weinhold@gmx.de> FixedWidthPointer: Fix ==/!= operators, remove OtherType casts
* FixedWidthPointer: - operators ==/!=: Change second operand type from void* to const Type*. Also add non-const version to resolve ambiguity warning when comparing with non-const pointer. - Add Pointer() getter. - Remove templatized cast operators. They are nice for casting the pointer directly to another pointer type, but result in ambiguity. * Make preloaded_image::debug_string_table non-const. Avoids clashes of the const and non-coast FixedWidthPointer comparison operators. A cleaner (but more verbose) solution would be to spezialize FixedWidthPointer for const types.
|
/haiku/src/system/boot/loader/ |
H A D | menu.cpp | 69a8b95491c160f03a5b0dab0fa8d1899fe42d4b Sat Jun 23 21:49:32 UTC 2012 Ingo Weinhold <ingo_weinhold@gmx.de> FixedWidthPointer: Fix ==/!= operators, remove OtherType casts
* FixedWidthPointer: - operators ==/!=: Change second operand type from void* to const Type*. Also add non-const version to resolve ambiguity warning when comparing with non-const pointer. - Add Pointer() getter. - Remove templatized cast operators. They are nice for casting the pointer directly to another pointer type, but result in ambiguity. * Make preloaded_image::debug_string_table non-const. Avoids clashes of the const and non-coast FixedWidthPointer comparison operators. A cleaner (but more verbose) solution would be to spezialize FixedWidthPointer for const types.
|
/haiku/src/system/kernel/debug/ |
H A D | debug.cpp | 69a8b95491c160f03a5b0dab0fa8d1899fe42d4b Sat Jun 23 21:49:32 UTC 2012 Ingo Weinhold <ingo_weinhold@gmx.de> FixedWidthPointer: Fix ==/!= operators, remove OtherType casts
* FixedWidthPointer: - operators ==/!=: Change second operand type from void* to const Type*. Also add non-const version to resolve ambiguity warning when comparing with non-const pointer. - Add Pointer() getter. - Remove templatized cast operators. They are nice for casting the pointer directly to another pointer type, but result in ambiguity. * Make preloaded_image::debug_string_table non-const. Avoids clashes of the const and non-coast FixedWidthPointer comparison operators. A cleaner (but more verbose) solution would be to spezialize FixedWidthPointer for const types.
|