Open CASCADE Technology
7.0.0
|
#include <NCollection_Array2.hxx>
Public Member Functions | |
Iterator (void) | |
Empty constructor - for later Init. More... | |
Iterator (const NCollection_Array2 &theArray) | |
Constructor with initialisation. More... | |
void | Init (const NCollection_Array2 &theArray) |
Initialisation. More... | |
Standard_Boolean | More (void) const |
Check end. More... | |
void | Next (void) |
Make step. More... | |
const TheItemType & | Value (void) const |
Constant value access. More... | |
TheItemType & | ChangeValue (void) const |
Variable value access. More... | |
|
inline |
Empty constructor - for later Init.
|
inline |
Constructor with initialisation.
|
inline |
Variable value access.
|
inline |
Initialisation.
|
inline |
Check end.
|
inline |
Make step.
|
inline |
Constant value access.