libRoadRunner C++ API
1.0.0
Main Page
Related Pages
Classes
Files
File List
All
Classes
Functions
Variables
Enumerations
Enumerator
Pages
rrModelGeneratorFactory.h
1
/*
2
* rrModelGeneratorFactory.h
3
*
4
* Created on: May 20, 2013
5
* Author: andy
6
*/
7
8
#ifndef RRMODELGENERATORFACTORY_H_
9
#define RRMODELGENERATORFACTORY_H_
10
11
#include <string>
12
13
namespace
rr {
14
15
class
ModelGenerator;
16
23
class
ModelGeneratorFactory
{
24
public
:
43
static
ModelGenerator
*
createModelGenerator
(
const
std::string& compiler,
44
const
std::string& tmpDir=
""
,
const
std::string& supportCodeDir=
""
);
45
};
46
47
}
/* namespace rr */
48
#endif
/* RRMODELGENERATORFACTORY_H_ */
rr::ModelGenerator
Definition:
rrModelGenerator.h:18
rr::ModelGeneratorFactory
Definition:
rrModelGeneratorFactory.h:23
rr::ModelGeneratorFactory::createModelGenerator
static ModelGenerator * createModelGenerator(const std::string &compiler, const std::string &tmpDir="", const std::string &supportCodeDir="")
Definition:
rrModelGeneratorFactory.cpp:22
Generated on Wed Dec 18 2013 23:07:19 for libRoadRunner C++ API by
1.8.5