|
Open CASCADE Technology
6.7.1
|
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) | |
| Constructor with initialisation. More... | |
| void | Init (const NCollection_Array1 &theArray) |
| Initialisation. More... | |
| virtual Standard_Boolean | More (void) const |
| Check end. More... | |
| virtual void | Next (void) |
| Make step. More... | |
| virtual const TheItemType & | Value (void) const |
| Constant value access. More... | |
| virtual TheItemType & | ChangeValue (void) const |
| Variable value access. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from NCollection_BaseCollection< TheItemType >::Iterator | |
| Iterator (void) | |
| Empty constructor. More... | |
| virtual | ~Iterator (void) |
| Virtual destructor is necessary for classes with virtual methods. More... | |
| const Iterator & | operator= (const Iterator &) |
| operator= is prohibited More... | |
| Iterator (const Iterator &) | |
| Copy constructor **. More... | |
Implementation of the Iterator interface.
|
inline |
Empty constructor - for later Init.
|
inline |
Constructor with initialisation.
|
inlinevirtual |
Variable value access.
Implements NCollection_BaseCollection< TheItemType >::Iterator.
|
inline |
Initialisation.
|
inlinevirtual |
Check end.
Implements NCollection_BaseCollection< TheItemType >::Iterator.
|
inlinevirtual |
Make step.
Implements NCollection_BaseCollection< TheItemType >::Iterator.
|
inlinevirtual |
Constant value access.
Implements NCollection_BaseCollection< TheItemType >::Iterator.
1.8.5