Wt
4.11.0
|
Iterator. More...
#include <collection.h>
Public Member Functions | |
iterator (const iterator &other) | |
Copy constructor. | |
~iterator () | |
Destructor. | |
iterator & | operator= (const iterator &other) |
Assignment operator. | |
C & | operator* () |
Dereference operator. | |
C * | operator-> () |
Dereference operator. | |
bool | operator== (const iterator &other) const |
Comparison operator. | |
bool | operator!= (const iterator &other) const |
Comparison operator. | |
iterator & | operator++ () |
Pre increment operator. | |
iterator | operator++ (int) |
Post increment operator. | |