Open CASCADE Technology
6.5.4
|
#include <NCollection_TListIterator.hxx>
Public Member Functions | |
NCollection_TListIterator (void) | |
Empty constructor - for later Init. | |
NCollection_TListIterator (const NCollection_BaseList &theList) | |
Constructor with initialisation. | |
NCollection_TListIterator & | operator= (const NCollection_TListIterator &theIt) |
Assignment. | |
virtual Standard_Boolean | More (void) const |
Check end. | |
virtual void | Next (void) |
Make step. | |
virtual const TheItemType & | Value (void) const |
Constant Value access. | |
virtual TheItemType & | ChangeValue (void) const |
Variable Value access. |
Purpose: This Iterator class iterates on BaseList of TListNode and is instantiated in List/Set/Queue/Stack Remark: TListIterator is internal class
NCollection_TListIterator< TheItemType >::NCollection_TListIterator | ( | void | ) | [inline] |
NCollection_TListIterator< TheItemType >::NCollection_TListIterator | ( | const NCollection_BaseList & | theList | ) | [inline] |
virtual TheItemType& NCollection_TListIterator< TheItemType >::ChangeValue | ( | void | ) | const [inline, virtual] |
virtual Standard_Boolean NCollection_TListIterator< TheItemType >::More | ( | void | ) | const [inline, virtual] |
Reimplemented from NCollection_BaseList::Iterator.
virtual void NCollection_TListIterator< TheItemType >::Next | ( | void | ) | [inline, virtual] |
NCollection_TListIterator& NCollection_TListIterator< TheItemType >::operator= | ( | const NCollection_TListIterator< TheItemType > & | theIt | ) | [inline] |
virtual const TheItemType& NCollection_TListIterator< TheItemType >::Value | ( | void | ) | const [inline, virtual] |