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>
List of all members.
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 4034 of file utils.h.
Constructor & Destructor Documentation
Copy constructor.
Definition at line 4041 of file utils.h.
Member Function Documentation
Inequality operator.
Definition at line 4068 of file utils.h.
Return the content of the current node.
Definition at line 4044 of file utils.h.
Post-increment operator which moves the pointer to the next element.
Definition at line 4056 of file utils.h.
Pre-increment operator which moves the pointer to the next member.
Definition at line 4051 of file utils.h.
Return the content of the current node.
Definition at line 4047 of file utils.h.
Comparison operator.
Definition at line 4064 of file utils.h.
The documentation for this class was generated from the following file: