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 > |
|
inline |
References IMapConstIterator< Key, Value >::init().
|
inline |
References IMapConstIterator< Key, Value >::init().
|
inline |
References IMapConstIterator< Key, Value >::init().
|
inline |
References IMapConstIterator< Key, Value >::init().
|
inlineprivate |
References IMapConstIterator< Key, Value >::init().
|
inlineprivate |
|
inline |
|
inline |
References IMapConstIterator< Key, Value >::myIndex.
|
inline |
|
inline |
References IMapConstIterator< Key, Value >::value().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References IMapConstIterator< Key, Value >::operator!=().
|
inline |
|
friend |
|
private |
|
private |