Wt
4.11.1
|
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. More... | |
bool | operator!= (const iterator &other) const |
Comparison operator. | |
iterator & | operator++ () |
Pre increment operator. | |
iterator | operator++ (int) |
Post increment operator. | |
Iterator.
bool Wt::Dbo::collection< C >::iterator::operator== | ( | const iterator & | other | ) | const |
Comparison operator.
Returns true if two iterators point to the same value in the same collection, or point both to the end of a collection.