AffineExprAbstraction.cpp

Go to the documentation of this file.
00001 #include "AffineExprAbstraction.hpp"
00002 
00003 #include <iostream>
00004 using namespace std;
00005 
00006 namespace OA {
00007 namespace AffineExpr {
00008 
00009 AffineExprAbstraction::AffineExprAbstraction() { }
00010 
00011 void AffineExprAbstraction::addTerm(OA_ptr<NamedLoc> var, int value) {
00012    mCoefficients.insert(make_pair(var, value));
00013 }
00014 
00015 } } // end namespaces

Generated on Sat Oct 31 05:21:19 2009 for OpenAnalysis by  doxygen 1.6.1