Wt  3.7.1
Public Member Functions | List of all members
Wt::Dbo::collection< C >::iterator Class Reference

Iterator. More...

Inherits iterator< std::input_iterator_tag, C >.

Public Member Functions

 iterator (const iterator &other)
 Copy constructor.
 
 ~iterator ()
 Destructor.
 
iteratoroperator= (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.
 
iteratoroperator++ ()
 Pre increment operator.
 
iterator operator++ (int)
 Post increment operator.
 

Detailed Description

template<class C>
class Wt::Dbo::collection< C >::iterator

Iterator.

Member Function Documentation

◆ operator==()

template<class C >
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.


Generated on Tue Dec 15 2020 for the C++ Web Toolkit (Wt) by doxygen 1.8.13