iCelEntityIterator Struct Reference
An iterator for entities. More...
#include <physicallayer/entity.h>
Inheritance diagram for iCelEntityIterator:

Public Member Functions | |
virtual bool | HasNext () const =0 |
Check if we have any more entities to iterate through. | |
virtual iCelEntity * | Next ()=0 |
Move forward, returning the next entity in the iterator. |
Detailed Description
An iterator for entities.
Definition at line 239 of file entity.h.
Member Function Documentation
virtual bool iCelEntityIterator::HasNext | ( | ) | const [pure virtual] |
Check if we have any more entities to iterate through.
virtual iCelEntity* iCelEntityIterator::Next | ( | ) | [pure virtual] |
Move forward, returning the next entity in the iterator.
The documentation for this struct was generated from the following file:
- physicallayer/entity.h
Generated for CEL: Crystal Entity Layer 1.4.1 by doxygen 1.7.1