|
CeresEngine 0.2.0
A game development framework
|
#include "MetaItem.hpp"#include "Type.hpp"#include "CeresEngine/Foundation/Function.hpp"#include "CeresEngine/Foundation/Generator.hpp"#include "CeresEngine/Foundation/Container/Vector.hpp"#include <functional>Go to the source code of this file.
Classes | |
| class | CeresEngine::MetaContainer |
A base class for a container of MetaItems. More... | |
| struct | CeresEngine::MetaContainer::Deleter |
Namespaces | |
| namespace | CeresEngine |
Variables | |
| constexpr auto | CeresEngine::ConstructorSignature = "constructor" |
| constexpr auto | CeresEngine::DefaultConstructorSignature = "defaultConstructor" |
| constexpr auto | CeresEngine::CopyConstructorSignature = "copyConstructor" |
| constexpr auto | CeresEngine::MoveConstructorSignature = "moveConstructor" |