IMap< Key, Value > class | IMapIterator< Key, Value > | friend |
IMapConstIterator< Key, Value > class | IMapIterator< Key, Value > | friend |
IMapIterator() | IMapIterator< Key, Value > | inline |
IMapIterator(const IMap< Key, Value > *m) | IMapIterator< Key, Value > | inline |
IMapIterator(const IMapIterator &i) | IMapIterator< Key, Value > | inline |
IMapIterator(const IMap< Key, Value > *m, const int index) | IMapIterator< Key, Value > | inlineprivate |
init() | IMapIterator< Key, Value > | inlineprivate |
key() const | IMapIterator< Key, Value > | inline |
myIndex | IMapIterator< Key, Value > | private |
myMap | IMapIterator< Key, Value > | private |
operator bool() const | IMapIterator< Key, Value > | inline |
operator!=(const IMapIterator &i) | IMapIterator< Key, Value > | inline |
operator*() | IMapIterator< Key, Value > | inline |
operator++() | IMapIterator< Key, Value > | inline |
operator++(int) | IMapIterator< Key, Value > | inline |
operator--() | IMapIterator< Key, Value > | inline |
operator--(int) | IMapIterator< Key, Value > | inline |
operator==(const IMapIterator &i) | IMapIterator< Key, Value > | inline |
value() | IMapIterator< Key, Value > | inline |
value() const | IMapIterator< Key, Value > | inline |