PhoenixLecture  2.0.0
Set of tools to make lectures
ptimtable_load.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 __PTIMTABLE_LOAD_H__
8 #define __PTIMTABLE_LOAD_H__
9 
10 #include "parser_toml.h"
11 #include "PTimeTable.h"
12 
13 bool ptimetable_loadSpeaker(std::vector<PLatexSpeaker> & vecSpeaker, const PPath & configFile);
14 bool ptimetable_load(PTimeTable & timetable, const PPath & configFile);
15 
16 
17 #endif
Path of a directory or a file.
Definition: PPath.h:17
Timetable.
Definition: PTimeTable.h:197
bool ptimetable_load(PTimeTable &timetable, const PPath &configFile)
Load the PTimeTable with a toml configuration.
bool ptimetable_loadSpeaker(std::vector< PLatexSpeaker > &vecSpeaker, const PPath &configFile)
Load the PTimeTable with a toml configuration.