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
QMap< Key, T >::key_iterator Class Reference

#include <qmap.h>

+ Collaboration diagram for QMap< 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 QMap< Key, T >::key_iterator

Definition at line 568 of file qmap.h.

Member Typedef Documentation

◆ difference_type

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

Definition at line 574 of file qmap.h.

◆ iterator_category

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

Definition at line 573 of file qmap.h.

◆ pointer

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

Definition at line 576 of file qmap.h.

◆ reference

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

Definition at line 577 of file qmap.h.

◆ value_type

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

Definition at line 575 of file qmap.h.

Constructor & Destructor Documentation

◆ key_iterator() [1/2]

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

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

+ Here is the caller graph for this function:

◆ key_iterator() [2/2]

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

Definition at line 580 of file qmap.h.

References i.

Member Function Documentation

◆ base()

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

Definition at line 591 of file qmap.h.

References i.

◆ operator!=()

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

Definition at line 585 of file qmap.h.

References i, and o.

◆ operator*()

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

Definition at line 582 of file qmap.h.

References i.

◆ operator++() [1/2]

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

Definition at line 587 of file qmap.h.

References i.

◆ operator++() [2/2]

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

Definition at line 588 of file qmap.h.

References QMap< 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 & QMap< Key, T >::key_iterator::operator-- ( )
inline

Definition at line 589 of file qmap.h.

References i.

◆ operator--() [2/2]

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

Definition at line 590 of file qmap.h.

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

+ Here is the call graph for this function:

◆ operator->()

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

Definition at line 583 of file qmap.h.

References i.

◆ operator==()

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

Definition at line 584 of file qmap.h.

References i, and o.


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