QtBase  v6.3.1
Public Types | Public Member Functions | List of all members
QMultiMap< Key, T >::key_iterator Class Reference

#include <qmap.h>

Public Types

typedef const_iterator::iterator_category iterator_category
 
typedef const_iterator::difference_type difference_type
 
typedef Key value_type
 
typedef const Key * pointer
 
typedef const Key & reference
 

Public Member Functions

 key_iterator ()=default
 
 key_iterator (const_iterator o)
 
const Key & operator* () const
 
const Key * operator-> () const
 
bool operator== (key_iterator o) const
 
bool operator!= (key_iterator o) const
 
key_iteratoroperator++ ()
 
key_iterator operator++ (int)
 
key_iteratoroperator-- ()
 
key_iterator operator-- (int)
 
const_iterator base () const
 

Detailed Description

template<class Key, class T>
class QMultiMap< Key, T >::key_iterator

Definition at line 1298 of file qmap.h.

Member Typedef Documentation

◆ difference_type

template<class Key , class T >
typedef const_iterator::difference_type QMultiMap< Key, T >::key_iterator::difference_type

Definition at line 1304 of file qmap.h.

◆ iterator_category

template<class Key , class T >
typedef const_iterator::iterator_category QMultiMap< Key, T >::key_iterator::iterator_category

Definition at line 1303 of file qmap.h.

◆ pointer

template<class Key , class T >
typedef const Key* QMultiMap< Key, T >::key_iterator::pointer

Definition at line 1306 of file qmap.h.

◆ reference

template<class Key , class T >
typedef const Key& QMultiMap< Key, T >::key_iterator::reference

Definition at line 1307 of file qmap.h.

◆ value_type

template<class Key , class T >
typedef Key QMultiMap< Key, T >::key_iterator::value_type

Definition at line 1305 of file qmap.h.

Constructor & Destructor Documentation

◆ key_iterator() [1/2]

template<class Key , class T >
QMultiMap< Key, T >::key_iterator::key_iterator ( )
default
Here is the caller graph for this function:

◆ key_iterator() [2/2]

template<class Key , class T >
QMultiMap< Key, T >::key_iterator::key_iterator ( const_iterator  o)
inlineexplicit

Definition at line 1310 of file qmap.h.

Member Function Documentation

◆ base()

template<class Key , class T >
const_iterator QMultiMap< Key, T >::key_iterator::base ( ) const
inline

Definition at line 1321 of file qmap.h.

Here is the caller graph for this function:

◆ operator!=()

template<class Key , class T >
bool QMultiMap< Key, T >::key_iterator::operator!= ( key_iterator  o) const
inline

Definition at line 1315 of file qmap.h.

◆ operator*()

template<class Key , class T >
const Key& QMultiMap< Key, T >::key_iterator::operator* ( ) const
inline

Definition at line 1312 of file qmap.h.

◆ operator++() [1/2]

template<class Key , class T >
key_iterator& QMultiMap< Key, T >::key_iterator::operator++ ( )
inline

Definition at line 1317 of file qmap.h.

◆ operator++() [2/2]

template<class Key , class T >
key_iterator QMultiMap< Key, T >::key_iterator::operator++ ( int  )
inline

Definition at line 1318 of file qmap.h.

Here is the call graph for this function:

◆ operator--() [1/2]

template<class Key , class T >
key_iterator& QMultiMap< Key, T >::key_iterator::operator-- ( )
inline

Definition at line 1319 of file qmap.h.

◆ operator--() [2/2]

template<class Key , class T >
key_iterator QMultiMap< Key, T >::key_iterator::operator-- ( int  )
inline

Definition at line 1320 of file qmap.h.

Here is the call graph for this function:

◆ operator->()

template<class Key , class T >
const Key* QMultiMap< Key, T >::key_iterator::operator-> ( ) const
inline

Definition at line 1313 of file qmap.h.

◆ operator==()

template<class Key , class T >
bool QMultiMap< Key, T >::key_iterator::operator== ( key_iterator  o) const
inline

Definition at line 1314 of file qmap.h.


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