Top > Software Libraries > C++ libraries > Tree.hh

Tree.hh - Templated tree class for C++

'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.

Obtaining

Web pagehttp://www.damtp.cam.ac.uk/user/kp229/tree/
Source tarballhttp://www.damtp.cam.ac.uk/user/kp229/tree/#download
Version 1.90 (stable) released on 2003-07-10
Licensed under The GNU General Public License, Version 2 or later.
This is not a GNU package.

Documentation
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
Support contacts

Help List<k.peeters@damtp.cam.ac.uk>
Developer List<k.peeters@damtp.cam.ac.uk>
Bug List<k.peeters@damtp.cam.ac.uk>

Project contacts

Maintainers
Developers

Related information

Interfacescommand line
Source languagesC++

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2002-08-29
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.