Kross
Kross::MetaType Class Reference
Base class for metatype-implementations. More...
#include <metatype.h>
Inheritance diagram for Kross::MetaType:

Public Member Functions | |
virtual void * | toVoidStar ()=0 |
virtual int | typeId ()=0 |
virtual | ~MetaType () |
Detailed Description
Base class for metatype-implementations.Definition at line 42 of file metatype.h.
Constructor & Destructor Documentation
virtual Kross::MetaType::~MetaType | ( | ) | [inline, virtual] |
Definition at line 45 of file metatype.h.
Member Function Documentation
virtual void* Kross::MetaType::toVoidStar | ( | ) | [pure virtual] |
Implemented in Kross::MetaTypeImpl< METATYPE >, Kross::MetaTypeVariant< VARIANTTYPE >, and Kross::MetaTypeVoidStar.
virtual int Kross::MetaType::typeId | ( | ) | [pure virtual] |
Implemented in Kross::MetaTypeImpl< METATYPE >, Kross::MetaTypeVariant< VARIANTTYPE >, and Kross::MetaTypeVoidStar.
The documentation for this class was generated from the following file: