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
QSet< T >::const_iterator Class Reference

#include <qset.h>

+ Collaboration diagram for QSet< T >::const_iterator:

Public Types

typedef std::forward_iterator_tag iterator_category
 
typedef qptrdiff difference_type
 
typedef T value_type
 
typedef const T * pointer
 
typedef const T & reference
 

Public Member Functions

 const_iterator ()
 
 const_iterator (typename Hash::const_iterator o)
 
 const_iterator (const const_iterator &o)
 
 const_iterator (const iterator &o)
 
const_iteratoroperator= (const const_iterator &o)
 
const T & operator* () const
 
const T * operator-> () const
 
bool operator== (const const_iterator &o) const
 
bool operator!= (const const_iterator &o) const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 

Friends

class iterator
 
class QSet< T >
 

Detailed Description

template<class T>
class QSet< T >::const_iterator

Definition at line 107 of file qset.h.

Member Typedef Documentation

◆ difference_type

template<class T >
typedef qptrdiff QSet< T >::const_iterator::difference_type

Definition at line 116 of file qset.h.

◆ iterator_category

template<class T >
typedef std::forward_iterator_tag QSet< T >::const_iterator::iterator_category

Definition at line 115 of file qset.h.

◆ pointer

template<class T >
typedef const T* QSet< T >::const_iterator::pointer

Definition at line 118 of file qset.h.

◆ reference

template<class T >
typedef const T& QSet< T >::const_iterator::reference

Definition at line 119 of file qset.h.

◆ value_type

template<class T >
typedef T QSet< T >::const_iterator::value_type

Definition at line 117 of file qset.h.

Constructor & Destructor Documentation

◆ const_iterator() [1/4]

template<class T >
QSet< T >::const_iterator::const_iterator ( )
inline

Definition at line 121 of file qset.h.

◆ const_iterator() [2/4]

template<class T >
QSet< T >::const_iterator::const_iterator ( typename Hash::const_iterator o)
inline

Definition at line 122 of file qset.h.

◆ const_iterator() [3/4]

template<class T >
QSet< T >::const_iterator::const_iterator ( const const_iterator & o)
inline

Definition at line 123 of file qset.h.

◆ const_iterator() [4/4]

template<class T >
QSet< T >::const_iterator::const_iterator ( const iterator & o)
inline

Definition at line 124 of file qset.h.

Member Function Documentation

◆ operator!=()

template<class T >
bool QSet< T >::const_iterator::operator!= ( const const_iterator & o) const
inline

Definition at line 130 of file qset.h.

References i, and o.

◆ operator*()

template<class T >
const T & QSet< T >::const_iterator::operator* ( ) const
inline

Definition at line 127 of file qset.h.

References i.

◆ operator++() [1/2]

template<class T >
const_iterator & QSet< T >::const_iterator::operator++ ( )
inline

Definition at line 131 of file qset.h.

References i.

◆ operator++() [2/2]

template<class T >
const_iterator QSet< T >::const_iterator::operator++ ( int )
inline

Definition at line 132 of file qset.h.

References i.

◆ operator->()

template<class T >
const T * QSet< T >::const_iterator::operator-> ( ) const
inline

Definition at line 128 of file qset.h.

References i.

◆ operator=()

template<class T >
const_iterator & QSet< T >::const_iterator::operator= ( const const_iterator & o)
inline

Definition at line 126 of file qset.h.

References i, and o.

◆ operator==()

template<class T >
bool QSet< T >::const_iterator::operator== ( const const_iterator & o) const
inline

Definition at line 129 of file qset.h.

References i, and o.

Friends And Related Symbol Documentation

◆ iterator

template<class T >
friend class iterator
friend

Definition at line 111 of file qset.h.

◆ QSet< T >

template<class T >
friend class QSet< T >
friend

Definition at line 111 of file qset.h.


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