|
CeresEngine 0.2.0
A game development framework
|
#include "Forward.hpp"#include "CeresEngine/Macros.hpp"#include "CeresEngine/Foundation/Exception.hpp"#include "CeresEngine/Foundation/Container/MemoryView.hpp"#include "CeresEngine/Foundation/Container/Vector.hpp"#include "CeresEngine/Entity/Component.hpp"#include "CeresEngine/Entity/EntityID.hpp"#include <cassert>#include <type_traits>Go to the source code of this file.
Classes | |
| class | CeresEngine::AbstractComponentStore |
| The component store class is responsible for managing and organizing component data storage in memory. More... | |
| class | CeresEngine::ComponentStore< C > |
| A type-safe component store implementation. More... | |
Namespaces | |
| namespace | CeresEngine |