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 |
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 & | ) |