My Project
|
This is the complete list of members for Registry, including all inherited members.
add_component(Entity const &e, Component &&c) | Registry | inline |
add_system(Function &&f) | Registry | inline |
add_system(Function const &f) | Registry | inline |
emplace_component(Entity const &to, Params &&...p) | Registry | inline |
entity_from_index(std::size_t idx) const | Registry | inline |
get_components() | Registry | inline |
get_components() const | Registry | inline |
kill_entity(Entity const &e) | Registry | inline |
register_component() | Registry | inline |
Registry()=default | Registry | explicit |
Registry(std::size_t nbEntities) | Registry | inlineexplicit |
remove_component(Entity const &from) | Registry | inline |
run_systems() | Registry | inline |
spawn_entity() | Registry | inline |
spawn_entity_with(Components &&...components) | Registry | inline |
~Registry()=default | Registry | virtual |