#include <ulist.h>
Public Member Functions | |
iterator () | |
iterator (ulist< T > *current, int index) | |
iterator & | operator++ (int) |
iterator | operator-- (int) |
T & | operator * () |
T * | operator-> () |
bool | operator!= (iterator i) |
Public Attributes | |
ulist< T > * | current |
int | index |
ulist< T >.iterator.iterator | ( | ) |
T& ulist< T >.iterator.operator * | ( | ) |
T* ulist< T >.iterator.operator-> | ( | ) |
ulist<T>* ulist< T >.iterator.current |
int ulist< T >.iterator.index |
Genereated on Tue Mar 11 19:26:04 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.