frepple::utils::HasName< T >::iterator Class Reference
This class models a STL-like iterator that allows us to iterate over the named entities in a simple and safe way.
More...
#include <utils.h>
List of all members.
Detailed Description
template<class T>
class frepple::utils::HasName< T >::iterator
This class models a STL-like iterator that allows us to iterate over the named entities in a simple and safe way.
Objects of this class are created by the begin() and end() functions.
Definition at line 3722 of file utils.h.
Constructor & Destructor Documentation
Copy constructor.
Definition at line 3729 of file utils.h.
Member Function Documentation
Inequality operator.
Definition at line 3767 of file utils.h.
Return the content of the current node.
Definition at line 3732 of file utils.h.
Post-increment operator which moves the pointer to the next element.
Definition at line 3743 of file utils.h.
Pre-increment operator which moves the pointer to the next element.
Definition at line 3739 of file utils.h.
Post-decrement operator which moves the pointer to the previous element.
Definition at line 3756 of file utils.h.
Pre-decrement operator which moves the pointer to the previous element.
Definition at line 3752 of file utils.h.
Return the content of the current node.
Definition at line 3735 of file utils.h.
Comparison operator.
Definition at line 3764 of file utils.h.
The documentation for this class was generated from the following file: