|
JustAnotherDnDGame 0.1.0
Jeu de rĂ´le tactique au d20, vue de dessus, en C++/Qt
|
This is the complete list of members for core::ComponentPool< T >, including all inherited members.
| _components | core::ComponentPool< T > | private |
| _entities | core::ComponentPool< T > | private |
| _sparse | core::ComponentPool< T > | private |
| add(Entity entity, const T &component) | core::ComponentPool< T > | inline |
| components() const | core::ComponentPool< T > | inline |
| empty() const | core::ComponentPool< T > | inline |
| ensureSparseSize(Entity::Index index) | core::ComponentPool< T > | inlineprivate |
| entities() const | core::ComponentPool< T > | inline |
| get(Entity entity) | core::ComponentPool< T > | inline |
| get(Entity entity) const | core::ComponentPool< T > | inline |
| has(Entity entity) const | core::ComponentPool< T > | inline |
| INVALID_POSITION | core::ComponentPool< T > | static |
| remove(Entity entity) | core::ComponentPool< T > | inline |
| removeIfPresent(Entity entity) override | core::ComponentPool< T > | inlinevirtual |
| size() const | core::ComponentPool< T > | inline |
| ~IComponentPool()=default | core::IComponentPool | virtual |