#include <linklist.H>
Public Methods | |
Iterator () | |
Iterator (Node *n, bool rev=0) | |
Iterator (const Iterator &iter) | |
bool | is_reverse () const |
bool | operator== (const Iterator &iter) const |
bool | operator!= (const Iterator &iter) const |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator-- () |
Iterator | operator-- (int) |
const T & | operator * () const |
T & | operator * () |
Iterator & | next () |
Iterator & | prev () |
Protected Attributes | |
Node * | _node |
bool | _reverse |
Friends | |
class | LINKLIST< T > |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|