Open CASCADE Technology
7.4.0
|
Nested class Iterator. More...
#include <NCollection_Vector.hxx>
Public Member Functions | |
Iterator () | |
Empty constructor - for later Init. More... | |
Iterator (const NCollection_Vector &theVector, Standard_Boolean theToEnd=Standard_False) | |
Constructor with initialisation. More... | |
Iterator (const Iterator &theOther) | |
Copy constructor. More... | |
void | Init (const NCollection_Vector &theVector) |
Initialisation. More... | |
Iterator & | operator= (const Iterator &theOther) |
Assignment. More... | |
Standard_Boolean | More () const |
Check end. More... | |
void | Next () |
Increment operator. More... | |
void | Previous () |
Decrement operator. More... | |
void | Offset (ptrdiff_t theOffset) |
Offset operator. More... | |
ptrdiff_t | Differ (const Iterator &theOther) const |
Difference operator. More... | |
const TheItemType & | Value () const |
Constant value access. More... | |
TheItemType & | ChangeValue () const |
Variable value access. More... | |
Standard_Boolean | IsEqual (const Iterator &theOther) const |
Performs comparison of two iterators. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from NCollection_BaseVector::Iterator | |
Iterator () | |
Iterator (const NCollection_BaseVector &theVector, Standard_Boolean theToEnd=Standard_False) | |
Iterator (const Iterator &theVector) | |
void | initV (const NCollection_BaseVector &theVector, Standard_Boolean theToEnd=Standard_False) |
void | copyV (const Iterator &) |
Standard_Boolean | moreV () const |
void | nextV () |
void | prevV () |
void | offsetV (Standard_Integer theOffset) |
Standard_Integer | differV (const Iterator &theOther) const |
const MemBlock * | curBlockV () const |
Protected Attributes inherited from NCollection_BaseVector::Iterator | |
const NCollection_BaseVector * | myVector |
the Master vector More... | |
Standard_Integer | myICurBlock |
<>of the current block>
More... | |
Standard_Integer | myIEndBlock |
Standard_Integer | myCurIndex |
Index in the current block. More... | |
Standard_Integer | myEndIndex |
Nested class Iterator.
|
inline |
Empty constructor - for later Init.
|
inline |
Constructor with initialisation.
|
inline |
Copy constructor.
|
inline |
Variable value access.
|
inline |
Difference operator.
|
inline |
Initialisation.
|
inline |
Performs comparison of two iterators.
|
inline |
Check end.
|
inline |
Increment operator.
|
inline |
Offset operator.
|
inline |
Assignment.
|
inline |
Decrement operator.
|
inline |
Constant value access.