frepple::utils::HasHierarchy< T >::memberIterator Class Reference
This class models an STL-like iterator that allows us to iterate over the members. More...
#include <utils.h>
Public Member Functions | |
memberIterator (const memberIterator &it) | |
memberIterator (HasHierarchy< T > *x) | |
bool | operator!= (const memberIterator &y) const |
T & | operator* () const |
memberIterator | operator++ (int) |
memberIterator & | operator++ () |
T * | operator-> () const |
bool | operator== (const memberIterator &y) const |
Detailed Description
template<class T>
class frepple::utils::HasHierarchy< T >::memberIterator
This class models an STL-like iterator that allows us to iterate over the members.
Objects of this class are created by the begin() and end() functions.
Definition at line 4842 of file utils.h.
Constructor & Destructor Documentation
template<class T>
frepple::utils::HasHierarchy< T >::memberIterator::memberIterator | ( | HasHierarchy< T > * | x | ) | [inline] |
template<class T>
frepple::utils::HasHierarchy< T >::memberIterator::memberIterator | ( | const memberIterator & | it | ) | [inline] |
Member Function Documentation
template<class T>
bool frepple::utils::HasHierarchy< T >::memberIterator::operator!= | ( | const memberIterator & | y | ) | const [inline] |
template<class T>
T& frepple::utils::HasHierarchy< T >::memberIterator::operator* | ( | ) | const [inline] |
template<class T>
memberIterator frepple::utils::HasHierarchy< T >::memberIterator::operator++ | ( | int | ) | [inline] |
template<class T>
memberIterator& frepple::utils::HasHierarchy< T >::memberIterator::operator++ | ( | ) | [inline] |
template<class T>
T* frepple::utils::HasHierarchy< T >::memberIterator::operator-> | ( | ) | const [inline] |
template<class T>
bool frepple::utils::HasHierarchy< T >::memberIterator::operator== | ( | const memberIterator & | y | ) | const [inline] |
The documentation for this class was generated from the following file:
Documentation generated for frePPLe by
