PhoenixGenerator  2.0.4
Set of tools to generate code
Loading...
Searching...
No Matches
simple_project_generator.h
Go to the documentation of this file.
1/***************************************
2 Auteur : Pierre Aubert
3 Mail : pierre.aubert@lapp.in2p3.fr
4 Licence : CeCILL-C
5****************************************/
6
7#ifndef __SIMPLE_PROJECT_GENERATOR_H__
8#define __SIMPLE_PROJECT_GENERATOR_H__
9
10#include "GeneratorMode.h"
12
13bool isPhoenixDependency(const PString & packageName);
14bool simple_project_generator(const PPath & descriptionFile, const PVecPath & vecClassConfigFile, const PString & projectType,
15 const GeneratorMode & mode);
16
17
18#endif
bool isPhoenixDependency(const PString &packageName)
Check if a package is a Phoenix dependency.
bool simple_project_generator(const PPath &descriptionFile, const PVecPath &vecClassConfigFile, const PString &projectType, const GeneratorMode &mode)
Create a simple project from a configuration.
All the genertor modes.