PhoenixLecture  2.0.0
Set of tools to make lectures
pspeaker_tex.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 __PSPEAKER_TEX_H__
8 #define __PSPEAKER_TEX_H__
9 
10 #include "TexTimetable.h"
11 
12 void pspeaker_tex(std::vector<PLatexObj> & vecContent, const std::vector<PLatexSpeaker> & vecSpeaker, const PString & sectionLabel);
13 void pspeaker_tex(std::vector<PLatexObj> & vecContent, const PTimeTable & timetable);
14 
15 #endif
Extends the std::string.
Definition: PString.h:16
Timetable.
Definition: PTimeTable.h:197
void pspeaker_tex(std::vector< PLatexObj > &vecContent, const std::vector< PLatexSpeaker > &vecSpeaker, const PString &sectionLabel)
Save all speakers of the given PTimeTable into a vector of PLatexObj.