DataDepResults.hpp

Go to the documentation of this file.
00001 #ifndef DataDepResults_H
00002 #define DataDepResults_H
00003 
00004 #include <OpenAnalysis/OABase/Annotation.hpp>
00005 #include <OpenAnalysis/Utils/GenOutputTool.hpp>
00006 
00007 namespace OA {
00008 namespace DataDep {
00009 
00010 class DataDepResults : public virtual Annotation {
00011   public:
00012     // TODO: Implement results class
00013 
00014     // - [output methods] - (derived from Annotation)
00015     virtual void output(IRHandlesIRInterface &ir);
00016 
00017   private:
00018   OUTPUT
00019     GENOUT int temp;
00020 };
00021 
00022 } } // end namespaces
00023 
00024 #endif