![]() |
VR-Forces 4.0.4 Class Documentation
|
Public Member Functions | |
| DtRangedObjectIterator (const DtRangedObjectType *) | |
| DtObjectType | current () const |
| DtObjectType | operator++ () |
| DtObjectType | next () |
| bool | atEnd () const |
| bool | increaseOffsetsFrom (int) |
Protected Member Functions | |
| void | createElementsAndOffsets () |
Protected Attributes | |
| const DtRangedObjectType * | myObject |
| std::vector< int > | myOffsets |
| std::vector< std::vector< int > > | myElements |
| bool | myIsRangedObject |
| bool | myAtEnd |
| DtObjectType DtRangedObjectIterator::current | ( | ) | const |
| DtObjectType DtRangedObjectIterator::operator++ | ( | ) | [inline] |
References next().
Referenced by operator++().
| bool DtRangedObjectIterator::atEnd | ( | ) | const |
| void DtRangedObjectIterator::createElementsAndOffsets | ( | ) | [protected] |
const DtRangedObjectType* DtRangedObjectIterator::myObject [protected] |
std::vector<int> DtRangedObjectIterator::myOffsets [protected] |
std::vector<std::vector<int> > DtRangedObjectIterator::myElements [protected] |
bool DtRangedObjectIterator::myIsRangedObject [protected] |
bool DtRangedObjectIterator::myAtEnd [protected] |