frepple::utils::Association< A, B, C >::ListB::const_iterator Class Reference

An iterator over the associated objects. More...

#include <utils.h>

List of all members.

Public Member Functions

 const_iterator (C *n)
bool operator!= (const const_iterator &x) const
const C & operator* () const
const_iterator operator++ (int i)
const_iteratoroperator++ ()
const C * operator-> () const
bool operator== (const const_iterator &x) const

Protected Attributes

C * nodeptr

Detailed Description

template<class A, class B, class C>
class frepple::utils::Association< A, B, C >::ListB::const_iterator

An iterator over the associated objects.

Definition at line 5146 of file utils.h.


Constructor & Destructor Documentation

template<class A , class B , class C >
frepple::utils::Association< A, B, C >::ListB::const_iterator::const_iterator ( C *  n  )  [inline]

Definition at line 5151 of file utils.h.


Member Function Documentation

template<class A , class B , class C >
bool frepple::utils::Association< A, B, C >::ListB::const_iterator::operator!= ( const const_iterator x  )  const [inline]

Definition at line 5156 of file utils.h.

template<class A , class B , class C >
const C& frepple::utils::Association< A, B, C >::ListB::const_iterator::operator* (  )  const [inline]

Definition at line 5152 of file utils.h.

template<class A , class B , class C >
const_iterator frepple::utils::Association< A, B, C >::ListB::const_iterator::operator++ ( int  i  )  [inline]

Definition at line 5160 of file utils.h.

template<class A , class B , class C >
const_iterator& frepple::utils::Association< A, B, C >::ListB::const_iterator::operator++ (  )  [inline]

Definition at line 5158 of file utils.h.

template<class A , class B , class C >
const C* frepple::utils::Association< A, B, C >::ListB::const_iterator::operator-> (  )  const [inline]

Definition at line 5153 of file utils.h.

template<class A , class B , class C >
bool frepple::utils::Association< A, B, C >::ListB::const_iterator::operator== ( const const_iterator x  )  const [inline]

Definition at line 5154 of file utils.h.


Member Data Documentation

template<class A , class B , class C >
C* frepple::utils::Association< A, B, C >::ListB::const_iterator::nodeptr [protected]

Definition at line 5149 of file utils.h.


The documentation for this class was generated from the following file:

Generated on 21 Mar 2010 for frePPLe by  doxygen 1.6.1