#include <qset.h>
Public Member Functions |
|
| QMutableSetIterator (QSet< T > &container) | |
| ~QMutableSetIterator () | |
| QMutableSetIterator & | operator= (QSet< T > &container) |
| void | toFront () |
| void | toBack () |
| bool | hasNext () const |
| const T & | next () |
| const T & | peekNext () const |
| bool | hasPrevious () const |
| const T & | previous () |
| const T & | peekPrevious () const |
| void | remove () |
| const T & | value () const |
| bool | findNext (const T &t) |
| bool | findPrevious (const T &t) |
| QMutableSetIterator | ( | QSet< T > & | container | ) | [inline] |
| ~QMutableSetIterator | ( | ) | [inline] |
| QMutableSetIterator& operator= | ( | QSet< T > & | container | ) | [inline] |
| void toFront | ( | ) | [inline] |
| void toBack | ( | ) | [inline] |
| bool hasNext | ( | ) | const [inline] |
| const T& next | ( | ) | [inline] |
| const T& peekNext | ( | ) | const [inline] |
| bool hasPrevious | ( | ) | const [inline] |
| const T& previous | ( | ) | [inline] |
| const T& peekPrevious | ( | ) | const [inline] |
| void remove | ( | ) | [inline] |
| const T& value | ( | ) | const [inline] |
| bool findNext | ( | const T & | t | ) | [inline] |
| bool findPrevious | ( | const T & | t | ) | [inline] |