Implementation of ExprTree. More...
#include "ExprTree.hpp"#include <OpenAnalysis/ExprTree/ExprTreeVisitor.hpp>#include <OpenAnalysis/ExprTree/OutputExprTreeVisitor.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | OA |
Namespace for the whole OpenAnalysis Toolkit. | |
Functions | |
| OA_ptr< std::set< OA_ptr < ExprTree > > > | OA::intersectExprTreeSets (std::set< OA_ptr< ExprTree > > &set1, std::set< OA_ptr< ExprTree > > &set2) |
| OA_ptr< std::set< OA_ptr < ExprTree > > > | OA::unionExprTreeSets (std::set< OA_ptr< ExprTree > > &set1, std::set< OA_ptr< ExprTree > > &set2) |
Implementation of ExprTree.
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.
Definition in file CompareExprTree.cpp.
1.7.1