PhoenixGenerator  2.0.4
Set of tools to generate code
Loading...
Searching...
No Matches
simpleClassGenerator.h
Go to the documentation of this file.
1/***************************************
2 Auteur : Thibaut Oprinsen
3 Mail : thibaut.oprinsen@example.com
4 Licence : CeCILL-C
5****************************************/
6
7#ifndef __SIMPLE_CLASS_GENERATOR__
8#define __SIMPLE_CLASS_GENERATOR__
9
11#include "GeneratorMode.h"
12
13bool generateClassGeneratorScript(const PVecPath & vecClassConfigFile, const PPath & scriptDir, const GeneratorMode & mode);
14
15
16#endif
17
bool generateClassGeneratorScript(const PVecPath &vecClassConfigFile, const PPath &scriptDir, const GeneratorMode &mode)
Generate a bash script to re generate all the classes from their pdata configuration files.
All the genertor modes.