Java iterators for C++:
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Classes | Macros
Tree_LPR.h File Reference

Left-Process-Right iterator. More...

#include <vector>
#include "Tree_L.h"
#include <iostream>

Go to the source code of this file.

Classes

class  Tree_LPR< E >
 Left-Process-Right iterator. More...
 

Macros

#define Tree_LPR_h
 
#define English_dox   "Doxygen English documentation"
 Doxygen English documentation. More...
 

Detailed Description

Left-Process-Right iterator.

Author
Adolfo Di Mare adolf.nosp@m.o@di.nosp@m.-mare.nosp@m..com This implementation uses a Stack to store the path that remains to traverse for the tree. This path is not exactly the path to the root, as oftentimes it contains references to the rigth siblings for the sub-tree.
Date
2009

Definition in file Tree_LPR.h.

Macro Definition Documentation

#define Tree_LPR_h

Definition at line 25 of file Tree_LPR.h.

#define English_dox   "Doxygen English documentation"

Doxygen English documentation.