Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::ECS::ComponentRegistrar Member List

This is the complete list of members for Grindstone::ECS::ComponentRegistrar, including all inherited members.

begin() (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual
begin() const (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual
CallCreateOnRegistry(entt::registry &registry) (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual
CallDestroyOnRegistry(entt::registry &registry) (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual
ComponentMap typedef (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrar
CopyRegistry(entt::registry &to, entt::registry &from) (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual
CreateComponent(const char *name, ECS::Entity entity) (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual
CreateComponentWithSetup(const char *name, ECS::Entity entity) (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual
DestroyEntity(ECS::Entity entity) (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual
end() (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual
end() const (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual
GetEntityRegistry() (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual
HasComponent(const char *name, ECS::Entity entity) (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual
RegisterComponent(SetupComponentFn setupComponentFn=nullptr, DestroyComponentFn destroyComponentFn=nullptr) (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarinline
RegisterComponent(const char *name, ComponentFunctions componentFunctions) (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual
RemoveComponent(const char *name, ECS::Entity entity) (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual
SetupComponent(const char *componentType, ECS::Entity entity, void *componentPtr) (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual
TryGetComponent(const char *name, ECS::Entity entity, void *&outComponent) (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual
TryGetComponentReflectionData(const char *name, Grindstone::Reflection::TypeDescriptor_Struct &outReflectionData) (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual
UnregisterComponent() (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarinline
UnregisterComponent(const char *name) (defined in Grindstone::ECS::ComponentRegistrar)Grindstone::ECS::ComponentRegistrarvirtual