![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qset.h>
Public Member Functions | |
| QMutableSetIterator (QSet< T > &container) | |
| QMutableSetIterator & | operator= (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) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |