![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <NCollection_TListIterator.hxx>

Public Member Functions | |
| NCollection_TListIterator () noexcept | |
| Empty constructor - for later Init. | |
| NCollection_TListIterator (const NCollection_BaseList &theList) noexcept | |
| Constructor with initialisation. | |
| bool | More () const noexcept |
| Check end. | |
| void | Next () noexcept |
| Make step. | |
| const TheItemType & | Value () const noexcept |
| Constant Value access. | |
| TheItemType & | Value () noexcept |
| Non-const Value access. | |
| TheItemType & | ChangeValue () const noexcept |
| Non-const Value access. | |
Public Member Functions inherited from NCollection_BaseList::Iterator | |
| Iterator () noexcept | |
| Iterator (const NCollection_BaseList &theList) noexcept | |
| void | Init (const NCollection_BaseList &theList) noexcept |
| void | Initialize (const NCollection_BaseList &theList) noexcept |
| bool | More () const noexcept |
| bool | operator== (const Iterator &theIt) const noexcept |
| bool | IsEqual (const Iterator &theOther) const noexcept |
| Performs comparison of two iterators. | |
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) noexcept |
Purpose: This Iterator class iterates on BaseList of TListNode and is instantiated in List/Set/Queue/Stack Remark: TListIterator is internal class
|
inlinenoexcept |
Empty constructor - for later Init.
|
inlinenoexcept |
Constructor with initialisation.
|
inlinenoexcept |
Non-const Value access.
|
inlinenoexcept |
Check end.
|
inlinenoexcept |
Make step.
|
inlinenoexcept |
Constant Value access.
|
inlinenoexcept |
Non-const Value access.