Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QMultiMap< Key, T >::key_iterator Class Reference

#include <qmap.h>

+ Collaboration diagram for QMultiMap< Key, T >::key_iterator:

Public Types

typedef const_iterator::iterator_category iterator_category
 
typedef const_iterator::difference_type difference_type
 
typedef Key value_type
 
typedef const Keypointer
 
typedef const Keyreference
 

Public Member Functions

 key_iterator ()=default
 
 key_iterator (const_iterator o)
 
const Keyoperator* () const
 
const Keyoperator-> () 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 1293 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 1299 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 1298 of file qmap.h.

◆ pointer

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

Definition at line 1301 of file qmap.h.

◆ reference

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

Definition at line 1302 of file qmap.h.

◆ value_type

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

Definition at line 1300 of file qmap.h.

Constructor & Destructor Documentation

◆ key_iterator() [1/2]

template<class Key , class T >
QMultiMap< Key, T >::key_iterator::key_iterator ( )
default

Referenced by QMultiMap< Key, T >::key_iterator::operator++(), and QMultiMap< Key, T >::key_iterator::operator--().

+ 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 1305 of file qmap.h.

References i.

Member Function Documentation

◆ base()

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

Definition at line 1316 of file qmap.h.

References i.

◆ operator!=()

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

Definition at line 1310 of file qmap.h.

References i, and o.

◆ operator*()

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

Definition at line 1307 of file qmap.h.

References i.

◆ operator++() [1/2]

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

Definition at line 1312 of file qmap.h.

References i.

◆ operator++() [2/2]

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

Definition at line 1313 of file qmap.h.

References QMultiMap< Key, T >::key_iterator::key_iterator(), and i.

+ 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 1314 of file qmap.h.

References i.

◆ operator--() [2/2]

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

Definition at line 1315 of file qmap.h.

References QMultiMap< Key, T >::key_iterator::key_iterator(), and i.

+ 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 1308 of file qmap.h.

References i.

◆ operator==()

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

Definition at line 1309 of file qmap.h.

References i, and o.


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