PhoenixGenerator  2.0.4
Set of tools to generate code
Loading...
Searching...
No Matches
wrapper_generator_struct.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_STRUCT_H__
8#define __WRAPPER_GENERATOR_STRUCT_H__
9
10#include "ProjectParam.h"
12
13bool wrapper_generator_class_full(const PWrapperTraitBackendManager & manager, const ProjectParam & projectParam);
14
15#endif
Manager of the Trait backends.
Set of parameters to generate a project.
bool wrapper_generator_class_full(const PWrapperTraitBackendManager &manager, const ProjectParam &projectParam)
Generate the full sources and related unit tests from configuration.