Qt 4.8
|
#include <qset.h>
Public Types | |
typedef qptrdiff | difference_type |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef const T * | pointer |
typedef const T & | reference |
typedef T | value_type |
Public Functions | |
const_iterator () | |
const_iterator (typename Hash::const_iterator o) | |
const_iterator (const const_iterator &o) | |
const_iterator (const iterator &o) | |
bool | operator!= (const const_iterator &o) const |
const T & | operator* () const |
const_iterator | operator+ (int j) const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator+= (int j) |
const_iterator | operator- (int j) const |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
const_iterator & | operator-= (int j) |
const T * | operator-> () const |
const_iterator & | operator= (const const_iterator &o) |
bool | operator== (const const_iterator &o) const |
Private Types | |
typedef QHash< T, QHashDummyValue > | Hash |
Properties | |
Hash::const_iterator | i |
Friends | |
class | iterator |
typedef qptrdiff QSet< T >::const_iterator::difference_type |
|
private |
typedef std::bidirectional_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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 135 of file qset.h.
Referenced by QSet< T >::iterator::operator!=(), QSet< T >::const_iterator::operator!=(), QSet< T >::const_iterator::operator=(), QSet< T >::iterator::operator==(), and QSet< T >::const_iterator::operator==().