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