TMapIter Iterator of map.
Create a map iterator. Use dir to specify the desired iteration direction.
Copy ctor.
Overridden assignment operator.
Overloaded assignment operator.
Map iterator dtor.
Returns the next key from a map. Use TMap::GetValue() to get the value associated with the key. Returns 0 when no more items in map.
Reset the map iterator.
This operator compares two TIterator objects.
This operator compares two TMapIter objects.
Return pointer to current object (a TPair) or nullptr.
{ }
{ return fMap; }