PhoenixGenerator  2.0.0
Set of tools to generate code
wrapper_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 __WRAPPER_GENERATOR_H__
8 #define __WRAPPER_GENERATOR_H__
9 
10 #include "project_generator.h"
11 
12 bool project_wrapper_generator(const ProjectConfig & projectConfig, const PPath & configFile);
13 
14 
15 #endif
Path of a directory or a file.
Definition: PPath.h:17
Configuration of the project.
bool project_wrapper_generator(const ProjectConfig &projectConfig, const PPath &configFile)
Generate a full python wrapper project with PhoenixDataStream and PhoenixTypeStream.