Namespaces | Functions

CompareExprTree.cpp File Reference

Implementation of ExprTree. More...

#include "ExprTree.hpp"
#include <OpenAnalysis/ExprTree/ExprTreeVisitor.hpp>
#include <OpenAnalysis/ExprTree/OutputExprTreeVisitor.hpp>
Include dependency graph for CompareExprTree.cpp:

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)

Detailed Description

Implementation of ExprTree.

Authors:
Nathan Tallent, Michelle Strout
Version:
Id:
ExprTree.cpp,v 1.14 2005/03/17 21:47:45 mstrout 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.

Definition in file CompareExprTree.cpp.