Categories
Tree.hh
'tree.hh' is a general purpose templated tree class for C++ in the spirit of the STL, and compatible with the STL algorithms. Nodes in the tree are templated over the content type, just like they are for vector, list and all other STL containers. There are iterators that traverse the entire tree and iterators that just traverse all children of a given node. You can use the STL algorithms (like find) to manipulate the tree. Tree-aware algorithms for sorting and comparison are also present.
Last updated 10 Jul, 2003
Versions
1.90
1.90 stable released 2003-07-10
- Released: 10 Jul, 2003
- Code Maturity: Stable
- Source Archive: http://www.damtp.cam.ac.uk/user/kp229/tree/#dow...
- Licenses: GPLv2orlater
- Interfaces: Command Line
User Community and Support
User guide available in PostScript format from http://www.damtp.cam.ac.uk/user/kp229/tree/tree.ps; User guide available in LaTeX format from http://www.damtp.cam.ac.uk/user/kp229/tree/tree.tex



