Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ecs::EntityContainers Struct Reference

Public Member Functions

EntityContaineroperator[] (Entity entity)
 
const EntityContaineroperator[] (Entity entity) const
 

Public Attributes

cnt::ilist< EntityContainer, Entityentities
 Implicit list of entities. Used for look-ups only when searching for entities in chunks + data validation. Entities only.
 
cnt::map< EntityLookupKey, EntityContainerpairs
 Just like m_recs.entities, but stores pairs. Needs to be a map because pair ids are huge numbers.
 

The documentation for this struct was generated from the following file: