Kross::MetaType Class Reference
#include <metatype.h>
Inheritance diagram for Kross::MetaType:

Public Member Functions | |
| virtual | ~MetaType () |
| virtual void * | toVoidStar ()=0 |
| virtual int | typeId ()=0 |
Detailed Description
Base class for metatype-implementations.
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::MetaTypeVoidStar, Kross::MetaTypeVariant, and Kross::MetaTypeImpl.
| virtual int Kross::MetaType::typeId | ( | ) | [pure virtual] |
Implemented in Kross::MetaTypeVoidStar, Kross::MetaTypeVariant, and Kross::MetaTypeImpl.
The documentation for this class was generated from the following file:
KDE 4.7 API Reference