| Wt
    3.3.0
    | 
Iterator. More...
| 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. | |
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.
 1.7.5.1
 1.7.5.1