#include <SimpleList.h>
Inheritance diagram for cppunit::SimpleList::IteratorBase::
Public Methods | |
IteratorBase (Node *node) | |
void | next () |
void | prev () |
bool | operator== (const IteratorBase &rhs) const |
bool | operator!= (const IteratorBase &rhs) const |
Public Attributes | |
Node * | node |
|
|
|
|
|
|
|
|
|
|
|
|