EntityManager.Range

A range over all entities in the manager.

Members

Functions

empty
bool empty()

Return if an only if the range cannot access any more entities.

front
Entity front()

Return the current entity.

length
size_t length()

Return the number of entities to iterate over (including empty ones).

popFront
void popFront()

Access the next entity.

save
Range save()

Return a copy of this range.

Meta