Wt  3.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | List of all members
Wt::Dbo::collection< C >::iterator Class Reference

Iterator. More...

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.
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

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 Mon Aug 25 2014 for the C++ Web Toolkit (Wt) by doxygen 1.8.1.2