![]() |
Qt 6.x
The Qt SDK
|
#include <qset.h>
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_iterator & | operator= (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_iterator & | operator++ () |
const_iterator | operator++ (int) |
Friends | |
class | iterator |
class | QSet< T > |
typedef std::forward_iterator_tag QSet< T >::const_iterator::iterator_category |
typedef const T* QSet< T >::const_iterator::pointer |
typedef const T& QSet< T >::const_iterator::reference |
typedef T QSet< T >::const_iterator::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |