Namespaces | Functions

Tree.cpp File Reference

Declaration of Tree class. More...

#include "Tree.hpp"
Include dependency graph for Tree.cpp:

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)

Detailed Description

Declaration of Tree class.

Authors:
Arun Chauhan (2001 was part of Mint)
Version:
Id:
Tree.cpp,v 1.10 2005/03/08 18:55:56 ntallent Exp

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.