Open CASCADE Technology
7.3.0
|
Implementation of the Iterator interface. More...
#include <NCollection_Array1.hxx>
Public Member Functions | |
Iterator (void) | |
Empty constructor - for later Init. More... | |
Iterator (const NCollection_Array1 &theArray, Standard_Boolean theToEnd=Standard_False) | |
Constructor with initialization. More... | |
void | Init (const NCollection_Array1 &theArray) |
Initialisation. More... | |
Iterator & | operator= (const Iterator &theOther) |
Assignment. More... | |
Standard_Boolean | More (void) const |
Check end. More... | |
void | Next (void) |
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 (void) const |
Constant value access. More... | |
TheItemType & | ChangeValue (void) const |
Variable value access. More... | |
Standard_Boolean | IsEqual (const Iterator &theOther) const |
Performs comparison of two iterators. More... | |
Implementation of the Iterator interface.
|
inline |
Empty constructor - for later Init.
|
inline |
Constructor with initialization.
|
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.