vcf/FoundationKit/Class.h File Reference
Namespaces | |
| namespace | VCF |
Classes | |
| class | VCF::Class |
| Class is the base class for all RTTI in the Framework. More... | |
Defines | |
| #define | CLASS_INTEGER "integer" |
| common class names for native types, like int, long, char, bool, etc. | |
| #define | CLASS_INT "integer" |
| #define | CLASS_UINT "uint" |
| #define | CLASS_LONG "long" |
| #define | CLASS_ULONG "ulong" |
| #define | CLASS_FLOAT "float" |
| #define | CLASS_DOUBLE "double" |
| #define | CLASS_CHAR "char" |
| #define | CLASS_BOOL "bool" |
| #define | CLASS_SHORT "short" |
| #define | CLASS_USHORT "ushort" |
| #define | CLASS_ENUM "enum" |
| #define | CLASS_STRING "string" |
Define Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
common class names for native types, like int, long, char, bool, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
