reflectable type define More...
#include "zfautoFwd.h"Go to the source code of this file.
Classes | |
| class | ZFTypeInfo |
| base protocol for ZFTypeId More... | |
| class | ZFTypeId< T_Type, T_isZFObject, T_isPointer > |
| type data traits for ZFTYPEID_DECLARE More... | |
| class | ZFTypeId< T_Type, T_isZFObject, T_isPointer >::Value< T_Access > |
| try access as raw value More... | |
Macros | |
| #define | ZFTypeId_none() |
| shows that the property has no type and can not be used in advanced property copy operation, ensured empty string | |
Functions | |
| const ZFTypeInfo * | ZFTypeInfoForName (const zfstring &typeId) |
| access type id data | |
| void | ZFTypeInfoGetAllT (ZFCoreArray< const ZFTypeInfo * > &ret) |
| see ZFTypeInfoGetAll | |
| ZFCoreArray< const ZFTypeInfo * > | ZFTypeInfoGetAll (void) |
| access type id data | |
reflectable type define