|
32 #ifndef Pegasus_Array_h 33 #define Pegasus_Array_h 40 #include <Pegasus/Common/Config.h> 41 #include <Pegasus/Common/Char16.h> 42 #include <Pegasus/Common/String.h> 44 PEGASUS_NAMESPACE_BEGIN 46 #include <Pegasus/Common/ArrayInter.h> 48 #define PEGASUS_ARRAY_T Boolean 49 #include <Pegasus/Common/ArrayInter.h> 50 #undef PEGASUS_ARRAY_T 52 #define PEGASUS_ARRAY_T Uint8 53 #include <Pegasus/Common/ArrayInter.h> 54 #undef PEGASUS_ARRAY_T 56 #define PEGASUS_ARRAY_T Sint8 57 #include <Pegasus/Common/ArrayInter.h> 58 #undef PEGASUS_ARRAY_T 60 #define PEGASUS_ARRAY_T Uint16 61 #include <Pegasus/Common/ArrayInter.h> 62 #undef PEGASUS_ARRAY_T 64 #define PEGASUS_ARRAY_T Sint16 65 #include <Pegasus/Common/ArrayInter.h> 66 #undef PEGASUS_ARRAY_T 68 #define PEGASUS_ARRAY_T Uint32 69 #include <Pegasus/Common/ArrayInter.h> 70 #undef PEGASUS_ARRAY_T 72 #define PEGASUS_ARRAY_T Sint32 73 #include <Pegasus/Common/ArrayInter.h> 74 #undef PEGASUS_ARRAY_T 76 #define PEGASUS_ARRAY_T Uint64 77 #include <Pegasus/Common/ArrayInter.h> 78 #undef PEGASUS_ARRAY_T 80 #define PEGASUS_ARRAY_T Sint64 81 #include <Pegasus/Common/ArrayInter.h> 82 #undef PEGASUS_ARRAY_T 84 #define PEGASUS_ARRAY_T Real32 85 #include <Pegasus/Common/ArrayInter.h> 86 #undef PEGASUS_ARRAY_T 88 #define PEGASUS_ARRAY_T Real64 89 #include <Pegasus/Common/ArrayInter.h> 90 #undef PEGASUS_ARRAY_T 92 #define PEGASUS_ARRAY_T Char16 93 #include <Pegasus/Common/ArrayInter.h> 94 #undef PEGASUS_ARRAY_T 96 #define PEGASUS_ARRAY_T String 97 #include <Pegasus/Common/ArrayInter.h> 98 #undef PEGASUS_ARRAY_T 100 #if defined(PEGASUS_USE_DEPRECATED_INTERFACES) || defined(PEGASUS_INTERNALONLY) 103 # define PEGASUS_ARRAY_T char 104 # include <Pegasus/Common/ArrayInter.h> 105 # undef PEGASUS_ARRAY_T 108 PEGASUS_NAMESPACE_END
|