#include <Iterator.H>
Inheritance diagram for xchen::IteratorBase< T >:

Public Methods | |
| IteratorBase (T *p=0) | |
| T & | operator * () |
| const T & | operator * () const |
| bool | operator== (const IteratorBase &rhs) |
| bool | operator!= (const IteratorBase &rhs) |
| bool | operator< (const IteratorBase &rhs) |
Public Attributes | |
| T * | ptr |
Defining access and comparison operators.
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
|
|
1.2.18