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 >::const_iterator Class Reference

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_iteratoroperator= (const const_iterator &other)
 Assignment operator.
const_iteratoroperator= (const iterator &other)
 Assignment operator.
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_iteratoroperator++ ()
 Pre increment operator.
const_iterator operator++ (int)
 Post increment operator.

Detailed Description

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

Const Iterator.

Member Function Documentation

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


Generated on Mon Aug 25 2014 for the C++ Web Toolkit (Wt) by doxygen 1.8.1.2