Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
IMapConstIterator< Key, Value > Class Template Reference

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
 
IMapConstIteratoroperator++ ()
 
IMapConstIterator operator++ (int)
 
IMapConstIteratoroperator-- ()
 
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 >
 

Constructor & Destructor Documentation

template<class Key, class Value>
IMapConstIterator< Key, Value >::IMapConstIterator ( )
inline
template<class Key, class Value>
IMapConstIterator< Key, Value >::IMapConstIterator ( const IMap< Key, Value > *  m)
inline
template<class Key, class Value>
IMapConstIterator< Key, Value >::IMapConstIterator ( const IMapConstIterator< Key, Value > &  i)
inline
template<class Key, class Value>
IMapConstIterator< Key, Value >::IMapConstIterator ( const IMapIterator< Key, Value > &  i)
inline
template<class Key, class Value>
IMapConstIterator< Key, Value >::IMapConstIterator ( const IMap< Key, Value > *  m,
const int  index 
)
inlineprivate

Member Function Documentation

template<class Key, class Value>
void IMapConstIterator< Key, Value >::init ( )
inlineprivate
template<class Key, class Value>
const Key& IMapConstIterator< Key, Value >::key ( ) const
inline
template<class Key, class Value>
IMapConstIterator< Key, Value >::operator bool ( ) const
inline
template<class Key, class Value>
bool IMapConstIterator< Key, Value >::operator!= ( const IMapConstIterator< Key, Value > &  i)
inline
template<class Key, class Value>
const Value IMapConstIterator< Key, Value >::operator* ( ) const
inline
template<class Key, class Value>
IMapConstIterator& IMapConstIterator< Key, Value >::operator++ ( )
inline
template<class Key, class Value>
IMapConstIterator IMapConstIterator< Key, Value >::operator++ ( int  )
inline
template<class Key, class Value>
IMapConstIterator& IMapConstIterator< Key, Value >::operator-- ( )
inline
template<class Key, class Value>
IMapConstIterator IMapConstIterator< Key, Value >::operator-- ( int  )
inline
template<class Key, class Value>
bool IMapConstIterator< Key, Value >::operator== ( const IMapConstIterator< Key, Value > &  i)
inline
template<class Key, class Value>
const Value IMapConstIterator< Key, Value >::value ( ) const
inline

Friends And Related Function Documentation

template<class Key, class Value>
friend class IMap< Key, Value >
friend

Member Data Documentation

template<class Key, class Value>
int IMapConstIterator< Key, Value >::myIndex
private
template<class Key, class Value>
IMap<Key,Value>* IMapConstIterator< Key, Value >::myMap
private

The documentation for this class was generated from the following file: