VCF::ClassInfo< CLASS_TYPE > Class Template Reference
ClassInfo is used to simplify registering classes with the FoundationKit's runtime ClassRegistry. More...
#include <vcf/FoundationKit/ClassInfo.h>
Public Member Functions | |
| ClassInfo (const String &className, const String &superClassName, const String &classID) | |
| virtual | ~ClassInfo () |
| bool | isClassRegistered () |
Detailed Description
template<class CLASS_TYPE>
class VCF::ClassInfo< CLASS_TYPE >
ClassInfo is used to simplify registering classes with the FoundationKit's runtime ClassRegistry.
The class is derived from by using the macros below. It is created on the stack, and the constructor will automatically register the class, as well as any of the classes properties, methods, and events that have been specified through the macros.
Constructor & Destructor Documentation
|
||||||||||||||||||||
|
|
|
|||||||||
|
|
Member Function Documentation
|
|||||||||
|
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/ClassInfo.h
