Declaration of Tree class. More...
#include "Tree.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | OA |
Namespace for the whole OpenAnalysis Toolkit. | |
Functions | |
| template<class T > | |
| void | OA::deque_erase (std::deque< T > d, T elt) |
Declaration of Tree class.
Copyright (c) 2002-2005, Rice University
Copyright (c) 2004-2005, University of Chicago
Copyright (c) 2006, Contributors
All rights reserved.
See ../../../Copyright.txt for details.
Tree is the base class of a general tree where each node can have a variable number of child nodes. All algorithms that operate on abstract trees should use this base class for maximum portability.
Definition in file Tree.cpp.
1.7.1