Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 1266 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 1272 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 1271 of file qmap.h.

◆ pointer

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

Definition at line 1274 of file qmap.h.

◆ reference

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

Definition at line 1275 of file qmap.h.

◆ value_type

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

Definition at line 1273 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 1278 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 1289 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 1283 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 1280 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 1285 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 1286 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 1287 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 1288 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 1281 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 1282 of file qmap.h.

References i, and o.


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