Open CASCADE Technology
7.2.0
|
#include <NCollection_TListIterator.hxx>
Public Member Functions | |
NCollection_TListIterator (void) | |
Empty constructor - for later Init. More... | |
NCollection_TListIterator (const NCollection_BaseList &theList) | |
Constructor with initialisation. More... | |
Standard_Boolean | More (void) const |
Check end. More... | |
void | Next (void) |
Make step. More... | |
const TheItemType & | Value (void) const |
Constant Value access. More... | |
TheItemType & | Value (void) |
Non-const Value access. More... | |
TheItemType & | ChangeValue (void) const |
Non-const Value access. More... | |
Public Member Functions inherited from NCollection_BaseList::Iterator | |
Iterator (void) | |
Iterator (const NCollection_BaseList &theList) | |
void | Init (const NCollection_BaseList &theList) |
void | Initialize (const NCollection_BaseList &theList) |
Standard_Boolean | More (void) const |
Iterator & | operator= (const Iterator &theIt) |
Standard_Boolean | operator== (const Iterator &theIt) const |
Standard_Boolean | IsEqual (const Iterator &theOther) const |
Performs comparison of two iterators. More... | |
Additional Inherited Members | |
Data Fields inherited from NCollection_BaseList::Iterator | |
NCollection_ListNode * | myCurrent |
NCollection_ListNode * | myPrevious |
Protected Member Functions inherited from NCollection_BaseList::Iterator | |
void | Init (const NCollection_BaseList &theList, NCollection_ListNode *const thePrev) |
Purpose: This Iterator class iterates on BaseList of TListNode and is instantiated in List/Set/Queue/Stack Remark: TListIterator is internal class
|
inline |
Empty constructor - for later Init.
|
inline |
Constructor with initialisation.
|
inline |
Non-const Value access.
|
inline |
Check end.
|
inline |
Make step.
|
inline |
Constant Value access.
|
inline |
Non-const Value access.