![]() |
Public API Reference |
An iterator for entities. More...
#include <physicallayer/entity.h>
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. | |
| 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.