My Project
Registry Member List

This is the complete list of members for Registry, including all inherited members.

add_component(Entity const &e, Component &&c)Registryinline
add_system(Function &&f)Registryinline
add_system(Function const &f)Registryinline
emplace_component(Entity const &to, Params &&...p)Registryinline
entity_from_index(std::size_t idx) constRegistryinline
get_components()Registryinline
get_components() constRegistryinline
kill_entity(Entity const &e)Registryinline
register_component()Registryinline
Registry()=defaultRegistryexplicit
Registry(std::size_t nbEntities)Registryinlineexplicit
remove_component(Entity const &from)Registryinline
run_systems()Registryinline
spawn_entity()Registryinline
spawn_entity_with(Components &&...components)Registryinline
~Registry()=defaultRegistryvirtual