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

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>

List of all members.

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

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

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


Member Function Documentation

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


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