VCF::AbstractClassInfo< CLASS_TYPE > Class Template Reference
The AbstractClassInfo is used to simplify registering classes with the FoundationKit's runtime ClassRegistry. More...
#include <vcf/FoundationKit/ClassInfo.h>
Public Member Functions | |
| AbstractClassInfo (const String &className, const String &superClassName, const String &classID) | |
| virtual | ~AbstractClassInfo () |
| bool | isClassRegistered () |
Detailed Description
template<class CLASS_TYPE>
class VCF::AbstractClassInfo< CLASS_TYPE >
The AbstractClassInfo is used to simplify registering classes with the FoundationKit's runtime ClassRegistry.
It is uses specifically with classes that are abstract, in other words are not supposed to be created, only derived from. 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
