Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QMutableSetIterator< T > Class Template Reference

#include <qset.h>

+ Collaboration diagram for QMutableSetIterator< T >:

Public Member Functions

 QMutableSetIterator (QSet< T > &container)
 
QMutableSetIteratoroperator= (QSet< T > &container)
 
void toFront ()
 
void toBack ()
 
bool hasNext () const
 
const T & next ()
 
const T & peekNext () const
 
void remove ()
 
const T & value () const
 
bool findNext (const T &t)
 

Detailed Description

template<typename T>
class QMutableSetIterator< T >

Definition at line 403 of file qset.h.

Constructor & Destructor Documentation

◆ QMutableSetIterator()

template<typename T>
QMutableSetIterator< T >::QMutableSetIterator ( QSet< T > & container)
inline

Definition at line 411 of file qset.h.

Member Function Documentation

◆ findNext()

template<typename T>
bool QMutableSetIterator< T >::findNext ( const T & t)
inline

Definition at line 424 of file qset.h.

◆ hasNext()

template<typename T>
bool QMutableSetIterator< T >::hasNext ( ) const
inline

Definition at line 418 of file qset.h.

◆ next()

template<typename T>
const T & QMutableSetIterator< T >::next ( )
inline

Definition at line 419 of file qset.h.

◆ operator=()

template<typename T>
QMutableSetIterator & QMutableSetIterator< T >::operator= ( QSet< T > & container)
inline

Definition at line 414 of file qset.h.

◆ peekNext()

template<typename T>
const T & QMutableSetIterator< T >::peekNext ( ) const
inline

Definition at line 420 of file qset.h.

◆ remove()

template<typename T>
void QMutableSetIterator< T >::remove ( )
inline

Definition at line 421 of file qset.h.

◆ toBack()

template<typename T>
void QMutableSetIterator< T >::toBack ( )
inline

Definition at line 417 of file qset.h.

◆ toFront()

template<typename T>
void QMutableSetIterator< T >::toFront ( )
inline

Definition at line 416 of file qset.h.

◆ value()

template<typename T>
const T & QMutableSetIterator< T >::value ( ) const
inline

Definition at line 423 of file qset.h.


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