Wt  3.2.0
Public Member Functions
Wt::Dbo::collection< C >::iterator Class Reference

Iterator. More...

List of all members.

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator

Generated on Tue Nov 29 2011 for the C++ Web Toolkit (Wt) by doxygen 1.7.5.1