#include <mxmList.h>
Inheritance diagram for mxmList::Iterator:
Public Member Functions | |
Iterator (const mxmList *list) | |
void | resetIterator (void) |
(Re)implemented. | |
mxmObject * | nextItem (void) |
(Re)implemented. | |
mxmObject * | previousItem (void) |
(Re)implemented. | |
mxmObject * | removeCurrentItem (void) |
(Re)implemented. | |
Private Attributes | |
mxmList * | List |
Node * | CurrentNode |
bool | IterationCompleted |
void * | StableABIDataExtension |