Open CASCADE Technology
6.5.4
|
Implementation of the Iterator interface.
#include <NCollection_Sequence.hxx>
Public Member Functions | |
Iterator (void) | |
Empty constructor - for later Init. | |
Iterator (const NCollection_Sequence &theSeq, const Standard_Boolean isStart=Standard_True) | |
Constructor with initialisation. | |
Iterator & | operator= (const Iterator &theIt) |
Assignment. | |
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_Sequence< TheItemType >::Iterator::Iterator | ( | void | ) | [inline] |
Reimplemented from NCollection_BaseSequence::Iterator.
NCollection_Sequence< TheItemType >::Iterator::Iterator | ( | const NCollection_Sequence & | theSeq, |
const Standard_Boolean | isStart = Standard_True |
||
) | [inline] |
virtual TheItemType& NCollection_Sequence< TheItemType >::Iterator::ChangeValue | ( | void | ) | const [inline, virtual] |
virtual Standard_Boolean NCollection_Sequence< TheItemType >::Iterator::More | ( | void | ) | const [inline, virtual] |
virtual void NCollection_Sequence< TheItemType >::Iterator::Next | ( | void | ) | [inline, virtual] |
Iterator& NCollection_Sequence< TheItemType >::Iterator::operator= | ( | const Iterator & | theIt | ) | [inline] |
Reimplemented from NCollection_BaseSequence::Iterator.
virtual const TheItemType& NCollection_Sequence< TheItemType >::Iterator::Value | ( | void | ) | const [inline, virtual] |