#include <mxmBidirectionalIteratorInterface.h>
Inheritance diagram for mxmBidirectionalIteratorInterface:
Public Member Functions | |
virtual mxmObject * | previousItem (void)=0 |
Retrieves the next item in backward direction for the current iteration sweep. |
[khe]
Kai Hergenroether
|
Retrieves the next item in backward direction for the current iteration sweep.
Returns Until the iteration sweep has hit either "end" of the container concluding the iteration sweep in the process, calls to nextItem() and previousItem() can be liberally mixed. Implemented in mxmList::Iterator. |