| Wt
    3.3.0
    | 
Const Iterator. More...
| Public Member Functions | |
| const_iterator (const const_iterator &other) | |
| Copy constructor. | |
| const_iterator (const typename collection< C >::iterator &other) | |
| Copy constructor. | |
| const_iterator & | operator= (const const_iterator &other) | 
| Assignment operator. | |
| const_iterator & | operator= (const iterator &other) | 
| Assignment operator. | |
| C | operator* () | 
| Dereference operator. | |
| const C * | operator-> () | 
| Dereference operator. | |
| bool | operator== (const const_iterator &other) const | 
| Comparison operator. | |
| bool | operator!= (const const_iterator &other) const | 
| Comparison operator. | |
| const_iterator & | operator++ () | 
| Pre increment operator. | |
| const_iterator | operator++ (int) | 
| Post increment operator. | |
Const Iterator.
| bool Wt::Dbo::collection< C >::const_iterator::operator== | ( | const const_iterator & | other | ) | const | 
Comparison operator.
Returns true if two iterators point to the same value in the same collection.
 1.7.5.1
 1.7.5.1