|
CeresEngine 0.2.0
A game development framework
|
A generic item that can be added as a member of a namespace. More...
#include <CeresEngine/Reflection/MetaItem.hpp>
Public Member Functions | |
| virtual | ~MetaItem () noexcept=default |
| virtual MetaCategory | getCategory () const =0 |
| Gets the category of the item. | |
A generic item that can be added as a member of a namespace.
|
virtualdefaultnoexcept |
|
pure virtual |
Gets the category of the item.
Implemented in CeresEngine::ClassProperty, CeresEngine::ClassConstructor, CeresEngine::ClassMethod, and CeresEngine::EnumValue.