base_type typedef | ecs::ComponentStorage< EntityType, ComponentType > | |
begin() | ecs::ComponentStorage< EntityType, ComponentType > | inline |
begin() const | ecs::ComponentStorage< EntityType, ComponentType > | inline |
ComponentStorage() | ecs::ComponentStorage< EntityType, ComponentType > | inline |
ComponentStorage(ComponentStorage &other)=default | ecs::ComponentStorage< EntityType, ComponentType > | |
ComponentStorage(ComponentStorage &&other)=default | ecs::ComponentStorage< EntityType, ComponentType > | |
const_iterator typedef | ecs::ComponentStorage< EntityType, ComponentType > | |
const_reverse_iterator typedef | ecs::ComponentStorage< EntityType, ComponentType > | |
container_type typedef | ecs::ComponentStorage< EntityType, ComponentType > | |
contains(entityType entity) const | ecs::SparseSet< EntityType > | inline |
dense_type typedef | ecs::SparseSet< EntityType > | |
end() | ecs::ComponentStorage< EntityType, ComponentType > | inline |
end() const | ecs::ComponentStorage< EntityType, ComponentType > | inline |
get(EntityType entity) | ecs::ComponentStorage< EntityType, ComponentType > | inline |
get(EntityType entity) const | ecs::ComponentStorage< EntityType, ComponentType > | inline |
index(entityType entity) const | ecs::SparseSet< EntityType > | inline |
insert(EntityType entity, ComponentType component) | ecs::ComponentStorage< EntityType, ComponentType > | inline |
SparseSet< EntityType >::insert(entityType entity) | ecs::SparseSet< EntityType > | inline |
iterator typedef | ecs::ComponentStorage< EntityType, ComponentType > | |
node_type typedef | ecs::SparseSet< EntityType > | |
operator=(ComponentStorage &other)=default | ecs::ComponentStorage< EntityType, ComponentType > | |
operator=(ComponentStorage &&other)=default | ecs::ComponentStorage< EntityType, ComponentType > | |
SparseSet< EntityType >::operator=(SparseSet &other)=default | ecs::SparseSet< EntityType > | |
SparseSet< EntityType >::operator=(SparseSet &&other)=default | ecs::SparseSet< EntityType > | |
rbegin() | ecs::ComponentStorage< EntityType, ComponentType > | inline |
rbegin() const | ecs::ComponentStorage< EntityType, ComponentType > | inline |
remove(EntityType entity) override | ecs::ComponentStorage< EntityType, ComponentType > | inline |
SparseSet< EntityType >::remove(entityType entity) | ecs::SparseSet< EntityType > | inlinevirtual |
rend() | ecs::ComponentStorage< EntityType, ComponentType > | inline |
rend() const | ecs::ComponentStorage< EntityType, ComponentType > | inline |
reverse_iterator typedef | ecs::ComponentStorage< EntityType, ComponentType > | |
size() const | ecs::ComponentStorage< EntityType, ComponentType > | inline |
sparse_type typedef | ecs::SparseSet< EntityType > | |
SparseSet() | ecs::SparseSet< EntityType > | inline |
SparseSet(size_t size) | ecs::SparseSet< EntityType > | inline |
SparseSet(SparseSet &other)=default | ecs::SparseSet< EntityType > | |
SparseSet(SparseSet &&other)=default | ecs::SparseSet< EntityType > | |
tryGet(EntityType entity) | ecs::ComponentStorage< EntityType, ComponentType > | inline |
tryGet(EntityType entity) const | ecs::ComponentStorage< EntityType, ComponentType > | inline |
~ComponentStorage() | ecs::ComponentStorage< EntityType, ComponentType > | inline |
~SparseSet()=default | ecs::SparseSet< EntityType > | virtual |