#include <genericmap.h>
Public Member Functions | |
void * | currentKey () const |
void | currentValue (void *source) |
void * | currentValue () const |
bool | equal (const MapIterator &other) const |
bool | hasCurrent () const |
bool | hasNext () const |
bool | hasPrev () const |
MapIterator (const MapIterator &other) | |
MapIterator (const Map *m, MAP_PAGE *p, uint16 ppos) | |
MapIterator () | |
bool | next () |
bool | prev () |
Friends | |
class | Map |
Falcon::MapIterator::MapIterator | ( | ) | [inline] |
Falcon::MapIterator::MapIterator | ( | const MapIterator & | other | ) | [inline] |
References m_map, m_page, and m_pagePosition.
void* Falcon::MapIterator::currentKey | ( | ) | const [inline] |
void Falcon::MapIterator::currentValue | ( | void * | source | ) | [inline] |
void* Falcon::MapIterator::currentValue | ( | ) | const [inline] |
bool Falcon::MapIterator::equal | ( | const MapIterator & | other | ) | const |
bool Falcon::MapIterator::hasCurrent | ( | ) | const [inline] |
bool Falcon::MapIterator::hasNext | ( | ) | const |
bool Falcon::MapIterator::hasPrev | ( | ) | const |
bool Falcon::MapIterator::next | ( | ) |
bool Falcon::MapIterator::prev | ( | ) |
friend class Map [friend] |