| 
    Wt
    4.0.0
    
   | 
 
Iterator. More...
#include <collection.h>
Inherits iterator< std::input_iterator_tag, C >.
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) | 
| Method::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.8.11