OGL Engine 1.2.0-dev
|
This is the complete list of members for Engine::ECS::ComponentStorage< T >, including all inherited members.
Add(EntityID entityID, T *component) | Engine::ECS::ComponentStorage< T > | inline |
Clear() override | Engine::ECS::ComponentStorage< T > | inlinevirtual |
Get(EntityID entityID, int index=0) | Engine::ECS::ComponentStorage< T > | inline |
GetMany(EntityID entityID) | Engine::ECS::ComponentStorage< T > | inline |
GetRaw() const | Engine::ECS::ComponentStorage< T > | inline |
GetRef(EntityID entityID, int index=0) | Engine::ECS::ComponentStorage< T > | inline |
Remove(EntityID entityID) override | Engine::ECS::ComponentStorage< T > | inlinevirtual |
~IComponentStorage()=default | Engine::ECS::IComponentStorage | virtual |