|
DCL 4.1
|
#include <__LIST.h>
Public Member Functions | |
| Iterator () | |
| Iterator (NodeBase *_pNode) | |
| Iterator (const Iterator &_it) | |
| Iterator & | operator= (const Iterator &_it) |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| Iterator & | operator-- () |
| Iterator | operator-- (int) |
| ELEMENT_T & | operator* () |
| Public Member Functions inherited from ListIteratorBase | |
| bool | operator== (const ListIteratorBase &x) const |
| bool | operator!= (const ListIteratorBase &x) const |
Friends | |
| class | LIST_T |
| class | ConstIterator |
Additional Inherited Members | |
| Protected Attributes inherited from ListIteratorBase | |
| NodeBase * | __pNode |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |