![]() |
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 | |
iterator () | |
iterator (typename Hash::iterator o) | |
iterator (const iterator &o) | |
iterator & | operator= (const iterator &o) |
const T & | operator* () const |
const T * | operator-> () const |
bool | operator== (const iterator &o) const |
bool | operator!= (const iterator &o) const |
bool | operator== (const const_iterator &o) const |
bool | operator!= (const const_iterator &o) const |
iterator & | operator++ () |
iterator | operator++ (int) |
Friends | |
class | const_iterator |
class | QSet< T > |
typedef std::forward_iterator_tag QSet< T >::iterator::iterator_category |
typedef const T* QSet< T >::iterator::pointer |
typedef const T& QSet< T >::iterator::reference |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |