| Puma Reference Manual | Puma::UnitIterator Class Reference |
#include <UnitIterator.h>
Public Member Functions | |
| UnitIterator () | |
| UnitIterator (ListElement &) | |
| UnitIterator (Unit &) | |
| UnitIterator & | operator= (ListElement &) |
| UnitIterator & | operator= (Unit &) |
| UnitIterator & | operator++ () |
| UnitIterator & | operator-- () |
| Token * | operator* () const |
| Token * | operator-> () const |
| Puma::UnitIterator::UnitIterator | ( | ) |
| Puma::UnitIterator::UnitIterator | ( | ListElement & | ) |
| Puma::UnitIterator::UnitIterator | ( | Unit & | ) |
| Token* Puma::UnitIterator::operator* | ( | ) | const |
| UnitIterator& Puma::UnitIterator::operator++ | ( | ) |
| UnitIterator& Puma::UnitIterator::operator-- | ( | ) |
| Token* Puma::UnitIterator::operator-> | ( | ) | const |
| UnitIterator& Puma::UnitIterator::operator= | ( | ListElement & | ) |
| UnitIterator& Puma::UnitIterator::operator= | ( | Unit & | ) |