|
ecs
|
Entity Component System. More...
Classes | |
| class | Entity |
| Entity class from ECS. More... | |
| class | ISystem |
| class | Registry |
| define the Registry class More... | |
| class | SparseArray |
| SparseArray class. More... | |
Concepts | |
| concept | SystemImplementation |
Concept that ensures a type derives from System. | |
Typedefs | |
| using | RegistryRef = Registry & |
Functions | |
| template<typename Component > | |
| std::ostream & | operator<< (std::ostream &os, std::optional< Component > const &c) |
| help to print the optional value | |
| typedef Registry & ecs::RegistryRef |