| Open CASCADE Technology
    7.8.0.dev
    | 
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... | |
| 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.
| 
 | inline | 
Switch to previous element; note that it will reset.
| 
 | protected | 
Pointer to the current node.
| 
 | protected | 
Pointer to the previous node.
 1.8.13
 1.8.13