Defines | |
#define | USUL_UNSAFE_CAST(to_type, from_object) ( (to_type) (from_object) ) |
#define | SAFE_CAST_FOX(Type, pointer) ( ( (pointer) && (pointer)->isMemberOf ( FXMETACLASS ( Type ) ) ) ? reinterpret_cast < Type * > ( pointer ) : 0x0 ) |
#define | SAFE_CAST_FOX_CONST(Type, pointer) ( ( (pointer) && (pointer)->isMemberOf ( FXMETACLASS ( Type ) ) ) ? reinterpret_cast < const Type * > ( pointer ) : 0x0 ) |
#define SAFE_CAST_FOX | ( | Type, | |||
pointer | ) | ( ( (pointer) && (pointer)->isMemberOf ( FXMETACLASS ( Type ) ) ) ? reinterpret_cast < Type * > ( pointer ) : 0x0 ) |
#define SAFE_CAST_FOX_CONST | ( | Type, | |||
pointer | ) | ( ( (pointer) && (pointer)->isMemberOf ( FXMETACLASS ( Type ) ) ) ? reinterpret_cast < const Type * > ( pointer ) : 0x0 ) |
#define USUL_UNSAFE_CAST | ( | to_type, | |||
from_object | ) | ( (to_type) (from_object) ) |