CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
MetaItem.hpp File Reference
#include "Forward.hpp"
#include "Type.hpp"
#include "Box.hpp"
#include "CeresEngine/Foundation/Function.hpp"
#include "CeresEngine/Foundation/String.hpp"
#include "CeresEngine/Foundation/Container/Map.hpp"
#include <functional>

Go to the source code of this file.

Classes

class  CeresEngine::ReflectionAttributeContainer
 
class  CeresEngine::MetaItem
 A generic item that can be added as a member of a namespace. More...
 

Namespaces

namespace  CeresEngine
 

Enumerations

enum class  CeresEngine::MetaCategory : unsigned int {
  CeresEngine::Class , CeresEngine::Property , CeresEngine::Method , CeresEngine::Constructor ,
  CeresEngine::Enum , CeresEngine::EnumValue
}
 The category of a MetaItem. More...