vcf/FoundationKit/ClassRegistry.h File Reference
Namespaces | |
| namespace | VCF |
Classes | |
| class | VCF::ClassRegistry |
| ClassRegistry contains all Class's in the Framework Runtime. More... | |
Defines | |
| #define | classid(classType) |
| This macro is used in a way similar to the C++ typeid operator. | |
Define Documentation
|
|
Value: VCF::ClassRegistry::getClass( #classType )\ \ Where typeid() returns a const type_info reference, the classid() "operator" returns a Class pointer or NULL if no class can be found in the ClassRegistry. For example: The clazz variable will now point to a Class instance associated with the Window class. |
