Kross
Kross::MetaTypeImpl< METATYPE > Class Template Reference
#include <metatype.h>
Inheritance diagram for Kross::MetaTypeImpl< METATYPE >:

Detailed Description
template<typename METATYPE>
class Kross::MetaTypeImpl< METATYPE >
Metatypes which are registered in the QMetaType system.
Definition at line 57 of file metatype.h.
Public Member Functions | |
MetaTypeImpl (const METATYPE &v) | |
virtual void * | toVoidStar () |
virtual int | typeId () |
virtual | ~MetaTypeImpl () |
Constructor & Destructor Documentation
template<typename METATYPE>
Kross::MetaTypeImpl< METATYPE >::MetaTypeImpl | ( | const METATYPE & | v | ) | [inline] |
Definition at line 60 of file metatype.h.
template<typename METATYPE>
virtual Kross::MetaTypeImpl< METATYPE >::~MetaTypeImpl | ( | ) | [inline, virtual] |
Definition at line 65 of file metatype.h.
Member Function Documentation
template<typename METATYPE>
virtual void* Kross::MetaTypeImpl< METATYPE >::toVoidStar | ( | ) | [inline, virtual] |
template<typename METATYPE>
virtual int Kross::MetaTypeImpl< METATYPE >::typeId | ( | ) | [inline, virtual] |
The documentation for this class was generated from the following file: