![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Implementation of the Iterator interface. More...
#include <NCollection_Sequence.hxx>

Public Member Functions | |
| Iterator ()=default | |
| Empty constructor - for later Init. | |
| Iterator (const NCollection_Sequence &theSeq, const bool isStart=true) | |
| Constructor with initialisation. | |
| bool | More () const noexcept |
| Check end. | |
| void | Next () noexcept |
| Make step. | |
| const TheItemType & | Value () const noexcept |
| Constant value access. | |
| TheItemType & | ChangeValue () const noexcept |
| Variable value access. | |
| bool | IsEqual (const Iterator &theOther) const noexcept |
| Performs comparison of two iterators. | |
Public Member Functions inherited from NCollection_BaseSequence::Iterator | |
| Iterator () noexcept | |
| Empty constructor. | |
| Iterator (const NCollection_BaseSequence &theSeq, const bool isStart) noexcept | |
| Constructor with initialisation. | |
| void | Init (const NCollection_BaseSequence &theSeq, const bool isStart=true) noexcept |
| Initialisation. | |
| void | Previous () noexcept |
| Switch to previous element; note that it will reset. | |
Additional Inherited Members | |
Protected Attributes inherited from NCollection_BaseSequence::Iterator | |
| NCollection_SeqNode * | myCurrent |
| Pointer to the current node. | |
| NCollection_SeqNode * | myPrevious |
| Pointer to the previous node. | |
Implementation of the Iterator interface.
|
default |
Empty constructor - for later Init.
|
inline |
Constructor with initialisation.
|
inlinenoexcept |
Variable value access.
|
inlinenoexcept |
Performs comparison of two iterators.
|
inlinenoexcept |
Check end.
|
inlinenoexcept |
Make step.
|
inlinenoexcept |
Constant value access.