|
Open CASCADE Technology
7.8.0.dev
|
Memory allocation. More...
#include <NCollection_BaseList.hxx>

Public Member Functions | |
| Iterator (void) | |
| Iterator (const NCollection_BaseList &theList) | |
| void | Init (const NCollection_BaseList &theList) |
| void | Initialize (const NCollection_BaseList &theList) |
| Standard_Boolean | More (void) const |
| Standard_Boolean | operator== (const Iterator &theIt) const |
| Standard_Boolean | IsEqual (const Iterator &theOther) const |
| Performs comparison of two iterators. More... | |
Data Fields | |
| NCollection_ListNode * | myCurrent |
| NCollection_ListNode * | myPrevious |
Protected Member Functions | |
| void | Init (const NCollection_BaseList &theList, NCollection_ListNode *const thePrev) |
Memory allocation.
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
Performs comparison of two iterators.
|
inline |
|
inline |
| NCollection_ListNode* NCollection_BaseList::Iterator::myCurrent |
| NCollection_ListNode* NCollection_BaseList::Iterator::myPrevious |
1.8.13