Indexed map const iterator template class.
#include <QtxMap.h>
Public Member Functions | |
| IMapConstIterator () | |
| IMapConstIterator (const IMap< Key, Value > *m) | |
| IMapConstIterator (const IMapConstIterator &i) | |
| IMapConstIterator (const IMapIterator< Key, Value > &i) | |
| bool | operator== (const IMapConstIterator &i) |
| bool | operator!= (const IMapConstIterator &i) |
| operator bool () const | |
| const Key & | key () const |
| const Value | value () const |
| const Value | operator* () const |
| IMapConstIterator & | operator++ () |
| IMapConstIterator | operator++ (int) |
| IMapConstIterator & | operator-- () |
| IMapConstIterator | operator-- (int) |
Private Member Functions | |
| IMapConstIterator (const IMap< Key, Value > *m, const int index) | |
| void | init () |
Private Attributes | |
| IMap< Key, Value > * | myMap |
| int | myIndex |
Friends | |
| class | IMap< Key, Value > |
| IMapConstIterator< Key, Value >.IMapConstIterator | ( | ) |
References IMapConstIterator< Key, Value >.init().
| IMapConstIterator< Key, Value >.IMapConstIterator | ( | const IMap< Key, Value > * | m | ) |
References IMapConstIterator< Key, Value >.init().
| IMapConstIterator< Key, Value >.IMapConstIterator | ( | const IMapConstIterator< Key, Value > & | i | ) |
References IMapConstIterator< Key, Value >.init().
| IMapConstIterator< Key, Value >.IMapConstIterator | ( | const IMapIterator< Key, Value > & | i | ) |
References IMapConstIterator< Key, Value >.init().
| IMapConstIterator< Key, Value >.IMapConstIterator | ( | const IMap< Key, Value > * | m, |
| const int | index | ||
| ) | [private] |
References IMapConstIterator< Key, Value >.init().
| bool IMapConstIterator< Key, Value >.operator== | ( | const IMapConstIterator< Key, Value > & | i | ) |
References IMapConstIterator< Key, Value >.operator!=().
| bool IMapConstIterator< Key, Value >.operator!= | ( | const IMapConstIterator< Key, Value > & | i | ) |
| IMapConstIterator< Key, Value >.operator bool | ( | ) | const |
References IMapConstIterator< Key, Value >.myIndex.
| const Key& IMapConstIterator< Key, Value >.key | ( | ) | const |
| const Value IMapConstIterator< Key, Value >.value | ( | ) | const |
| const Value IMapConstIterator< Key, Value >.operator* | ( | ) | const |
References IMapConstIterator< Key, Value >.value().
| IMapConstIterator& IMapConstIterator< Key, Value >.operator++ | ( | ) |
| IMapConstIterator IMapConstIterator< Key, Value >.operator++ | ( | int | ) |
| IMapConstIterator& IMapConstIterator< Key, Value >.operator-- | ( | ) |
| IMapConstIterator IMapConstIterator< Key, Value >.operator-- | ( | int | ) |
| void IMapConstIterator< Key, Value >.init | ( | ) | [private] |
friend class IMap< Key, Value > [friend] |
IMap<Key,Value>* IMapConstIterator< Key, Value >.myMap [private] |
int IMapConstIterator< Key, Value >.myIndex [private] |