#include <NCollection_BaseVector.hxx>
Inheritance diagram for NCollection_BaseVector::Iterator:
Protected Member Functions | |
Iterator () | |
Iterator (const NCollection_BaseVector &theVector) | |
Iterator (const Iterator &theVector) | |
Standard_EXPORT void | InitV (const NCollection_BaseVector &theVector) |
Standard_EXPORT void | CopyV (const Iterator &) |
Standard_Boolean | MoreV () const |
void | NextV () |
const MemBlock * | CurBlockV () const |
Protected Attributes | |
const NCollection_BaseVector * | myVector |
size_t | myICurBlock |
size_t | myIEndBlock |
size_t | myCurIndex |
size_t | myEndIndex |
|
Reimplemented in NCollection_Vector< TheItemType >::Iterator. |
|
|
|
Reimplemented in NCollection_Vector< TheItemType >::Iterator. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|