Top > All Packages in Directory > 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
DocumentationUser 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
Project contacts
Related information
Interfaces | command line |
Source languages | C++ |
Entry information
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.