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>
Public Member Functions | |
| iterator (const iterator &it) | |
| iterator (Tree::TreeNode *x) | |
| bool | operator!= (const iterator &y) const |
| T & | operator* () const |
| iterator | operator++ (int) |
| iterator & | operator++ () |
| iterator | operator-- (int) |
| iterator & | operator-- () |
| T * | operator-> () const |
| bool | operator== (const iterator &y) const |
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 4511 of file utils.h.
Constructor & Destructor Documentation
template<class T>
| frepple::utils::HasName< T >::iterator::iterator | ( | Tree::TreeNode * | x | ) | [inline] |
template<class T>
| frepple::utils::HasName< T >::iterator::iterator | ( | const iterator & | it | ) | [inline] |
Member Function Documentation
template<class T>
| bool frepple::utils::HasName< T >::iterator::operator!= | ( | const iterator & | y | ) | const [inline] |
template<class T>
| T& frepple::utils::HasName< T >::iterator::operator* | ( | ) | const [inline] |
template<class T>
| iterator frepple::utils::HasName< T >::iterator::operator++ | ( | int | ) | [inline] |
template<class T>
| iterator& frepple::utils::HasName< T >::iterator::operator++ | ( | ) | [inline] |
template<class T>
| iterator frepple::utils::HasName< T >::iterator::operator-- | ( | int | ) | [inline] |
template<class T>
| iterator& frepple::utils::HasName< T >::iterator::operator-- | ( | ) | [inline] |
template<class T>
| T* frepple::utils::HasName< T >::iterator::operator-> | ( | ) | const [inline] |
template<class T>
| bool frepple::utils::HasName< T >::iterator::operator== | ( | const iterator & | y | ) | const [inline] |
The documentation for this class was generated from the following file:
Documentation generated for frePPLe by
