#include <wvvector.h>
Public Member Functions | |
Iter (WvVector< T > &_list) | |
void | rewind () |
bool | next () |
bool | cur () |
T * | ptr () const |
WvIterStuff (T) | |
Protected Member Functions | |
Iter (WvVector< T > *_list) | |
_list is allowed to be NULL, and this will still work. |