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 (Tree::TreeNode *x) | |
| iterator (const iterator &it) | |
| bool | operator!= (const iterator &y) const |
| T & | operator* () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| iterator & | operator-- () |
| iterator | operator-- (int) |
| T * | operator-> () const |
| bool | operator== (const iterator &y) const |
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.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |