VOX
A little voxel engine
Loading...
Searching...
No Matches
ecs::ComponentStorage< EntityType, ComponentType > Member List

This is the complete list of members for ecs::ComponentStorage< EntityType, ComponentType >, including all inherited members.

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