PhoenixGenerator  2.0.4
Set of tools to generate code
Loading...
Searching...
No Matches
parserClassConfig.h
Go to the documentation of this file.
1
2/***************************************
3 Auteur : Pierre Aubert
4 Mail : pierre.aubert@lapp.in2p3.fr
5 Licence : CeCILL-C
6****************************************/
7
8#ifndef __PARSER_CLASS_CONFIG_H__
9#define __PARSER_CLASS_CONFIG_H__
10
11#include "PFileParser.h"
12#include "PClassConfig.h"
13
14bool parserClassConfig(std::vector<PClassConfig> & listClassConfig, PVecPath & listInclude, const PPath & fileName);
15
16#endif
17
bool parserClassConfig(std::vector< PClassConfig > &listClassConfig, PVecPath &listInclude, const PPath &fileName)
Parser list class config.