|
Open CASCADE Technology
6.5.4
|
#include <NCollection_BaseSequence.hxx>

Public Member Functions | |
| Iterator (void) | |
| Empty constructor. | |
| Iterator (const NCollection_BaseSequence &theSeq, const Standard_Boolean isStart) | |
| Constructor with initialisation. | |
| void | Init (const NCollection_BaseSequence &theSeq, const Standard_Boolean isStart=Standard_True) |
| Initialisation. | |
| Iterator & | operator= (const Iterator &theOther) |
| Assignment. | |
| void | Previous () |
| Previous. | |
Protected Attributes | |
| NCollection_SeqNode * | myCurrent |
| Pointer to the current node. | |
| NCollection_BaseSequence::Iterator::Iterator | ( | void | ) | [inline] |
Reimplemented in NCollection_Sequence< TheItemType >::Iterator.
| NCollection_BaseSequence::Iterator::Iterator | ( | const NCollection_BaseSequence & | theSeq, |
| const Standard_Boolean | isStart | ||
| ) | [inline] |
| void NCollection_BaseSequence::Iterator::Init | ( | const NCollection_BaseSequence & | theSeq, |
| const Standard_Boolean | isStart = Standard_True |
||
| ) | [inline] |
Reimplemented in NCollection_Sequence< TheItemType >::Iterator.
| void NCollection_BaseSequence::Iterator::Previous | ( | ) | [inline] |
1.8.0