|
Open CASCADE Technology
6.5.4
|
#include <NCollection_BaseVector.hxx>

Protected Member Functions | |
| Iterator () | |
| Iterator (const NCollection_BaseVector &theVector) | |
| Iterator (const Iterator &theVector) | |
| void | InitV (const NCollection_BaseVector &theVector) |
| void | CopyV (const Iterator &) |
| Standard_Boolean | MoreV () const |
| void | NextV () |
| const MemBlock * | CurBlockV () const |
Protected Attributes | |
| const NCollection_BaseVector * | myVector |
| Standard_Integer | myICurBlock |
| Standard_Integer | myIEndBlock |
| Standard_Integer | myCurIndex |
| Standard_Integer | myEndIndex |
| NCollection_BaseVector::Iterator::Iterator | ( | void | ) | [inline, protected] |
Reimplemented in NCollection_Vector< TheItemType >::Iterator.
| NCollection_BaseVector::Iterator::Iterator | ( | const NCollection_BaseVector & | theVector | ) | [inline, protected] |
| NCollection_BaseVector::Iterator::Iterator | ( | const Iterator & | theVector | ) | [inline, protected] |
| void NCollection_BaseVector::Iterator::CopyV | ( | const Iterator & | ) | [protected] |
| const MemBlock* NCollection_BaseVector::Iterator::CurBlockV | ( | ) | const [inline, protected] |
| void NCollection_BaseVector::Iterator::InitV | ( | const NCollection_BaseVector & | theVector | ) | [protected] |
| Standard_Boolean NCollection_BaseVector::Iterator::MoreV | ( | ) | const [inline, protected] |
| void NCollection_BaseVector::Iterator::NextV | ( | ) | [inline, protected] |
1.8.0