ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AstPDFGeneration.h
Go to the documentation of this file.
1 // Author: Markus Schordan
2 // $Id: AstPDFGeneration.h,v 1.3 2007/02/19 16:08:38 vuduc2 Exp $
3 
4 #ifndef ASTPDFGENERATION_H
5 #define ASTPDFGENERATION_H
6 
8 public:
10  void generate(std::string filename, SgNode* node);
11  void generateInputFiles(SgProject* projectNode);
12  void generateWithinFile(const std::string& filename, SgFile* node); // ****
13  void generateWithinFile(SgFile* node); // ****
14 };
15 
16 #endif