2 #ifndef _YI_PREDEF_DEPRECATED_H_ 3 #define _YI_PREDEF_DEPRECATED_H_ 5 #if defined(DOXY) || defined(YI_DEPRECATED_TYPES) 46 #define YI_NULL nullptr 59 #define YI_UINT8 YI_UINT8_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 60 #define YI_INT8 YI_INT8_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 61 #define YI_UINT16 YI_UINT16_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 62 #define YI_INT16 YI_INT16_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 63 #define YI_UINT32 YI_UINT32_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 64 #define YI_INT32 YI_INT32_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 65 #define YI_UINT64 YI_UINT64_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 66 #define YI_INT64 YI_INT64_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 67 #define YI_FLOAT YI_FLOAT_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 68 #define YI_DOUBLE YI_DOUBLE_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 70 #define YI_UID YI_UID_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 72 #define YI_WCHAR YI_WCHAR_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 73 #define YI_CHAR YI_CHAR_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 74 #define YI_CHAR16 YI_CHAR16_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 75 #define YI_CHAR32 YI_CHAR32_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 77 #define YI_INTPTR YI_INTPTR_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 78 #define YI_UINTPTR YI_UINTPTR_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 79 #define YI_SIZE YI_SIZE_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 80 #define YI_SSIZE YI_SSIZE_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 82 #define YI_NULL YI_NULL_is_deprecated_define_YI_DEPRECATED_TYPES_to_use_deprecated_types 86 #endif // _YI_PREDEF_DEPRECATED_H_ Definition: YiAbstractSignalTransition.h:7
wchar_t YI_WCHAR
Definition: YiPredefDeprecated.h:35
ssize_t YI_SSIZE
Definition: YiPredefDeprecated.h:43
float YI_FLOAT
Definition: YiPredefDeprecated.h:30
uintptr_t YI_UINTPTR
Definition: YiPredefDeprecated.h:41
size_t YI_SIZE
Definition: YiPredefDeprecated.h:42
uint8_t YI_UINT8
Definition: YiPredefDeprecated.h:22
int64_t YI_INT64
Definition: YiPredefDeprecated.h:29
char YI_CHAR
Definition: YiPredefDeprecated.h:36
uint64_t YI_UINT64
Definition: YiPredefDeprecated.h:28
double YI_DOUBLE
Definition: YiPredefDeprecated.h:31
ssize_t YI_UID
Definition: YiPredefDeprecated.h:33
uint16_t YI_UINT16
Definition: YiPredefDeprecated.h:24
int32_t YI_INT32
Definition: YiPredefDeprecated.h:27
int ssize_t
Definition: YiPredefWin32.h:133
intptr_t YI_INTPTR
Definition: YiPredefDeprecated.h:40
int16_t YI_INT16
Definition: YiPredefDeprecated.h:25
int8_t YI_INT8
Definition: YiPredefDeprecated.h:23
uint32_t YI_UINT32
Definition: YiPredefDeprecated.h:26
char16_t YI_CHAR16
Definition: YiPredefDeprecated.h:37
char32_t YI_CHAR32
Definition: YiPredefDeprecated.h:38