ffead.server.doc
TemplateGenerator.h
1 /*
2  * TemplateGenerator.h
3  *
4  * Created on: 15-Feb-2013
5  * Author: sumeetc
6  */
7 
8 #ifndef TEMPLATEGENERATOR_H_
9 #define TEMPLATEGENERATOR_H_
10 #include "string"
11 #include "vector"
12 #include "fstream"
13 #include "StringUtil.h"
14 #include "map"
15 using namespace std;
16 
17 
19 public:
21  virtual ~TemplateGenerator();
22  static string generateTempCd(string,string &,string &);
23  static string generateTempCdAll(vector<string>);
24 };
25 
26 #endif /* TEMPLATEGENERATOR_H_ */