00001 // Author: Markus Schordan 00002 // $Id: AstPDFGeneration.h,v 1.3 2007/02/19 16:08:38 vuduc2 Exp $ 00003 00004 #ifndef ASTPDFGENERATION_H 00005 #define ASTPDFGENERATION_H 00006 00007 class ROSE_DLL_API AstPDFGeneration { 00008 public: 00009 AstPDFGeneration() {} 00010 void generate(std::string filename, SgNode* node); 00011 void generateInputFiles(SgProject* projectNode); 00012 void generateWithinFile(const std::string& filename, SgFile* node); // **** 00013 void generateWithinFile(SgFile* node); // **** 00014 }; 00015 00016 #endif
1.4.7