Kross
Kross::MetaType Class Referenceabstract
#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.
Definition at line 42 of file metatype.h.
Constructor & Destructor Documentation
◆ ~MetaType()
|
inlinevirtual |
Definition at line 45 of file metatype.h.
Member Function Documentation
◆ toVoidStar()
|
pure virtual |
Implemented in Kross::MetaTypeImpl< METATYPE >, Kross::MetaTypeVariant< VARIANTTYPE >, and Kross::MetaTypeVoidStar.
◆ 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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.