|
Open CASCADE Technology
6.9.0
|
Memory allocation. More...
#include <NCollection_BaseSequence.hxx>

Public Member Functions | |
| Iterator (void) | |
| Empty constructor. More... | |
| Iterator (const NCollection_BaseSequence &theSeq, const Standard_Boolean isStart) | |
| Constructor with initialisation. More... | |
| void | Init (const NCollection_BaseSequence &theSeq, const Standard_Boolean isStart=Standard_True) |
| Initialisation. More... | |
| Iterator & | operator= (const Iterator &theOther) |
| Assignment. More... | |
| void | Previous () |
| Switch to previous element; note that it will reset. More... | |
Protected Attributes | |
| NCollection_SeqNode * | myCurrent |
| Pointer to the current node. More... | |
| NCollection_SeqNode * | myPrevious |
| Pointer to the previous node. More... | |
Memory allocation.
|
inline |
Empty constructor.
|
inline |
Constructor with initialisation.
|
inline |
Initialisation.
Assignment.
|
inline |
Switch to previous element; note that it will reset.
|
protected |
Pointer to the current node.
|
protected |
Pointer to the previous node.
1.8.5