Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

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>

List of all members.

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

template<class CLASS_TYPE>
VCF::AbstractClassInfo< CLASS_TYPE >::AbstractClassInfo const String className,
const String superClassName,
const String classID
[inline]
 

template<class CLASS_TYPE>
virtual VCF::AbstractClassInfo< CLASS_TYPE >::~AbstractClassInfo  )  [inline, virtual]
 


Member Function Documentation

template<class CLASS_TYPE>
bool VCF::AbstractClassInfo< CLASS_TYPE >::isClassRegistered  )  [inline]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information