|
Open CASCADE Technology
6.7.1
|
#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... | |
| NCollection_TListIterator & | operator= (const NCollection_TListIterator &theIt) |
| Assignment. More... | |
| virtual Standard_Boolean | More (void) const |
| Check end. More... | |
| virtual void | Next (void) |
| Make step. More... | |
| virtual const TheItemType & | Value (void) const |
| Constant Value access. More... | |
| virtual TheItemType & | ChangeValue (void) const |
| Variable 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) |
Additional Inherited Members | |
Data Fields inherited from NCollection_BaseList::Iterator | |
| NCollection_ListNode * | myCurrent |
| NCollection_ListNode * | myPrevious |
Protected Member Functions inherited from NCollection_BaseCollection< TheItemType >::Iterator | |
| Iterator (void) | |
| Empty constructor. More... | |
| virtual | ~Iterator (void) |
| Virtual destructor is necessary for classes with virtual methods. More... | |
| const Iterator & | operator= (const Iterator &) |
| operator= is prohibited More... | |
| Iterator (const Iterator &) | |
| Copy constructor **. More... | |
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.
|
inlinevirtual |
Variable Value access.
Implements NCollection_BaseCollection< TheItemType >::Iterator.
|
inlinevirtual |
Check end.
Implements NCollection_BaseCollection< TheItemType >::Iterator.
|
inlinevirtual |
Make step.
Implements NCollection_BaseCollection< TheItemType >::Iterator.
|
inline |
Assignment.
|
inlinevirtual |
Constant Value access.
Implements NCollection_BaseCollection< TheItemType >::Iterator.
1.8.5