|
Open CASCADE Technology
6.5.4
|
Implementation of the Iterator interface.
#include <NCollection_Array1.hxx>

Public Member Functions | |
| Iterator (void) | |
| Empty constructor - for later Init. | |
| Iterator (const NCollection_Array1 &theArray) | |
| Constructor with initialisation. | |
| void | Init (const NCollection_Array1 &theArray) |
| Initialisation. | |
| virtual Standard_Boolean | More (void) const |
| Check end. | |
| virtual void | Next (void) |
| Make step. | |
| virtual const TheItemType & | Value (void) const |
| Constant value access. | |
| virtual TheItemType & | ChangeValue (void) const |
| Variable value access. | |
| NCollection_Array1< TheItemType >::Iterator::Iterator | ( | void | ) | [inline] |
Reimplemented from NCollection_BaseCollection< TheItemType >::Iterator.
| NCollection_Array1< TheItemType >::Iterator::Iterator | ( | const NCollection_Array1 & | theArray | ) | [inline] |
| virtual TheItemType& NCollection_Array1< TheItemType >::Iterator::ChangeValue | ( | void | ) | const [inline, virtual] |
| void NCollection_Array1< TheItemType >::Iterator::Init | ( | const NCollection_Array1 & | theArray | ) | [inline] |
| virtual Standard_Boolean NCollection_Array1< TheItemType >::Iterator::More | ( | void | ) | const [inline, virtual] |
| virtual void NCollection_Array1< TheItemType >::Iterator::Next | ( | void | ) | [inline, virtual] |
| virtual const TheItemType& NCollection_Array1< TheItemType >::Iterator::Value | ( | void | ) | const [inline, virtual] |
1.8.0