#include <list.h>
Inheritance diagram for CListIterator:
Public Member Functions | |
CListIterator (CListItem *base) | |
void * | next () |
bool | hasNext () |
Private Attributes | |
CListItem * | base |
bool | justStarted |
CListIterator::CListIterator | ( | CListItem * | base | ) |
void* CListIterator::next | ( | ) | [virtual] |
Reimplemented from CIterator.
bool CListIterator::hasNext | ( | ) | [virtual] |
Reimplemented from CIterator.
CListItem* CListIterator::base [private] |
bool CListIterator::justStarted [private] |