ffead.server.doc
Main Page
Classes
Files
File List
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
18
class
TemplateGenerator
{
19
public
:
20
TemplateGenerator
();
21
virtual
~
TemplateGenerator
();
22
static
string
generateTempCd(
string
,
string
&,
string
&);
23
static
string
generateTempCdAll(vector<string>);
24
};
25
26
#endif
/* TEMPLATEGENERATOR_H_ */
include
TemplateGenerator.h
Generated on Sun Mar 10 2013 11:01:56 for ffead.server.doc by
1.8.3.1