Ajout de documentation

master
Kyllian Chabanon 2 years ago
parent a611ae4d6b
commit 46759afff1

@ -69,7 +69,7 @@ $(function() {
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#include &lt;stdlib.h&gt;</span></div> <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#include &lt;stdlib.h&gt;</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="preprocessor">#include &lt;string.h&gt;</span></div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="preprocessor">#include &lt;string.h&gt;</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &lt;stdbool.h&gt;</span></div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &lt;stdbool.h&gt;</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#include &quot;structures.h&quot;</span></div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="structures_8h.html">structures.h</a>&quot;</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160; </div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160; </div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="keywordtype">void</span> global(<span class="keywordtype">void</span>);</div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="keywordtype">void</span> global(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160; </div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160; </div>
@ -151,15 +151,16 @@ $(function() {
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="keywordtype">void</span> lancerAdmissions(<a class="code" href="structEtudiant.html">Etudiant</a> *tetudResp[], <span class="keywordtype">int</span> nbCandResp, <a class="code" href="structEtudiant.html">Etudiant</a> *tetudAdmis[], <span class="keywordtype">int</span> *nbEtudAdmis, <a class="code" href="structEtudiant.html">Etudiant</a> *tetudAttente[], <span class="keywordtype">int</span> *nbEtudAttente, <span class="keywordtype">char</span> ville[], <span class="keywordtype">char</span> dept[]);</div> <div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="keywordtype">void</span> lancerAdmissions(<a class="code" href="structEtudiant.html">Etudiant</a> *tetudResp[], <span class="keywordtype">int</span> nbCandResp, <a class="code" href="structEtudiant.html">Etudiant</a> *tetudAdmis[], <span class="keywordtype">int</span> *nbEtudAdmis, <a class="code" href="structEtudiant.html">Etudiant</a> *tetudAttente[], <span class="keywordtype">int</span> *nbEtudAttente, <span class="keywordtype">char</span> ville[], <span class="keywordtype">char</span> dept[]);</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="keywordtype">void</span> sauvegardeAdmis(<a class="code" href="structEtudiant.html">Etudiant</a> *tetudAdmis[], <span class="keywordtype">int</span> nbEtudAdmis);</div> <div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="keywordtype">void</span> sauvegardeAdmis(<a class="code" href="structEtudiant.html">Etudiant</a> *tetudAdmis[], <span class="keywordtype">int</span> nbEtudAdmis);</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="keywordtype">void</span> sauvegardeAttente(<a class="code" href="structEtudiant.html">Etudiant</a> *tetudAttente[], <span class="keywordtype">int</span> nbEtudAttente);</div> <div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="keywordtype">void</span> sauvegardeAttente(<a class="code" href="structEtudiant.html">Etudiant</a> *tetudAttente[], <span class="keywordtype">int</span> nbEtudAttente);</div>
<div class="ttc" id="amenus_8c_html_a0dfd45333673a955e5e1bf0fb726d0a5"><div class="ttname"><a href="menus_8c.html#a0dfd45333673a955e5e1bf0fb726d0a5">menu</a></div><div class="ttdeci">void menu(VilleIUT *tiut[], int *nbIUT, Etudiant *tetud[], int *nbCandidats, bool *phaseCandidatures, bool *phaseTraitement, Etudiant *tetudAdmis[], int *nbEtudAdmis, Etudiant *tetudAttente[], int *nbEtudAttente)</div><div class="ttdoc">Fonction de sélection des menus.</div><div class="ttdef"><b>Definition:</b> menus.c:23</div></div> <div class="ttc" id="amenus_8c_html_a0dfd45333673a955e5e1bf0fb726d0a5"><div class="ttname"><a href="menus_8c.html#a0dfd45333673a955e5e1bf0fb726d0a5">menu</a></div><div class="ttdeci">void menu(VilleIUT *tiut[], int *nbIUT, Etudiant *tetud[], int *nbCandidats, bool *phaseCandidatures, bool *phaseTraitement, Etudiant *tetudAdmis[], int *nbEtudAdmis, Etudiant *tetudAttente[], int *nbEtudAttente)</div><div class="ttdoc">Fonction de sélection des menus.</div><div class="ttdef"><b>Definition:</b> menus.c:24</div></div>
<div class="ttc" id="amenus_8c_html_a624557408eaced65150430dad2821706"><div class="ttname"><a href="menus_8c.html#a624557408eaced65150430dad2821706">menuResponsable</a></div><div class="ttdeci">void menuResponsable(Etudiant *tetud[], int nbCandidats, VilleIUT *tiut[], int *nbIUT, Etudiant *tetudAdmis[], int *nbEtudAdmis, Etudiant *tetudAttente[], int *nbEtudAttente)</div><div class="ttdoc">Menu des responsables.</div><div class="ttdef"><b>Definition:</b> menus.c:252</div></div> <div class="ttc" id="amenus_8c_html_a624557408eaced65150430dad2821706"><div class="ttname"><a href="menus_8c.html#a624557408eaced65150430dad2821706">menuResponsable</a></div><div class="ttdeci">void menuResponsable(Etudiant *tetud[], int nbCandidats, VilleIUT *tiut[], int *nbIUT, Etudiant *tetudAdmis[], int *nbEtudAdmis, Etudiant *tetudAttente[], int *nbEtudAttente)</div><div class="ttdoc">Menu des responsables.</div><div class="ttdef"><b>Definition:</b> menus.c:257</div></div>
<div class="ttc" id="amenus_8c_html_a6f04ea3277126abaa2d3c7108e38156e"><div class="ttname"><a href="menus_8c.html#a6f04ea3277126abaa2d3c7108e38156e">menuAdministrateur</a></div><div class="ttdeci">void menuAdministrateur(VilleIUT *tiut[], int *nbIUT, Etudiant *tetud[], int *nbCandidats, bool *phaseCandidatures, bool *phaseTraitement)</div><div class="ttdoc">Menu des administrateurs.</div><div class="ttdef"><b>Definition:</b> menus.c:86</div></div> <div class="ttc" id="amenus_8c_html_a6f04ea3277126abaa2d3c7108e38156e"><div class="ttname"><a href="menus_8c.html#a6f04ea3277126abaa2d3c7108e38156e">menuAdministrateur</a></div><div class="ttdeci">void menuAdministrateur(VilleIUT *tiut[], int *nbIUT, Etudiant *tetud[], int *nbCandidats, bool *phaseCandidatures, bool *phaseTraitement)</div><div class="ttdoc">Menu des administrateurs.</div><div class="ttdef"><b>Definition:</b> menus.c:88</div></div>
<div class="ttc" id="amenus_8c_html_a7562ea0b247039e4e64a0dbf3856cf29"><div class="ttname"><a href="menus_8c.html#a7562ea0b247039e4e64a0dbf3856cf29">menuAffichage</a></div><div class="ttdeci">void menuAffichage(Etudiant *tetud[], int nbCandidats, VilleIUT *tiut[], int *nbIUT, Etudiant *tetudAdmis[], int *nbEtudAdmis, Etudiant *tetudAttente[], int *nbEtudAttente)</div><div class="ttdoc">Menu d'affichage des responsables.</div><div class="ttdef"><b>Definition:</b> menus.c:356</div></div> <div class="ttc" id="amenus_8c_html_a7562ea0b247039e4e64a0dbf3856cf29"><div class="ttname"><a href="menus_8c.html#a7562ea0b247039e4e64a0dbf3856cf29">menuAffichage</a></div><div class="ttdeci">void menuAffichage(Etudiant *tetud[], int nbCandidats, VilleIUT *tiut[], int *nbIUT, Etudiant *tetudAdmis[], int *nbEtudAdmis, Etudiant *tetudAttente[], int *nbEtudAttente)</div><div class="ttdoc">Menu d'affichage des responsables.</div><div class="ttdef"><b>Definition:</b> menus.c:362</div></div>
<div class="ttc" id="amenus_8c_html_aa5a51425a26c7c08f18a300d69c1507b"><div class="ttname"><a href="menus_8c.html#aa5a51425a26c7c08f18a300d69c1507b">menuCandidat</a></div><div class="ttdeci">void menuCandidat(VilleIUT *tiut[], int *nbIUT, Etudiant *tetud[], int *nbCandidats)</div><div class="ttdoc">Menu des candidats.</div><div class="ttdef"><b>Definition:</b> menus.c:197</div></div> <div class="ttc" id="amenus_8c_html_aa5a51425a26c7c08f18a300d69c1507b"><div class="ttname"><a href="menus_8c.html#aa5a51425a26c7c08f18a300d69c1507b">menuCandidat</a></div><div class="ttdeci">void menuCandidat(VilleIUT *tiut[], int *nbIUT, Etudiant *tetud[], int *nbCandidats)</div><div class="ttdoc">Menu des candidats.</div><div class="ttdef"><b>Definition:</b> menus.c:201</div></div>
<div class="ttc" id="amenus_8c_html_ac4d72761f0a127de7f18f5104874fa13"><div class="ttname"><a href="menus_8c.html#ac4d72761f0a127de7f18f5104874fa13">menuUtilisateur</a></div><div class="ttdeci">void menuUtilisateur(VilleIUT *tiut[], int *nbIUT, Etudiant *tetud[], int *nbCandidats)</div><div class="ttdoc">Menu des utilisateurs.</div><div class="ttdef"><b>Definition:</b> menus.c:150</div></div> <div class="ttc" id="amenus_8c_html_ac4d72761f0a127de7f18f5104874fa13"><div class="ttname"><a href="menus_8c.html#ac4d72761f0a127de7f18f5104874fa13">menuUtilisateur</a></div><div class="ttdeci">void menuUtilisateur(VilleIUT *tiut[], int *nbIUT, Etudiant *tetud[], int *nbCandidats)</div><div class="ttdoc">Menu des utilisateurs.</div><div class="ttdef"><b>Definition:</b> menus.c:153</div></div>
<div class="ttc" id="astructEtudiant_html"><div class="ttname"><a href="structEtudiant.html">Etudiant</a></div><div class="ttdoc">Structure d'un candidat.</div><div class="ttdef"><b>Definition:</b> structures.h:56</div></div> <div class="ttc" id="astructEtudiant_html"><div class="ttname"><a href="structEtudiant.html">Etudiant</a></div><div class="ttdoc">Structure d'un candidat.</div><div class="ttdef"><b>Definition:</b> structures.h:66</div></div>
<div class="ttc" id="astructVilleIUT_html"><div class="ttname"><a href="structVilleIUT.html">VilleIUT</a></div><div class="ttdoc">Structure d'une ville possédant un IUT.</div><div class="ttdef"><b>Definition:</b> structures.h:23</div></div> <div class="ttc" id="astructVilleIUT_html"><div class="ttname"><a href="structVilleIUT.html">VilleIUT</a></div><div class="ttdoc">Structure d'une ville possédant un IUT.</div><div class="ttdef"><b>Definition:</b> structures.h:30</div></div>
<div class="ttc" id="astructmaillonChoix_html"><div class="ttname"><a href="structmaillonChoix.html">maillonChoix</a></div><div class="ttdoc">Maillon d'une liste de choix.</div><div class="ttdef"><b>Definition:</b> structures.h:46</div></div> <div class="ttc" id="astructmaillonChoix_html"><div class="ttname"><a href="structmaillonChoix.html">maillonChoix</a></div><div class="ttdoc">Maillon d'une liste de choix.</div><div class="ttdef"><b>Definition:</b> structures.h:55</div></div>
<div class="ttc" id="astructures_8h_html"><div class="ttname"><a href="structures_8h.html">structures.h</a></div><div class="ttdoc">Fichier qui contient toutes les définitions de structures ainsi que les prototypes des fonctions rela...</div></div>
</div><!-- fragment --></div><!-- contents --> </div><!-- fragment --></div><!-- contents -->
<!-- start footer part --> <!-- start footer part -->
<hr class="footer"/><address class="footer"><small> <hr class="footer"/><address class="footer"><small>

@ -67,9 +67,11 @@ $(function() {
<div class="contents"> <div class="contents">
<div class="textblock">Liste de tous les fichiers documentés avec une brève description :</div><div class="directory"> <div class="textblock">Liste de tous les fichiers documentés avec une brève description :</div><div class="directory">
<table class="directory"> <table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="menus_8c.html" target="_self">menus.c</a></td><td class="desc">Ce fichier contient tous les menus de notre application </td></tr> <tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="menus_8c.html" target="_self">menus.c</a></td><td class="desc">Fichier contenant tous les différents menus de notre application </td></tr>
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="SAE_8h_source.html"><span class="icondoc"></span></a><b>SAE.h</b></td><td class="desc"></td></tr> <tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="SAE_8h_source.html"><span class="icondoc"></span></a><b>SAE.h</b></td><td class="desc"></td></tr>
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="structures_8h_source.html"><span class="icondoc"></span></a><b>structures.h</b></td><td class="desc"></td></tr> <tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="structures_8h_source.html"><span class="icondoc"></span></a><a class="el" href="structures_8h.html" target="_self">structures.h</a></td><td class="desc">Fichier qui contient toutes les définitions de structures ainsi que les prototypes des fonctions relatives à celles-ci </td></tr>
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="structuresP1_8c.html" target="_self">structuresP1.c</a></td><td class="desc">Fichier contenant les fonctions des structures de la partie 1 </td></tr>
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="structuresP2_8c.html" target="_self">structuresP2.c</a></td><td class="desc">Fichier contenant les fonctions des structures de la partie 2 </td></tr>
</table> </table>
</div><!-- directory --> </div><!-- directory -->
</div><!-- contents --> </div><!-- contents -->

@ -62,9 +62,54 @@ $(function() {
<div class="contents"> <div class="contents">
<div class="textblock">Liste de tous les membres de classe documentés avec des liens vers la documentation de classe de chaque membre :</div><ul> <div class="textblock">Liste de tous les membres de classe documentés avec des liens vers la documentation de classe de chaque membre :</div><ul>
<li>choix
: <a class="el" href="structmaillonChoix.html#af3c7ad5848742578f4ae8af840b495ce">maillonChoix</a>
</li>
<li>decisionAdmission
: <a class="el" href="structChoix.html#aabf7c1c51b6c3a53058e690d505acfa5">Choix</a>
</li>
<li>decisionCandidat
: <a class="el" href="structChoix.html#ad281c75de662f930cfd935d1596e8f95">Choix</a>
</li>
<li>departement
: <a class="el" href="structChoix.html#ae53b74aafc2c6042006f332956a3d094">Choix</a>
, <a class="el" href="structmaillonDept.html#a80bbfe7fb1ad7ee17187698aca814f6d">maillonDept</a>
</li>
<li>lChoix
: <a class="el" href="structEtudiant.html#a868c0c5a6ed7db69bb1b3fe9351e1d02">Etudiant</a>
</li>
<li>ldept
: <a class="el" href="structVilleIUT.html#aaf6c03c46c4912dcced9eeb07f2342e3">VilleIUT</a>
</li>
<li>nbChoix
: <a class="el" href="structEtudiant.html#a505bf54bd41f9885e38b267ef4bd791b">Etudiant</a>
</li>
<li>nbP <li>nbP
: <a class="el" href="structmaillonDept.html#a486cb581482b88a28e9058c9e1e1b1d7">maillonDept</a> : <a class="el" href="structmaillonDept.html#a486cb581482b88a28e9058c9e1e1b1d7">maillonDept</a>
</li> </li>
<li>nom
: <a class="el" href="structEtudiant.html#a61f5228f07432b93e9b0f4c64f1e1cb6">Etudiant</a>
</li>
<li>num
: <a class="el" href="structEtudiant.html#ae598beb05dd70bbeb416fd2d68c4a593">Etudiant</a>
</li>
<li>prenom
: <a class="el" href="structEtudiant.html#a325d8561e7431ba5e77db94f86d5a5db">Etudiant</a>
</li>
<li>resp
: <a class="el" href="structmaillonDept.html#abcba6a6cc3da097495bad730b8072845">maillonDept</a>
</li>
<li>suiv
: <a class="el" href="structmaillonChoix.html#aec1d32f41ce47c5e6bab021b3dfe2896">maillonChoix</a>
, <a class="el" href="structmaillonDept.html#ad298150a3cdf873eeab80064c537442b">maillonDept</a>
</li>
<li>tabNotes
: <a class="el" href="structEtudiant.html#a0daa0e34d168dbf74450baca511d3f70">Etudiant</a>
</li>
<li>ville
: <a class="el" href="structChoix.html#a3edc955997c96a2a04a868c60bcd0e15">Choix</a>
, <a class="el" href="structVilleIUT.html#ab30b0c6d77f4ccb88d5ef11b2fd59dec">VilleIUT</a>
</li>
</ul> </ul>
</div><!-- contents --> </div><!-- contents -->
<!-- start footer part --> <!-- start footer part -->

@ -62,9 +62,54 @@ $(function() {
<div class="contents"> <div class="contents">
&#160;<ul> &#160;<ul>
<li>choix
: <a class="el" href="structmaillonChoix.html#af3c7ad5848742578f4ae8af840b495ce">maillonChoix</a>
</li>
<li>decisionAdmission
: <a class="el" href="structChoix.html#aabf7c1c51b6c3a53058e690d505acfa5">Choix</a>
</li>
<li>decisionCandidat
: <a class="el" href="structChoix.html#ad281c75de662f930cfd935d1596e8f95">Choix</a>
</li>
<li>departement
: <a class="el" href="structChoix.html#ae53b74aafc2c6042006f332956a3d094">Choix</a>
, <a class="el" href="structmaillonDept.html#a80bbfe7fb1ad7ee17187698aca814f6d">maillonDept</a>
</li>
<li>lChoix
: <a class="el" href="structEtudiant.html#a868c0c5a6ed7db69bb1b3fe9351e1d02">Etudiant</a>
</li>
<li>ldept
: <a class="el" href="structVilleIUT.html#aaf6c03c46c4912dcced9eeb07f2342e3">VilleIUT</a>
</li>
<li>nbChoix
: <a class="el" href="structEtudiant.html#a505bf54bd41f9885e38b267ef4bd791b">Etudiant</a>
</li>
<li>nbP <li>nbP
: <a class="el" href="structmaillonDept.html#a486cb581482b88a28e9058c9e1e1b1d7">maillonDept</a> : <a class="el" href="structmaillonDept.html#a486cb581482b88a28e9058c9e1e1b1d7">maillonDept</a>
</li> </li>
<li>nom
: <a class="el" href="structEtudiant.html#a61f5228f07432b93e9b0f4c64f1e1cb6">Etudiant</a>
</li>
<li>num
: <a class="el" href="structEtudiant.html#ae598beb05dd70bbeb416fd2d68c4a593">Etudiant</a>
</li>
<li>prenom
: <a class="el" href="structEtudiant.html#a325d8561e7431ba5e77db94f86d5a5db">Etudiant</a>
</li>
<li>resp
: <a class="el" href="structmaillonDept.html#abcba6a6cc3da097495bad730b8072845">maillonDept</a>
</li>
<li>suiv
: <a class="el" href="structmaillonChoix.html#aec1d32f41ce47c5e6bab021b3dfe2896">maillonChoix</a>
, <a class="el" href="structmaillonDept.html#ad298150a3cdf873eeab80064c537442b">maillonDept</a>
</li>
<li>tabNotes
: <a class="el" href="structEtudiant.html#a0daa0e34d168dbf74450baca511d3f70">Etudiant</a>
</li>
<li>ville
: <a class="el" href="structChoix.html#a3edc955997c96a2a04a868c60bcd0e15">Choix</a>
, <a class="el" href="structVilleIUT.html#ab30b0c6d77f4ccb88d5ef11b2fd59dec">VilleIUT</a>
</li>
</ul> </ul>
</div><!-- contents --> </div><!-- contents -->
<!-- start footer part --> <!-- start footer part -->

@ -61,7 +61,105 @@ $(function() {
</div> </div>
<div class="contents"> <div class="contents">
<div class="textblock">Liste de tous les membres de fichier documentés avec des liens vers la documentation :</div><ul> <div class="textblock">Liste de tous les membres de fichier documentés avec des liens vers la documentation :</div>
<h3><a id="index_a"></a>- a -</h3><ul>
<li>afficher()
: <a class="el" href="structures_8h.html#ae6f0903d8c6e4be4b2a0e7ee3ae66d1e">structures.h</a>
, <a class="el" href="structuresP1_8c.html#aac8521c6c4b63e9b906dc3e2b4e93849">structuresP1.c</a>
</li>
<li>afficherCandidatsChoix()
: <a class="el" href="structures_8h.html#a1df72ed623235cd3d20441d8ac884660">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a1df72ed623235cd3d20441d8ac884660">structuresP2.c</a>
</li>
<li>afficherChoix()
: <a class="el" href="structures_8h.html#a0f6ccdabe1e38e361a825a939128f01e">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a0f6ccdabe1e38e361a825a939128f01e">structuresP2.c</a>
</li>
<li>afficherDept()
: <a class="el" href="structures_8h.html#ab945e4c4fead219824751a65dd16cf14">structures.h</a>
, <a class="el" href="structuresP1_8c.html#a780a5af5a227a219759cdf8a5046c61e">structuresP1.c</a>
</li>
</ul>
<h3><a id="index_g"></a>- g -</h3><ul>
<li>getDept()
: <a class="el" href="structures_8h.html#acf837a6801d47fab2574c55df0027cf4">structures.h</a>
, <a class="el" href="structuresP1_8c.html#a9ba173ab29360ae74272f640caca8711">structuresP1.c</a>
</li>
<li>getDeptChoix()
: <a class="el" href="structures_8h.html#a18e9df7db39c9ec0602397dce77f01b9">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a18e9df7db39c9ec0602397dce77f01b9">structuresP2.c</a>
</li>
<li>getNbP()
: <a class="el" href="structures_8h.html#aa70142e7e357ab5ddf4a75670ab86b06">structures.h</a>
, <a class="el" href="structuresP1_8c.html#a0748698d470dfcb90dfc77877974dd8b">structuresP1.c</a>
</li>
<li>getResp()
: <a class="el" href="structures_8h.html#a3b360baafe63bb03fa8e3b695a8c6d4d">structures.h</a>
, <a class="el" href="structuresP1_8c.html#aadd1ba1e9f10bb9a9a91644cd76d8248">structuresP1.c</a>
</li>
<li>getVilleChoix()
: <a class="el" href="structures_8h.html#a95b385a81250bafd87c49289f0dce3b0">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a95b385a81250bafd87c49289f0dce3b0">structuresP2.c</a>
</li>
</ul>
<h3><a id="index_i"></a>- i -</h3><ul>
<li>inserer()
: <a class="el" href="structures_8h.html#a444177553f4cf8d7cf0e88d0066cae58">structures.h</a>
, <a class="el" href="structuresP1_8c.html#ad986816e2fdcca7cd1472edc3791420f">structuresP1.c</a>
</li>
<li>insererChoix()
: <a class="el" href="structures_8h.html#a87f95c09ff7cb208c1ed332297b890cf">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a87f95c09ff7cb208c1ed332297b890cf">structuresP2.c</a>
</li>
<li>insererEnTete()
: <a class="el" href="structures_8h.html#a4c68f65a63a7a00a2ad20158bd1086ba">structures.h</a>
, <a class="el" href="structuresP1_8c.html#aca041dc78567f342258148d051536965">structuresP1.c</a>
</li>
<li>insererEnTeteChoix()
: <a class="el" href="structures_8h.html#ae228b2872f76b552bc428bc4c9718adf">structures.h</a>
, <a class="el" href="structuresP2_8c.html#ae228b2872f76b552bc428bc4c9718adf">structuresP2.c</a>
</li>
</ul>
<h3><a id="index_l"></a>- l -</h3><ul>
<li>ListeChoix
: <a class="el" href="structures_8h.html#a8914e47a06f1936a04c1d0dfbcefd8c9">structures.h</a>
</li>
<li>ListeDept
: <a class="el" href="structures_8h.html#a6d9c91c883d198c4f900764cdcc6e137">structures.h</a>
</li>
<li>listenouv()
: <a class="el" href="structures_8h.html#ad3cc027ce3e389c51b1f25407deee327">structures.h</a>
, <a class="el" href="structuresP1_8c.html#ad3cc027ce3e389c51b1f25407deee327">structuresP1.c</a>
</li>
<li>listenouvChoix()
: <a class="el" href="structures_8h.html#a31aaa653e81dc8dfd456f83f3fbb0ccb">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a31aaa653e81dc8dfd456f83f3fbb0ccb">structuresP2.c</a>
</li>
<li>longueur()
: <a class="el" href="structures_8h.html#afaaef9afe32c5ccc2035728953c847d2">structures.h</a>
, <a class="el" href="structuresP1_8c.html#a2430dc998fa14391422a46cf4c997104">structuresP1.c</a>
</li>
<li>longueurChoix()
: <a class="el" href="structures_8h.html#a02223e8a6075dee3dae5826fe6552970">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a02223e8a6075dee3dae5826fe6552970">structuresP2.c</a>
</li>
</ul>
<h3><a id="index_m"></a>- m -</h3><ul>
<li>MaillonChoix
: <a class="el" href="structures_8h.html#a047271669b513f4af69e3f5367f0df50">structures.h</a>
</li>
<li>MaillonDept
: <a class="el" href="structures_8h.html#a3a340dea0e8e9d4370ecc3d4e527f7bd">structures.h</a>
</li>
<li>menu() <li>menu()
: <a class="el" href="menus_8c.html#a0dfd45333673a955e5e1bf0fb726d0a5">menus.c</a> : <a class="el" href="menus_8c.html#a0dfd45333673a955e5e1bf0fb726d0a5">menus.c</a>
</li> </li>
@ -81,6 +179,74 @@ $(function() {
: <a class="el" href="menus_8c.html#ac4d72761f0a127de7f18f5104874fa13">menus.c</a> : <a class="el" href="menus_8c.html#ac4d72761f0a127de7f18f5104874fa13">menus.c</a>
</li> </li>
</ul> </ul>
<h3><a id="index_r"></a>- r -</h3><ul>
<li>rechercheChoix()
: <a class="el" href="structures_8h.html#a85b79543221bd69f744426f0cfcfe6a9">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a85b79543221bd69f744426f0cfcfe6a9">structuresP2.c</a>
</li>
<li>rechercheDept()
: <a class="el" href="structures_8h.html#af8e12873822fb471fb6cac557c2c03be">structures.h</a>
, <a class="el" href="structuresP1_8c.html#a4d6bca601faa85b3b5b1275d36fba531">structuresP1.c</a>
</li>
</ul>
<h3><a id="index_s"></a>- s -</h3><ul>
<li>setDecisionAdmission()
: <a class="el" href="structures_8h.html#a7af18bb606d471bcb6067ad786da717e">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a7af18bb606d471bcb6067ad786da717e">structuresP2.c</a>
</li>
<li>setNbP()
: <a class="el" href="structures_8h.html#aaf22aaba5ee93f7b4b6a0c4005427c10">structures.h</a>
, <a class="el" href="structuresP1_8c.html#a092f3d453b0f9a318053e3092e9a3270">structuresP1.c</a>
</li>
<li>setResp()
: <a class="el" href="structures_8h.html#a0068f14de82888170e997bb9b354a64f">structures.h</a>
, <a class="el" href="structuresP1_8c.html#aec44c20ff87299c67ab996ed2aadb73c">structuresP1.c</a>
</li>
<li>supprimer()
: <a class="el" href="structures_8h.html#a6702928d1f9544ed9e5ed7bccf4f4bf1">structures.h</a>
, <a class="el" href="structuresP1_8c.html#a0916c23e893a07133c78a6ef48348aba">structuresP1.c</a>
</li>
<li>supprimerChoix()
: <a class="el" href="structures_8h.html#a7543ef1340eb96b03534e2b70ac1f626">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a7543ef1340eb96b03534e2b70ac1f626">structuresP2.c</a>
</li>
<li>supprimerEnTete()
: <a class="el" href="structures_8h.html#af20be56b692910ee181199b7fe7f040c">structures.h</a>
, <a class="el" href="structuresP1_8c.html#af844db27899f72253519a099704144c6">structuresP1.c</a>
</li>
<li>supprimerEnTeteChoix()
: <a class="el" href="structures_8h.html#a542387c8ad6adbac5d25dd3932c4a892">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a542387c8ad6adbac5d25dd3932c4a892">structuresP2.c</a>
</li>
</ul>
<h3><a id="index_t"></a>- t -</h3><ul>
<li>TeteChoix()
: <a class="el" href="structures_8h.html#adcfce0da26109cfcf2cf3591c1aa6bbd">structures.h</a>
, <a class="el" href="structuresP2_8c.html#adcfce0da26109cfcf2cf3591c1aa6bbd">structuresP2.c</a>
</li>
<li>trouverPos()
: <a class="el" href="structures_8h.html#a3ba029107fff9775098f0c859ef97c1e">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a3ba029107fff9775098f0c859ef97c1e">structuresP2.c</a>
</li>
</ul>
<h3><a id="index_v"></a>- v -</h3><ul>
<li>vide()
: <a class="el" href="structures_8h.html#a7819b2aa28448468528875722dc47aa8">structures.h</a>
, <a class="el" href="structuresP1_8c.html#a6cf3a850ee9a801931f24e72feeee65c">structuresP1.c</a>
</li>
<li>videChoix()
: <a class="el" href="structures_8h.html#ae346ec3b87d3943b880cea80b11ca96c">structures.h</a>
, <a class="el" href="structuresP2_8c.html#ae346ec3b87d3943b880cea80b11ca96c">structuresP2.c</a>
</li>
</ul>
</div><!-- contents --> </div><!-- contents -->
<!-- start footer part --> <!-- start footer part -->
<hr class="footer"/><address class="footer"><small> <hr class="footer"/><address class="footer"><small>

@ -61,7 +61,93 @@ $(function() {
</div> </div>
<div class="contents"> <div class="contents">
&#160;<ul> &#160;
<h3><a id="index_a"></a>- a -</h3><ul>
<li>afficher()
: <a class="el" href="structures_8h.html#ae6f0903d8c6e4be4b2a0e7ee3ae66d1e">structures.h</a>
, <a class="el" href="structuresP1_8c.html#aac8521c6c4b63e9b906dc3e2b4e93849">structuresP1.c</a>
</li>
<li>afficherCandidatsChoix()
: <a class="el" href="structures_8h.html#a1df72ed623235cd3d20441d8ac884660">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a1df72ed623235cd3d20441d8ac884660">structuresP2.c</a>
</li>
<li>afficherChoix()
: <a class="el" href="structures_8h.html#a0f6ccdabe1e38e361a825a939128f01e">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a0f6ccdabe1e38e361a825a939128f01e">structuresP2.c</a>
</li>
<li>afficherDept()
: <a class="el" href="structures_8h.html#ab945e4c4fead219824751a65dd16cf14">structures.h</a>
, <a class="el" href="structuresP1_8c.html#a780a5af5a227a219759cdf8a5046c61e">structuresP1.c</a>
</li>
</ul>
<h3><a id="index_g"></a>- g -</h3><ul>
<li>getDept()
: <a class="el" href="structures_8h.html#acf837a6801d47fab2574c55df0027cf4">structures.h</a>
, <a class="el" href="structuresP1_8c.html#a9ba173ab29360ae74272f640caca8711">structuresP1.c</a>
</li>
<li>getDeptChoix()
: <a class="el" href="structures_8h.html#a18e9df7db39c9ec0602397dce77f01b9">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a18e9df7db39c9ec0602397dce77f01b9">structuresP2.c</a>
</li>
<li>getNbP()
: <a class="el" href="structures_8h.html#aa70142e7e357ab5ddf4a75670ab86b06">structures.h</a>
, <a class="el" href="structuresP1_8c.html#a0748698d470dfcb90dfc77877974dd8b">structuresP1.c</a>
</li>
<li>getResp()
: <a class="el" href="structures_8h.html#a3b360baafe63bb03fa8e3b695a8c6d4d">structures.h</a>
, <a class="el" href="structuresP1_8c.html#aadd1ba1e9f10bb9a9a91644cd76d8248">structuresP1.c</a>
</li>
<li>getVilleChoix()
: <a class="el" href="structures_8h.html#a95b385a81250bafd87c49289f0dce3b0">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a95b385a81250bafd87c49289f0dce3b0">structuresP2.c</a>
</li>
</ul>
<h3><a id="index_i"></a>- i -</h3><ul>
<li>inserer()
: <a class="el" href="structures_8h.html#a444177553f4cf8d7cf0e88d0066cae58">structures.h</a>
, <a class="el" href="structuresP1_8c.html#ad986816e2fdcca7cd1472edc3791420f">structuresP1.c</a>
</li>
<li>insererChoix()
: <a class="el" href="structures_8h.html#a87f95c09ff7cb208c1ed332297b890cf">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a87f95c09ff7cb208c1ed332297b890cf">structuresP2.c</a>
</li>
<li>insererEnTete()
: <a class="el" href="structures_8h.html#a4c68f65a63a7a00a2ad20158bd1086ba">structures.h</a>
, <a class="el" href="structuresP1_8c.html#aca041dc78567f342258148d051536965">structuresP1.c</a>
</li>
<li>insererEnTeteChoix()
: <a class="el" href="structures_8h.html#ae228b2872f76b552bc428bc4c9718adf">structures.h</a>
, <a class="el" href="structuresP2_8c.html#ae228b2872f76b552bc428bc4c9718adf">structuresP2.c</a>
</li>
</ul>
<h3><a id="index_l"></a>- l -</h3><ul>
<li>listenouv()
: <a class="el" href="structures_8h.html#ad3cc027ce3e389c51b1f25407deee327">structures.h</a>
, <a class="el" href="structuresP1_8c.html#ad3cc027ce3e389c51b1f25407deee327">structuresP1.c</a>
</li>
<li>listenouvChoix()
: <a class="el" href="structures_8h.html#a31aaa653e81dc8dfd456f83f3fbb0ccb">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a31aaa653e81dc8dfd456f83f3fbb0ccb">structuresP2.c</a>
</li>
<li>longueur()
: <a class="el" href="structures_8h.html#afaaef9afe32c5ccc2035728953c847d2">structures.h</a>
, <a class="el" href="structuresP1_8c.html#a2430dc998fa14391422a46cf4c997104">structuresP1.c</a>
</li>
<li>longueurChoix()
: <a class="el" href="structures_8h.html#a02223e8a6075dee3dae5826fe6552970">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a02223e8a6075dee3dae5826fe6552970">structuresP2.c</a>
</li>
</ul>
<h3><a id="index_m"></a>- m -</h3><ul>
<li>menu() <li>menu()
: <a class="el" href="menus_8c.html#a0dfd45333673a955e5e1bf0fb726d0a5">menus.c</a> : <a class="el" href="menus_8c.html#a0dfd45333673a955e5e1bf0fb726d0a5">menus.c</a>
</li> </li>
@ -81,6 +167,74 @@ $(function() {
: <a class="el" href="menus_8c.html#ac4d72761f0a127de7f18f5104874fa13">menus.c</a> : <a class="el" href="menus_8c.html#ac4d72761f0a127de7f18f5104874fa13">menus.c</a>
</li> </li>
</ul> </ul>
<h3><a id="index_r"></a>- r -</h3><ul>
<li>rechercheChoix()
: <a class="el" href="structures_8h.html#a85b79543221bd69f744426f0cfcfe6a9">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a85b79543221bd69f744426f0cfcfe6a9">structuresP2.c</a>
</li>
<li>rechercheDept()
: <a class="el" href="structures_8h.html#af8e12873822fb471fb6cac557c2c03be">structures.h</a>
, <a class="el" href="structuresP1_8c.html#a4d6bca601faa85b3b5b1275d36fba531">structuresP1.c</a>
</li>
</ul>
<h3><a id="index_s"></a>- s -</h3><ul>
<li>setDecisionAdmission()
: <a class="el" href="structures_8h.html#a7af18bb606d471bcb6067ad786da717e">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a7af18bb606d471bcb6067ad786da717e">structuresP2.c</a>
</li>
<li>setNbP()
: <a class="el" href="structures_8h.html#aaf22aaba5ee93f7b4b6a0c4005427c10">structures.h</a>
, <a class="el" href="structuresP1_8c.html#a092f3d453b0f9a318053e3092e9a3270">structuresP1.c</a>
</li>
<li>setResp()
: <a class="el" href="structures_8h.html#a0068f14de82888170e997bb9b354a64f">structures.h</a>
, <a class="el" href="structuresP1_8c.html#aec44c20ff87299c67ab996ed2aadb73c">structuresP1.c</a>
</li>
<li>supprimer()
: <a class="el" href="structures_8h.html#a6702928d1f9544ed9e5ed7bccf4f4bf1">structures.h</a>
, <a class="el" href="structuresP1_8c.html#a0916c23e893a07133c78a6ef48348aba">structuresP1.c</a>
</li>
<li>supprimerChoix()
: <a class="el" href="structures_8h.html#a7543ef1340eb96b03534e2b70ac1f626">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a7543ef1340eb96b03534e2b70ac1f626">structuresP2.c</a>
</li>
<li>supprimerEnTete()
: <a class="el" href="structures_8h.html#af20be56b692910ee181199b7fe7f040c">structures.h</a>
, <a class="el" href="structuresP1_8c.html#af844db27899f72253519a099704144c6">structuresP1.c</a>
</li>
<li>supprimerEnTeteChoix()
: <a class="el" href="structures_8h.html#a542387c8ad6adbac5d25dd3932c4a892">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a542387c8ad6adbac5d25dd3932c4a892">structuresP2.c</a>
</li>
</ul>
<h3><a id="index_t"></a>- t -</h3><ul>
<li>TeteChoix()
: <a class="el" href="structures_8h.html#adcfce0da26109cfcf2cf3591c1aa6bbd">structures.h</a>
, <a class="el" href="structuresP2_8c.html#adcfce0da26109cfcf2cf3591c1aa6bbd">structuresP2.c</a>
</li>
<li>trouverPos()
: <a class="el" href="structures_8h.html#a3ba029107fff9775098f0c859ef97c1e">structures.h</a>
, <a class="el" href="structuresP2_8c.html#a3ba029107fff9775098f0c859ef97c1e">structuresP2.c</a>
</li>
</ul>
<h3><a id="index_v"></a>- v -</h3><ul>
<li>vide()
: <a class="el" href="structures_8h.html#a7819b2aa28448468528875722dc47aa8">structures.h</a>
, <a class="el" href="structuresP1_8c.html#a6cf3a850ee9a801931f24e72feeee65c">structuresP1.c</a>
</li>
<li>videChoix()
: <a class="el" href="structures_8h.html#ae346ec3b87d3943b880cea80b11ca96c">structures.h</a>
, <a class="el" href="structuresP2_8c.html#ae346ec3b87d3943b880cea80b11ca96c">structuresP2.c</a>
</li>
</ul>
</div><!-- contents --> </div><!-- contents -->
<!-- start footer part --> <!-- start footer part -->
<hr class="footer"/><address class="footer"><small> <hr class="footer"/><address class="footer"><small>

@ -0,0 +1,84 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>SAE S1.02 - Comparaison d&#39;approches algorithmiques: Membres de fichier</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">SAE S1.02 - Comparaison d&#39;approches algorithmiques
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Généré par Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Recherche','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Recherche');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
&#160;<ul>
<li>ListeChoix
: <a class="el" href="structures_8h.html#a8914e47a06f1936a04c1d0dfbcefd8c9">structures.h</a>
</li>
<li>ListeDept
: <a class="el" href="structures_8h.html#a6d9c91c883d198c4f900764cdcc6e137">structures.h</a>
</li>
<li>MaillonChoix
: <a class="el" href="structures_8h.html#a047271669b513f4af69e3f5367f0df50">structures.h</a>
</li>
<li>MaillonDept
: <a class="el" href="structures_8h.html#a3a340dea0e8e9d4370ecc3d4e527f7bd">structures.h</a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Généré par&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
</small></address>
</body>
</html>

@ -1,23 +0,0 @@
digraph "Légende du graphe"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node9 [shape="box",label="Inherited",fontsize="10",height=0.2,width=0.4,fontname="Helvetica",fillcolor="grey75",style="filled" fontcolor="black"];
Node10 -> Node9 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node10 [shape="box",label="PublicBase",fontsize="10",height=0.2,width=0.4,fontname="Helvetica",color="black"];
Node11 -> Node10 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node11 [shape="box",label="Truncated",fontsize="10",height=0.2,width=0.4,fontname="Helvetica",color="red"];
Node13 -> Node9 [dir="back",color="darkgreen",fontsize="10",style="solid",fontname="Helvetica"];
Node13 [shape="box",label="ProtectedBase",fontsize="10",height=0.2,width=0.4,fontname="Helvetica",color="black"];
Node14 -> Node9 [dir="back",color="firebrick4",fontsize="10",style="solid",fontname="Helvetica"];
Node14 [shape="box",label="PrivateBase",fontsize="10",height=0.2,width=0.4,fontname="Helvetica",color="black"];
Node15 -> Node9 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node15 [shape="box",label="Undocumented",fontsize="10",height=0.2,width=0.4,fontname="Helvetica",color="grey75"];
Node16 -> Node9 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node16 [shape="box",label="Templ< int >",fontsize="10",height=0.2,width=0.4,fontname="Helvetica",color="black"];
Node17 -> Node16 [dir="back",color="orange",fontsize="10",style="dashed",label="< int >",fontname="Helvetica"];
Node17 [shape="box",label="Templ< T >",fontsize="10",height=0.2,width=0.4,fontname="Helvetica",color="black"];
Node18 -> Node9 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label="m_usedClass",fontname="Helvetica"];
Node18 [shape="box",label="Used",fontsize="10",height=0.2,width=0.4,fontname="Helvetica",color="black"];
}

@ -0,0 +1 @@
4fdf72faa95bdd76123239b847205dd2

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

@ -33,5 +33,24 @@ var menudata={children:[
{text:"Fichiers",url:"files.html",children:[ {text:"Fichiers",url:"files.html",children:[
{text:"Liste des fichiers",url:"files.html"}, {text:"Liste des fichiers",url:"files.html"},
{text:"Membres de fichier",url:"globals.html",children:[ {text:"Membres de fichier",url:"globals.html",children:[
{text:"Tout",url:"globals.html"}, {text:"Tout",url:"globals.html",children:[
{text:"Fonctions",url:"globals_func.html"}]}]}]} {text:"a",url:"globals.html#index_a"},
{text:"g",url:"globals.html#index_g"},
{text:"i",url:"globals.html#index_i"},
{text:"l",url:"globals.html#index_l"},
{text:"m",url:"globals.html#index_m"},
{text:"r",url:"globals.html#index_r"},
{text:"s",url:"globals.html#index_s"},
{text:"t",url:"globals.html#index_t"},
{text:"v",url:"globals.html#index_v"}]},
{text:"Fonctions",url:"globals_func.html",children:[
{text:"a",url:"globals_func.html#index_a"},
{text:"g",url:"globals_func.html#index_g"},
{text:"i",url:"globals_func.html#index_i"},
{text:"l",url:"globals_func.html#index_l"},
{text:"m",url:"globals_func.html#index_m"},
{text:"r",url:"globals_func.html#index_r"},
{text:"s",url:"globals_func.html#index_s"},
{text:"t",url:"globals_func.html#index_t"},
{text:"v",url:"globals_func.html#index_v"}]},
{text:"Définitions de type",url:"globals_type.html"}]}]}]}

@ -68,13 +68,22 @@ $(function() {
</div><!--header--> </div><!--header-->
<div class="contents"> <div class="contents">
<p>Ce fichier contient tous les menus de notre application. <p>Fichier contenant tous les différents menus de notre application.
<a href="#details">Plus de détails...</a></p> <a href="#details">Plus de détails...</a></p>
<div class="textblock"><code>#include &quot;SAE.h&quot;</code><br /> <div class="textblock"><code>#include &quot;SAE.h&quot;</code><br />
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
Graphe des dépendances par inclusion de menus.c:</div> Graphe des dépendances par inclusion de menus.c:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="menus_8c__incl.png" border="0" usemap="#amenus_8c" alt=""/></div> <div class="center"><img src="menus_8c__incl.png" border="0" usemap="#amenus_8c" alt=""/></div>
<map name="amenus_8c" id="amenus_8c">
<area shape="rect" title="Fichier contenant tous les différents menus de notre application." alt="" coords="120,5,197,32"/>
<area shape="rect" href="SAE_8h_source.html" title=" " alt="" coords="129,80,189,107"/>
<area shape="rect" title=" " alt="" coords="5,229,72,256"/>
<area shape="rect" title=" " alt="" coords="106,229,177,256"/>
<area shape="rect" title=" " alt="" coords="205,229,275,256"/>
<area shape="rect" title=" " alt="" coords="283,155,365,181"/>
<area shape="rect" href="structures_8h.html" title="Fichier qui contient toutes les définitions de structures ainsi que les prototypes des fonctions rela..." alt="" coords="109,155,208,181"/>
</map>
</div> </div>
</div><table class="memberdecls"> </div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
@ -99,7 +108,7 @@ Fonctions</h2></td></tr>
<tr class="separator:a7562ea0b247039e4e64a0dbf3856cf29"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a7562ea0b247039e4e64a0dbf3856cf29"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table> </table>
<a name="details" id="details"></a><h2 class="groupheader">Description détaillée</h2> <a name="details" id="details"></a><h2 class="groupheader">Description détaillée</h2>
<div class="textblock"><p>Ce fichier contient tous les menus de notre application. </p> <div class="textblock"><p>Fichier contenant tous les différents menus de notre application. </p>
<dl class="section author"><dt>Auteur</dt><dd>Kyllian Chabanon - Antoine Perederii </dd></dl> <dl class="section author"><dt>Auteur</dt><dd>Kyllian Chabanon - Antoine Perederii </dd></dl>
</div><h2 class="groupheader">Documentation des fonctions</h2> </div><h2 class="groupheader">Documentation des fonctions</h2>
<a id="a0dfd45333673a955e5e1bf0fb726d0a5"></a> <a id="a0dfd45333673a955e5e1bf0fb726d0a5"></a>
@ -177,6 +186,7 @@ Fonctions</h2></td></tr>
</div><div class="memdoc"> </div><div class="memdoc">
<p>Fonction de sélection des menus. </p> <p>Fonction de sélection des menus. </p>
<dl class="section author"><dt>Auteur</dt><dd>Kyllian Chabanon </dd></dl>
<dl class="params"><dt>Paramètres</dt><dd> <dl class="params"><dt>Paramètres</dt><dd>
<table class="params"> <table class="params">
<tr><td class="paramname">tiut</td><td>Tableau des IUT </td></tr> <tr><td class="paramname">tiut</td><td>Tableau des IUT </td></tr>
@ -246,6 +256,7 @@ Fonctions</h2></td></tr>
</div><div class="memdoc"> </div><div class="memdoc">
<p>Menu des administrateurs. </p> <p>Menu des administrateurs. </p>
<dl class="section author"><dt>Auteur</dt><dd>Kyllian Chabanon </dd></dl>
<dl class="params"><dt>Paramètres</dt><dd> <dl class="params"><dt>Paramètres</dt><dd>
<table class="params"> <table class="params">
<tr><td class="paramname">tiut</td><td>Tableau des IUT </td></tr> <tr><td class="paramname">tiut</td><td>Tableau des IUT </td></tr>
@ -323,6 +334,7 @@ Fonctions</h2></td></tr>
</div><div class="memdoc"> </div><div class="memdoc">
<p>Menu d'affichage des responsables. </p> <p>Menu d'affichage des responsables. </p>
<dl class="section author"><dt>Auteur</dt><dd>Antoine Perederii </dd></dl>
<dl class="params"><dt>Paramètres</dt><dd> <dl class="params"><dt>Paramètres</dt><dd>
<table class="params"> <table class="params">
<tr><td class="paramname">tetud</td><td>Tableau des candidats </td></tr> <tr><td class="paramname">tetud</td><td>Tableau des candidats </td></tr>
@ -378,6 +390,7 @@ Fonctions</h2></td></tr>
</div><div class="memdoc"> </div><div class="memdoc">
<p>Menu des candidats. </p> <p>Menu des candidats. </p>
<dl class="section author"><dt>Auteur</dt><dd>Kyllian Chabanon </dd></dl>
<dl class="params"><dt>Paramètres</dt><dd> <dl class="params"><dt>Paramètres</dt><dd>
<table class="params"> <table class="params">
<tr><td class="paramname">tiut</td><td>Tableau des IUT </td></tr> <tr><td class="paramname">tiut</td><td>Tableau des IUT </td></tr>
@ -453,6 +466,7 @@ Fonctions</h2></td></tr>
</div><div class="memdoc"> </div><div class="memdoc">
<p>Menu des responsables. </p> <p>Menu des responsables. </p>
<dl class="section author"><dt>Auteur</dt><dd>Kyllian Chabanon - Antoine Perederii </dd></dl>
<dl class="params"><dt>Paramètres</dt><dd> <dl class="params"><dt>Paramètres</dt><dd>
<table class="params"> <table class="params">
<tr><td class="paramname">tetud</td><td>Tableau des candidats </td></tr> <tr><td class="paramname">tetud</td><td>Tableau des candidats </td></tr>
@ -509,6 +523,7 @@ Fonctions</h2></td></tr>
</div><div class="memdoc"> </div><div class="memdoc">
<p>Menu des utilisateurs. </p> <p>Menu des utilisateurs. </p>
<dl class="section author"><dt>Auteur</dt><dd>Kyllian Chabanon </dd></dl>
<dl class="params"><dt>Paramètres</dt><dd> <dl class="params"><dt>Paramètres</dt><dd>
<table class="params"> <table class="params">
<tr><td class="paramname">tiut</td><td>Tableau des IUT </td></tr> <tr><td class="paramname">tiut</td><td>Tableau des IUT </td></tr>

@ -1,22 +0,0 @@
digraph "menus.c"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="menus.c",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Ce fichier contient tous les menus de notre application."];
Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node2 [label="SAE.h",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$SAE_8h_source.html",tooltip=" "];
Node2 -> Node3 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node3 [label="stdio.h",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled",tooltip=" "];
Node2 -> Node4 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node4 [label="stdlib.h",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled",tooltip=" "];
Node2 -> Node5 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node5 [label="string.h",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled",tooltip=" "];
Node2 -> Node6 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node6 [label="stdbool.h",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled",tooltip=" "];
Node2 -> Node7 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node7 [label="structures.h",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structures_8h_source.html",tooltip=" "];
Node7 -> Node5 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node7 -> Node3 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node7 -> Node4 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
}

@ -0,0 +1 @@
f674cab2ec2d6d8f07a898c9f69a3330

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

@ -1,4 +1,7 @@
var searchData= var searchData=
[ [
['choix_0',['Choix',['../structChoix.html',1,'']]] ['afficher_0',['afficher',['../structures_8h.html#ae6f0903d8c6e4be4b2a0e7ee3ae66d1e',1,'afficher(ListeDept ld):&#160;structuresP1.c'],['../structuresP1_8c.html#aac8521c6c4b63e9b906dc3e2b4e93849',1,'afficher(ListeDept l):&#160;structuresP1.c']]],
['affichercandidatschoix_1',['afficherCandidatsChoix',['../structures_8h.html#a1df72ed623235cd3d20441d8ac884660',1,'afficherCandidatsChoix(Choix choix):&#160;structuresP2.c'],['../structuresP2_8c.html#a1df72ed623235cd3d20441d8ac884660',1,'afficherCandidatsChoix(Choix choix):&#160;structuresP2.c']]],
['afficherchoix_2',['afficherChoix',['../structures_8h.html#a0f6ccdabe1e38e361a825a939128f01e',1,'afficherChoix(ListeChoix lc):&#160;structuresP2.c'],['../structuresP2_8c.html#a0f6ccdabe1e38e361a825a939128f01e',1,'afficherChoix(ListeChoix lc):&#160;structuresP2.c']]],
['afficherdept_3',['afficherDept',['../structures_8h.html#ab945e4c4fead219824751a65dd16cf14',1,'afficherDept(ListeDept ld):&#160;structuresP1.c'],['../structuresP1_8c.html#a780a5af5a227a219759cdf8a5046c61e',1,'afficherDept(ListeDept l):&#160;structuresP1.c']]]
]; ];

@ -1,4 +1,5 @@
var searchData= var searchData=
[ [
['etudiant_1',['Etudiant',['../structEtudiant.html',1,'']]] ['choix_4',['Choix',['../structChoix.html',1,'']]],
['choix_5',['choix',['../structmaillonChoix.html#af3c7ad5848742578f4ae8af840b495ce',1,'maillonChoix']]]
]; ];

@ -1,12 +1,6 @@
var searchData= var searchData=
[ [
['maillonchoix_2',['maillonChoix',['../structmaillonChoix.html',1,'']]], ['decisionadmission_6',['decisionAdmission',['../structChoix.html#aabf7c1c51b6c3a53058e690d505acfa5',1,'Choix']]],
['maillondept_3',['maillonDept',['../structmaillonDept.html',1,'']]], ['decisioncandidat_7',['decisionCandidat',['../structChoix.html#ad281c75de662f930cfd935d1596e8f95',1,'Choix']]],
['menu_4',['menu',['../menus_8c.html#a0dfd45333673a955e5e1bf0fb726d0a5',1,'menus.c']]], ['departement_8',['departement',['../structmaillonDept.html#a80bbfe7fb1ad7ee17187698aca814f6d',1,'maillonDept::departement()'],['../structChoix.html#ae53b74aafc2c6042006f332956a3d094',1,'Choix::departement()']]]
['menuadministrateur_5',['menuAdministrateur',['../menus_8c.html#a6f04ea3277126abaa2d3c7108e38156e',1,'menus.c']]],
['menuaffichage_6',['menuAffichage',['../menus_8c.html#a7562ea0b247039e4e64a0dbf3856cf29',1,'menus.c']]],
['menucandidat_7',['menuCandidat',['../menus_8c.html#aa5a51425a26c7c08f18a300d69c1507b',1,'menus.c']]],
['menuresponsable_8',['menuResponsable',['../menus_8c.html#a624557408eaced65150430dad2821706',1,'menus.c']]],
['menus_2ec_9',['menus.c',['../menus_8c.html',1,'']]],
['menuutilisateur_10',['menuUtilisateur',['../menus_8c.html#ac4d72761f0a127de7f18f5104874fa13',1,'menus.c']]]
]; ];

@ -1,4 +1,4 @@
var searchData= var searchData=
[ [
['nbp_11',['nbP',['../structmaillonDept.html#a486cb581482b88a28e9058c9e1e1b1d7',1,'maillonDept']]] ['etudiant_9',['Etudiant',['../structEtudiant.html',1,'']]]
]; ];

@ -1,4 +1,8 @@
var searchData= var searchData=
[ [
['sae_20s1_2e02_20_2d_20comparaison_20d_27approches_20algorithmiques_12',['SAE S1.02 - Comparaison d&apos;approches algorithmiques',['../index.html',1,'']]] ['getdept_10',['getDept',['../structures_8h.html#acf837a6801d47fab2574c55df0027cf4',1,'getDept(ListeDept ld, int pos):&#160;structuresP1.c'],['../structuresP1_8c.html#a9ba173ab29360ae74272f640caca8711',1,'getDept(ListeDept l, int pos):&#160;structuresP1.c']]],
['getdeptchoix_11',['getDeptChoix',['../structures_8h.html#a18e9df7db39c9ec0602397dce77f01b9',1,'getDeptChoix(ListeChoix lc, int pos):&#160;structuresP2.c'],['../structuresP2_8c.html#a18e9df7db39c9ec0602397dce77f01b9',1,'getDeptChoix(ListeChoix lc, int pos):&#160;structuresP2.c']]],
['getnbp_12',['getNbP',['../structures_8h.html#aa70142e7e357ab5ddf4a75670ab86b06',1,'getNbP(ListeDept ld, int pos):&#160;structuresP1.c'],['../structuresP1_8c.html#a0748698d470dfcb90dfc77877974dd8b',1,'getNbP(ListeDept l, int pos):&#160;structuresP1.c']]],
['getresp_13',['getResp',['../structures_8h.html#a3b360baafe63bb03fa8e3b695a8c6d4d',1,'getResp(ListeDept ld, int pos):&#160;structuresP1.c'],['../structuresP1_8c.html#aadd1ba1e9f10bb9a9a91644cd76d8248',1,'getResp(ListeDept l, int pos):&#160;structuresP1.c']]],
['getvillechoix_14',['getVilleChoix',['../structures_8h.html#a95b385a81250bafd87c49289f0dce3b0',1,'getVilleChoix(ListeChoix lc, int pos):&#160;structuresP2.c'],['../structuresP2_8c.html#a95b385a81250bafd87c49289f0dce3b0',1,'getVilleChoix(ListeChoix lc, int pos):&#160;structuresP2.c']]]
]; ];

@ -1,4 +1,7 @@
var searchData= var searchData=
[ [
['villeiut_13',['VilleIUT',['../structVilleIUT.html',1,'']]] ['inserer_15',['inserer',['../structures_8h.html#a444177553f4cf8d7cf0e88d0066cae58',1,'inserer(ListeDept ld, char departement[], int nbP, char resp[]):&#160;structuresP1.c'],['../structuresP1_8c.html#ad986816e2fdcca7cd1472edc3791420f',1,'inserer(ListeDept l, char departement[], int nbP, char resp[]):&#160;structuresP1.c']]],
['insererchoix_16',['insererChoix',['../structures_8h.html#a87f95c09ff7cb208c1ed332297b890cf',1,'insererChoix(ListeChoix lc, Choix choix):&#160;structuresP2.c'],['../structuresP2_8c.html#a87f95c09ff7cb208c1ed332297b890cf',1,'insererChoix(ListeChoix lc, Choix choix):&#160;structuresP2.c']]],
['insererentete_17',['insererEnTete',['../structures_8h.html#a4c68f65a63a7a00a2ad20158bd1086ba',1,'insererEnTete(ListeDept ld, char departement[], int nbP, char resp[]):&#160;structuresP1.c'],['../structuresP1_8c.html#aca041dc78567f342258148d051536965',1,'insererEnTete(ListeDept l, char departement[], int nbP, char resp[]):&#160;structuresP1.c']]],
['insererentetechoix_18',['insererEnTeteChoix',['../structures_8h.html#ae228b2872f76b552bc428bc4c9718adf',1,'insererEnTeteChoix(ListeChoix lc, Choix choix):&#160;structuresP2.c'],['../structuresP2_8c.html#ae228b2872f76b552bc428bc4c9718adf',1,'insererEnTeteChoix(ListeChoix lc, Choix choix):&#160;structuresP2.c']]]
]; ];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="all_6.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,11 @@
var searchData=
[
['lchoix_19',['lChoix',['../structEtudiant.html#a868c0c5a6ed7db69bb1b3fe9351e1d02',1,'Etudiant']]],
['ldept_20',['ldept',['../structVilleIUT.html#aaf6c03c46c4912dcced9eeb07f2342e3',1,'VilleIUT']]],
['listechoix_21',['ListeChoix',['../structures_8h.html#a8914e47a06f1936a04c1d0dfbcefd8c9',1,'structures.h']]],
['listedept_22',['ListeDept',['../structures_8h.html#a6d9c91c883d198c4f900764cdcc6e137',1,'structures.h']]],
['listenouv_23',['listenouv',['../structures_8h.html#ad3cc027ce3e389c51b1f25407deee327',1,'listenouv(void):&#160;structuresP1.c'],['../structuresP1_8c.html#ad3cc027ce3e389c51b1f25407deee327',1,'listenouv(void):&#160;structuresP1.c']]],
['listenouvchoix_24',['listenouvChoix',['../structures_8h.html#a31aaa653e81dc8dfd456f83f3fbb0ccb',1,'listenouvChoix(void):&#160;structuresP2.c'],['../structuresP2_8c.html#a31aaa653e81dc8dfd456f83f3fbb0ccb',1,'listenouvChoix(void):&#160;structuresP2.c']]],
['longueur_25',['longueur',['../structures_8h.html#afaaef9afe32c5ccc2035728953c847d2',1,'longueur(ListeDept ld):&#160;structuresP1.c'],['../structuresP1_8c.html#a2430dc998fa14391422a46cf4c997104',1,'longueur(ListeDept l):&#160;structuresP1.c']]],
['longueurchoix_26',['longueurChoix',['../structures_8h.html#a02223e8a6075dee3dae5826fe6552970',1,'longueurChoix(ListeChoix lc):&#160;structuresP2.c'],['../structuresP2_8c.html#a02223e8a6075dee3dae5826fe6552970',1,'longueurChoix(ListeChoix lc):&#160;structuresP2.c']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="all_7.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,14 @@
var searchData=
[
['maillonchoix_27',['maillonChoix',['../structmaillonChoix.html',1,'']]],
['maillonchoix_28',['MaillonChoix',['../structures_8h.html#a047271669b513f4af69e3f5367f0df50',1,'structures.h']]],
['maillondept_29',['maillonDept',['../structmaillonDept.html',1,'']]],
['maillondept_30',['MaillonDept',['../structures_8h.html#a3a340dea0e8e9d4370ecc3d4e527f7bd',1,'structures.h']]],
['menu_31',['menu',['../menus_8c.html#a0dfd45333673a955e5e1bf0fb726d0a5',1,'menus.c']]],
['menuadministrateur_32',['menuAdministrateur',['../menus_8c.html#a6f04ea3277126abaa2d3c7108e38156e',1,'menus.c']]],
['menuaffichage_33',['menuAffichage',['../menus_8c.html#a7562ea0b247039e4e64a0dbf3856cf29',1,'menus.c']]],
['menucandidat_34',['menuCandidat',['../menus_8c.html#aa5a51425a26c7c08f18a300d69c1507b',1,'menus.c']]],
['menuresponsable_35',['menuResponsable',['../menus_8c.html#a624557408eaced65150430dad2821706',1,'menus.c']]],
['menus_2ec_36',['menus.c',['../menus_8c.html',1,'']]],
['menuutilisateur_37',['menuUtilisateur',['../menus_8c.html#ac4d72761f0a127de7f18f5104874fa13',1,'menus.c']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="all_8.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,7 @@
var searchData=
[
['nbchoix_38',['nbChoix',['../structEtudiant.html#a505bf54bd41f9885e38b267ef4bd791b',1,'Etudiant']]],
['nbp_39',['nbP',['../structmaillonDept.html#a486cb581482b88a28e9058c9e1e1b1d7',1,'maillonDept']]],
['nom_40',['nom',['../structEtudiant.html#a61f5228f07432b93e9b0f4c64f1e1cb6',1,'Etudiant']]],
['num_41',['num',['../structEtudiant.html#ae598beb05dd70bbeb416fd2d68c4a593',1,'Etudiant']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="all_9.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,4 @@
var searchData=
[
['prenom_42',['prenom',['../structEtudiant.html#a325d8561e7431ba5e77db94f86d5a5db',1,'Etudiant']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="all_a.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,6 @@
var searchData=
[
['recherchechoix_43',['rechercheChoix',['../structures_8h.html#a85b79543221bd69f744426f0cfcfe6a9',1,'rechercheChoix(ListeChoix lc, Choix choix):&#160;structuresP2.c'],['../structuresP2_8c.html#a85b79543221bd69f744426f0cfcfe6a9',1,'rechercheChoix(ListeChoix lc, Choix choix):&#160;structuresP2.c']]],
['recherchedept_44',['rechercheDept',['../structures_8h.html#af8e12873822fb471fb6cac557c2c03be',1,'rechercheDept(ListeDept ld, char departement[], bool *trouve):&#160;structuresP1.c'],['../structuresP1_8c.html#a4d6bca601faa85b3b5b1275d36fba531',1,'rechercheDept(ListeDept l, char departement[], bool *trouve):&#160;structuresP1.c']]],
['resp_45',['resp',['../structmaillonDept.html#abcba6a6cc3da097495bad730b8072845',1,'maillonDept']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="all_b.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,15 @@
var searchData=
[
['sae_20s1_2e02_20_2d_20comparaison_20d_27approches_20algorithmiques_46',['SAE S1.02 - Comparaison d&apos;approches algorithmiques',['../index.html',1,'']]],
['setdecisionadmission_47',['setDecisionAdmission',['../structures_8h.html#a7af18bb606d471bcb6067ad786da717e',1,'setDecisionAdmission(ListeChoix lc, int pos, int val):&#160;structuresP2.c'],['../structuresP2_8c.html#a7af18bb606d471bcb6067ad786da717e',1,'setDecisionAdmission(ListeChoix lc, int pos, int val):&#160;structuresP2.c']]],
['setnbp_48',['setNbP',['../structuresP1_8c.html#a092f3d453b0f9a318053e3092e9a3270',1,'setNbP(ListeDept l, int pos, int valeur):&#160;structuresP1.c'],['../structures_8h.html#aaf22aaba5ee93f7b4b6a0c4005427c10',1,'setNbP(ListeDept ld, int pos, int valeur):&#160;structuresP1.c']]],
['setresp_49',['setResp',['../structuresP1_8c.html#aec44c20ff87299c67ab996ed2aadb73c',1,'setResp(ListeDept l, int pos, char valeur[]):&#160;structuresP1.c'],['../structures_8h.html#a0068f14de82888170e997bb9b354a64f',1,'setResp(ListeDept ld, int pos, char valeur[]):&#160;structuresP1.c']]],
['structures_2eh_50',['structures.h',['../structures_8h.html',1,'']]],
['structuresp1_2ec_51',['structuresP1.c',['../structuresP1_8c.html',1,'']]],
['structuresp2_2ec_52',['structuresP2.c',['../structuresP2_8c.html',1,'']]],
['suiv_53',['suiv',['../structmaillonChoix.html#aec1d32f41ce47c5e6bab021b3dfe2896',1,'maillonChoix::suiv()'],['../structmaillonDept.html#ad298150a3cdf873eeab80064c537442b',1,'maillonDept::suiv()']]],
['supprimer_54',['supprimer',['../structures_8h.html#a6702928d1f9544ed9e5ed7bccf4f4bf1',1,'supprimer(ListeDept ld, char departement[]):&#160;structuresP1.c'],['../structuresP1_8c.html#a0916c23e893a07133c78a6ef48348aba',1,'supprimer(ListeDept l, char departement[]):&#160;structuresP1.c']]],
['supprimerchoix_55',['supprimerChoix',['../structures_8h.html#a7543ef1340eb96b03534e2b70ac1f626',1,'supprimerChoix(ListeChoix lc, Choix choix):&#160;structuresP2.c'],['../structuresP2_8c.html#a7543ef1340eb96b03534e2b70ac1f626',1,'supprimerChoix(ListeChoix lc, Choix choix):&#160;structuresP2.c']]],
['supprimerentete_56',['supprimerEnTete',['../structures_8h.html#af20be56b692910ee181199b7fe7f040c',1,'supprimerEnTete(ListeDept ld):&#160;structuresP1.c'],['../structuresP1_8c.html#af844db27899f72253519a099704144c6',1,'supprimerEnTete(ListeDept l):&#160;structuresP1.c']]],
['supprimerentetechoix_57',['supprimerEnTeteChoix',['../structures_8h.html#a542387c8ad6adbac5d25dd3932c4a892',1,'supprimerEnTeteChoix(ListeChoix lc):&#160;structuresP2.c'],['../structuresP2_8c.html#a542387c8ad6adbac5d25dd3932c4a892',1,'supprimerEnTeteChoix(ListeChoix lc):&#160;structuresP2.c']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="all_c.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,6 @@
var searchData=
[
['tabnotes_58',['tabNotes',['../structEtudiant.html#a0daa0e34d168dbf74450baca511d3f70',1,'Etudiant']]],
['tetechoix_59',['TeteChoix',['../structures_8h.html#adcfce0da26109cfcf2cf3591c1aa6bbd',1,'TeteChoix(ListeChoix lc):&#160;structuresP2.c'],['../structuresP2_8c.html#adcfce0da26109cfcf2cf3591c1aa6bbd',1,'TeteChoix(ListeChoix lc):&#160;structuresP2.c']]],
['trouverpos_60',['trouverPos',['../structures_8h.html#a3ba029107fff9775098f0c859ef97c1e',1,'trouverPos(ListeChoix lc, char ville[], char dept[]):&#160;structuresP2.c'],['../structuresP2_8c.html#a3ba029107fff9775098f0c859ef97c1e',1,'trouverPos(ListeChoix lc, char ville[], char dept[]):&#160;structuresP2.c']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="all_d.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,7 @@
var searchData=
[
['vide_61',['vide',['../structures_8h.html#a7819b2aa28448468528875722dc47aa8',1,'vide(ListeDept ld):&#160;structuresP1.c'],['../structuresP1_8c.html#a6cf3a850ee9a801931f24e72feeee65c',1,'vide(ListeDept l):&#160;structuresP1.c']]],
['videchoix_62',['videChoix',['../structures_8h.html#ae346ec3b87d3943b880cea80b11ca96c',1,'videChoix(ListeChoix lc):&#160;structuresP2.c'],['../structuresP2_8c.html#ae346ec3b87d3943b880cea80b11ca96c',1,'videChoix(ListeChoix lc):&#160;structuresP2.c']]],
['ville_63',['ville',['../structVilleIUT.html#ab30b0c6d77f4ccb88d5ef11b2fd59dec',1,'VilleIUT::ville()'],['../structChoix.html#a3edc955997c96a2a04a868c60bcd0e15',1,'Choix::ville()']]],
['villeiut_64',['VilleIUT',['../structVilleIUT.html',1,'']]]
];

@ -1,4 +1,4 @@
var searchData= var searchData=
[ [
['choix_14',['Choix',['../structChoix.html',1,'']]] ['choix_65',['Choix',['../structChoix.html',1,'']]]
]; ];

@ -1,4 +1,4 @@
var searchData= var searchData=
[ [
['etudiant_15',['Etudiant',['../structEtudiant.html',1,'']]] ['etudiant_66',['Etudiant',['../structEtudiant.html',1,'']]]
]; ];

@ -1,5 +1,5 @@
var searchData= var searchData=
[ [
['maillonchoix_16',['maillonChoix',['../structmaillonChoix.html',1,'']]], ['maillonchoix_67',['maillonChoix',['../structmaillonChoix.html',1,'']]],
['maillondept_17',['maillonDept',['../structmaillonDept.html',1,'']]] ['maillondept_68',['maillonDept',['../structmaillonDept.html',1,'']]]
]; ];

@ -1,4 +1,4 @@
var searchData= var searchData=
[ [
['villeiut_18',['VilleIUT',['../structVilleIUT.html',1,'']]] ['villeiut_69',['VilleIUT',['../structVilleIUT.html',1,'']]]
]; ];

@ -1,4 +1,4 @@
var searchData= var searchData=
[ [
['menus_2ec_19',['menus.c',['../menus_8c.html',1,'']]] ['menus_2ec_70',['menus.c',['../menus_8c.html',1,'']]]
]; ];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="files_1.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,6 @@
var searchData=
[
['structures_2eh_71',['structures.h',['../structures_8h.html',1,'']]],
['structuresp1_2ec_72',['structuresP1.c',['../structuresP1_8c.html',1,'']]],
['structuresp2_2ec_73',['structuresP2.c',['../structuresP2_8c.html',1,'']]]
];

@ -1,9 +1,7 @@
var searchData= var searchData=
[ [
['menu_20',['menu',['../menus_8c.html#a0dfd45333673a955e5e1bf0fb726d0a5',1,'menus.c']]], ['afficher_74',['afficher',['../structures_8h.html#ae6f0903d8c6e4be4b2a0e7ee3ae66d1e',1,'afficher(ListeDept ld):&#160;structuresP1.c'],['../structuresP1_8c.html#aac8521c6c4b63e9b906dc3e2b4e93849',1,'afficher(ListeDept l):&#160;structuresP1.c']]],
['menuadministrateur_21',['menuAdministrateur',['../menus_8c.html#a6f04ea3277126abaa2d3c7108e38156e',1,'menus.c']]], ['affichercandidatschoix_75',['afficherCandidatsChoix',['../structures_8h.html#a1df72ed623235cd3d20441d8ac884660',1,'afficherCandidatsChoix(Choix choix):&#160;structuresP2.c'],['../structuresP2_8c.html#a1df72ed623235cd3d20441d8ac884660',1,'afficherCandidatsChoix(Choix choix):&#160;structuresP2.c']]],
['menuaffichage_22',['menuAffichage',['../menus_8c.html#a7562ea0b247039e4e64a0dbf3856cf29',1,'menus.c']]], ['afficherchoix_76',['afficherChoix',['../structures_8h.html#a0f6ccdabe1e38e361a825a939128f01e',1,'afficherChoix(ListeChoix lc):&#160;structuresP2.c'],['../structuresP2_8c.html#a0f6ccdabe1e38e361a825a939128f01e',1,'afficherChoix(ListeChoix lc):&#160;structuresP2.c']]],
['menucandidat_23',['menuCandidat',['../menus_8c.html#aa5a51425a26c7c08f18a300d69c1507b',1,'menus.c']]], ['afficherdept_77',['afficherDept',['../structures_8h.html#ab945e4c4fead219824751a65dd16cf14',1,'afficherDept(ListeDept ld):&#160;structuresP1.c'],['../structuresP1_8c.html#a780a5af5a227a219759cdf8a5046c61e',1,'afficherDept(ListeDept l):&#160;structuresP1.c']]]
['menuresponsable_24',['menuResponsable',['../menus_8c.html#a624557408eaced65150430dad2821706',1,'menus.c']]],
['menuutilisateur_25',['menuUtilisateur',['../menus_8c.html#ac4d72761f0a127de7f18f5104874fa13',1,'menus.c']]]
]; ];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="functions_1.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,8 @@
var searchData=
[
['getdept_78',['getDept',['../structures_8h.html#acf837a6801d47fab2574c55df0027cf4',1,'getDept(ListeDept ld, int pos):&#160;structuresP1.c'],['../structuresP1_8c.html#a9ba173ab29360ae74272f640caca8711',1,'getDept(ListeDept l, int pos):&#160;structuresP1.c']]],
['getdeptchoix_79',['getDeptChoix',['../structures_8h.html#a18e9df7db39c9ec0602397dce77f01b9',1,'getDeptChoix(ListeChoix lc, int pos):&#160;structuresP2.c'],['../structuresP2_8c.html#a18e9df7db39c9ec0602397dce77f01b9',1,'getDeptChoix(ListeChoix lc, int pos):&#160;structuresP2.c']]],
['getnbp_80',['getNbP',['../structures_8h.html#aa70142e7e357ab5ddf4a75670ab86b06',1,'getNbP(ListeDept ld, int pos):&#160;structuresP1.c'],['../structuresP1_8c.html#a0748698d470dfcb90dfc77877974dd8b',1,'getNbP(ListeDept l, int pos):&#160;structuresP1.c']]],
['getresp_81',['getResp',['../structures_8h.html#a3b360baafe63bb03fa8e3b695a8c6d4d',1,'getResp(ListeDept ld, int pos):&#160;structuresP1.c'],['../structuresP1_8c.html#aadd1ba1e9f10bb9a9a91644cd76d8248',1,'getResp(ListeDept l, int pos):&#160;structuresP1.c']]],
['getvillechoix_82',['getVilleChoix',['../structures_8h.html#a95b385a81250bafd87c49289f0dce3b0',1,'getVilleChoix(ListeChoix lc, int pos):&#160;structuresP2.c'],['../structuresP2_8c.html#a95b385a81250bafd87c49289f0dce3b0',1,'getVilleChoix(ListeChoix lc, int pos):&#160;structuresP2.c']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="functions_2.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,7 @@
var searchData=
[
['inserer_83',['inserer',['../structures_8h.html#a444177553f4cf8d7cf0e88d0066cae58',1,'inserer(ListeDept ld, char departement[], int nbP, char resp[]):&#160;structuresP1.c'],['../structuresP1_8c.html#ad986816e2fdcca7cd1472edc3791420f',1,'inserer(ListeDept l, char departement[], int nbP, char resp[]):&#160;structuresP1.c']]],
['insererchoix_84',['insererChoix',['../structures_8h.html#a87f95c09ff7cb208c1ed332297b890cf',1,'insererChoix(ListeChoix lc, Choix choix):&#160;structuresP2.c'],['../structuresP2_8c.html#a87f95c09ff7cb208c1ed332297b890cf',1,'insererChoix(ListeChoix lc, Choix choix):&#160;structuresP2.c']]],
['insererentete_85',['insererEnTete',['../structures_8h.html#a4c68f65a63a7a00a2ad20158bd1086ba',1,'insererEnTete(ListeDept ld, char departement[], int nbP, char resp[]):&#160;structuresP1.c'],['../structuresP1_8c.html#aca041dc78567f342258148d051536965',1,'insererEnTete(ListeDept l, char departement[], int nbP, char resp[]):&#160;structuresP1.c']]],
['insererentetechoix_86',['insererEnTeteChoix',['../structures_8h.html#ae228b2872f76b552bc428bc4c9718adf',1,'insererEnTeteChoix(ListeChoix lc, Choix choix):&#160;structuresP2.c'],['../structuresP2_8c.html#ae228b2872f76b552bc428bc4c9718adf',1,'insererEnTeteChoix(ListeChoix lc, Choix choix):&#160;structuresP2.c']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="functions_3.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,7 @@
var searchData=
[
['listenouv_87',['listenouv',['../structures_8h.html#ad3cc027ce3e389c51b1f25407deee327',1,'listenouv(void):&#160;structuresP1.c'],['../structuresP1_8c.html#ad3cc027ce3e389c51b1f25407deee327',1,'listenouv(void):&#160;structuresP1.c']]],
['listenouvchoix_88',['listenouvChoix',['../structures_8h.html#a31aaa653e81dc8dfd456f83f3fbb0ccb',1,'listenouvChoix(void):&#160;structuresP2.c'],['../structuresP2_8c.html#a31aaa653e81dc8dfd456f83f3fbb0ccb',1,'listenouvChoix(void):&#160;structuresP2.c']]],
['longueur_89',['longueur',['../structures_8h.html#afaaef9afe32c5ccc2035728953c847d2',1,'longueur(ListeDept ld):&#160;structuresP1.c'],['../structuresP1_8c.html#a2430dc998fa14391422a46cf4c997104',1,'longueur(ListeDept l):&#160;structuresP1.c']]],
['longueurchoix_90',['longueurChoix',['../structures_8h.html#a02223e8a6075dee3dae5826fe6552970',1,'longueurChoix(ListeChoix lc):&#160;structuresP2.c'],['../structuresP2_8c.html#a02223e8a6075dee3dae5826fe6552970',1,'longueurChoix(ListeChoix lc):&#160;structuresP2.c']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="functions_4.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,9 @@
var searchData=
[
['menu_91',['menu',['../menus_8c.html#a0dfd45333673a955e5e1bf0fb726d0a5',1,'menus.c']]],
['menuadministrateur_92',['menuAdministrateur',['../menus_8c.html#a6f04ea3277126abaa2d3c7108e38156e',1,'menus.c']]],
['menuaffichage_93',['menuAffichage',['../menus_8c.html#a7562ea0b247039e4e64a0dbf3856cf29',1,'menus.c']]],
['menucandidat_94',['menuCandidat',['../menus_8c.html#aa5a51425a26c7c08f18a300d69c1507b',1,'menus.c']]],
['menuresponsable_95',['menuResponsable',['../menus_8c.html#a624557408eaced65150430dad2821706',1,'menus.c']]],
['menuutilisateur_96',['menuUtilisateur',['../menus_8c.html#ac4d72761f0a127de7f18f5104874fa13',1,'menus.c']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="functions_5.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,5 @@
var searchData=
[
['recherchechoix_97',['rechercheChoix',['../structures_8h.html#a85b79543221bd69f744426f0cfcfe6a9',1,'rechercheChoix(ListeChoix lc, Choix choix):&#160;structuresP2.c'],['../structuresP2_8c.html#a85b79543221bd69f744426f0cfcfe6a9',1,'rechercheChoix(ListeChoix lc, Choix choix):&#160;structuresP2.c']]],
['recherchedept_98',['rechercheDept',['../structures_8h.html#af8e12873822fb471fb6cac557c2c03be',1,'rechercheDept(ListeDept ld, char departement[], bool *trouve):&#160;structuresP1.c'],['../structuresP1_8c.html#a4d6bca601faa85b3b5b1275d36fba531',1,'rechercheDept(ListeDept l, char departement[], bool *trouve):&#160;structuresP1.c']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="functions_6.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,10 @@
var searchData=
[
['setdecisionadmission_99',['setDecisionAdmission',['../structures_8h.html#a7af18bb606d471bcb6067ad786da717e',1,'setDecisionAdmission(ListeChoix lc, int pos, int val):&#160;structuresP2.c'],['../structuresP2_8c.html#a7af18bb606d471bcb6067ad786da717e',1,'setDecisionAdmission(ListeChoix lc, int pos, int val):&#160;structuresP2.c']]],
['setnbp_100',['setNbP',['../structures_8h.html#aaf22aaba5ee93f7b4b6a0c4005427c10',1,'setNbP(ListeDept ld, int pos, int valeur):&#160;structuresP1.c'],['../structuresP1_8c.html#a092f3d453b0f9a318053e3092e9a3270',1,'setNbP(ListeDept l, int pos, int valeur):&#160;structuresP1.c']]],
['setresp_101',['setResp',['../structures_8h.html#a0068f14de82888170e997bb9b354a64f',1,'setResp(ListeDept ld, int pos, char valeur[]):&#160;structuresP1.c'],['../structuresP1_8c.html#aec44c20ff87299c67ab996ed2aadb73c',1,'setResp(ListeDept l, int pos, char valeur[]):&#160;structuresP1.c']]],
['supprimer_102',['supprimer',['../structures_8h.html#a6702928d1f9544ed9e5ed7bccf4f4bf1',1,'supprimer(ListeDept ld, char departement[]):&#160;structuresP1.c'],['../structuresP1_8c.html#a0916c23e893a07133c78a6ef48348aba',1,'supprimer(ListeDept l, char departement[]):&#160;structuresP1.c']]],
['supprimerchoix_103',['supprimerChoix',['../structures_8h.html#a7543ef1340eb96b03534e2b70ac1f626',1,'supprimerChoix(ListeChoix lc, Choix choix):&#160;structuresP2.c'],['../structuresP2_8c.html#a7543ef1340eb96b03534e2b70ac1f626',1,'supprimerChoix(ListeChoix lc, Choix choix):&#160;structuresP2.c']]],
['supprimerentete_104',['supprimerEnTete',['../structures_8h.html#af20be56b692910ee181199b7fe7f040c',1,'supprimerEnTete(ListeDept ld):&#160;structuresP1.c'],['../structuresP1_8c.html#af844db27899f72253519a099704144c6',1,'supprimerEnTete(ListeDept l):&#160;structuresP1.c']]],
['supprimerentetechoix_105',['supprimerEnTeteChoix',['../structures_8h.html#a542387c8ad6adbac5d25dd3932c4a892',1,'supprimerEnTeteChoix(ListeChoix lc):&#160;structuresP2.c'],['../structuresP2_8c.html#a542387c8ad6adbac5d25dd3932c4a892',1,'supprimerEnTeteChoix(ListeChoix lc):&#160;structuresP2.c']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="functions_7.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,5 @@
var searchData=
[
['tetechoix_106',['TeteChoix',['../structures_8h.html#adcfce0da26109cfcf2cf3591c1aa6bbd',1,'TeteChoix(ListeChoix lc):&#160;structuresP2.c'],['../structuresP2_8c.html#adcfce0da26109cfcf2cf3591c1aa6bbd',1,'TeteChoix(ListeChoix lc):&#160;structuresP2.c']]],
['trouverpos_107',['trouverPos',['../structures_8h.html#a3ba029107fff9775098f0c859ef97c1e',1,'trouverPos(ListeChoix lc, char ville[], char dept[]):&#160;structuresP2.c'],['../structuresP2_8c.html#a3ba029107fff9775098f0c859ef97c1e',1,'trouverPos(ListeChoix lc, char ville[], char dept[]):&#160;structuresP2.c']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="functions_8.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,5 @@
var searchData=
[
['vide_108',['vide',['../structures_8h.html#a7819b2aa28448468528875722dc47aa8',1,'vide(ListeDept ld):&#160;structuresP1.c'],['../structuresP1_8c.html#a6cf3a850ee9a801931f24e72feeee65c',1,'vide(ListeDept l):&#160;structuresP1.c']]],
['videchoix_109',['videChoix',['../structures_8h.html#ae346ec3b87d3943b880cea80b11ca96c',1,'videChoix(ListeChoix lc):&#160;structuresP2.c'],['../structuresP2_8c.html#ae346ec3b87d3943b880cea80b11ca96c',1,'videChoix(ListeChoix lc):&#160;structuresP2.c']]]
];

@ -1,4 +1,4 @@
var searchData= var searchData=
[ [
['sae_20s1_2e02_20_2d_20comparaison_20d_27approches_20algorithmiques_27',['SAE S1.02 - Comparaison d&apos;approches algorithmiques',['../index.html',1,'']]] ['sae_20s1_2e02_20_2d_20comparaison_20d_27approches_20algorithmiques_129',['SAE S1.02 - Comparaison d&apos;approches algorithmiques',['../index.html',1,'']]]
]; ];

@ -1,11 +1,12 @@
var indexSectionsWithContent = var indexSectionsWithContent =
{ {
0: "cemnsv", 0: "acdegilmnprstv",
1: "cemv", 1: "cemv",
2: "m", 2: "ms",
3: "m", 3: "agilmrstv",
4: "n", 4: "cdlnprstv",
5: "s" 5: "lm",
6: "s"
}; };
var indexSectionNames = var indexSectionNames =
@ -15,7 +16,8 @@ var indexSectionNames =
2: "files", 2: "files",
3: "functions", 3: "functions",
4: "variables", 4: "variables",
5: "pages" 5: "typedefs",
6: "pages"
}; };
var indexSectionLabels = var indexSectionLabels =
@ -25,6 +27,7 @@ var indexSectionLabels =
2: "Fichiers", 2: "Fichiers",
3: "Fonctions", 3: "Fonctions",
4: "Variables", 4: "Variables",
5: "Pages" 5: "Définitions de type",
6: "Pages"
}; };

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="typedefs_0.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,5 @@
var searchData=
[
['listechoix_125',['ListeChoix',['../structures_8h.html#a8914e47a06f1936a04c1d0dfbcefd8c9',1,'structures.h']]],
['listedept_126',['ListeDept',['../structures_8h.html#a6d9c91c883d198c4f900764cdcc6e137',1,'structures.h']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="typedefs_1.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,5 @@
var searchData=
[
['maillonchoix_127',['MaillonChoix',['../structures_8h.html#a047271669b513f4af69e3f5367f0df50',1,'structures.h']]],
['maillondept_128',['MaillonDept',['../structures_8h.html#a3a340dea0e8e9d4370ecc3d4e527f7bd',1,'structures.h']]]
];

@ -1,4 +1,4 @@
var searchData= var searchData=
[ [
['nbp_26',['nbP',['../structmaillonDept.html#a486cb581482b88a28e9058c9e1e1b1d7',1,'maillonDept']]] ['choix_110',['choix',['../structmaillonChoix.html#af3c7ad5848742578f4ae8af840b495ce',1,'maillonChoix']]]
]; ];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="variables_1.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,6 @@
var searchData=
[
['decisionadmission_111',['decisionAdmission',['../structChoix.html#aabf7c1c51b6c3a53058e690d505acfa5',1,'Choix']]],
['decisioncandidat_112',['decisionCandidat',['../structChoix.html#ad281c75de662f930cfd935d1596e8f95',1,'Choix']]],
['departement_113',['departement',['../structmaillonDept.html#a80bbfe7fb1ad7ee17187698aca814f6d',1,'maillonDept::departement()'],['../structChoix.html#ae53b74aafc2c6042006f332956a3d094',1,'Choix::departement()']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="variables_2.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,5 @@
var searchData=
[
['lchoix_114',['lChoix',['../structEtudiant.html#a868c0c5a6ed7db69bb1b3fe9351e1d02',1,'Etudiant']]],
['ldept_115',['ldept',['../structVilleIUT.html#aaf6c03c46c4912dcced9eeb07f2342e3',1,'VilleIUT']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="variables_3.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,7 @@
var searchData=
[
['nbchoix_116',['nbChoix',['../structEtudiant.html#a505bf54bd41f9885e38b267ef4bd791b',1,'Etudiant']]],
['nbp_117',['nbP',['../structmaillonDept.html#a486cb581482b88a28e9058c9e1e1b1d7',1,'maillonDept']]],
['nom_118',['nom',['../structEtudiant.html#a61f5228f07432b93e9b0f4c64f1e1cb6',1,'Etudiant']]],
['num_119',['num',['../structEtudiant.html#ae598beb05dd70bbeb416fd2d68c4a593',1,'Etudiant']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="variables_4.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,4 @@
var searchData=
[
['prenom_120',['prenom',['../structEtudiant.html#a325d8561e7431ba5e77db94f86d5a5db',1,'Etudiant']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="variables_5.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,4 @@
var searchData=
[
['resp_121',['resp',['../structmaillonDept.html#abcba6a6cc3da097495bad730b8072845',1,'maillonDept']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="variables_6.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,4 @@
var searchData=
[
['suiv_122',['suiv',['../structmaillonDept.html#ad298150a3cdf873eeab80064c537442b',1,'maillonDept::suiv()'],['../structmaillonChoix.html#aec1d32f41ce47c5e6bab021b3dfe2896',1,'maillonChoix::suiv()']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="variables_7.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,4 @@
var searchData=
[
['tabnotes_123',['tabNotes',['../structEtudiant.html#a0daa0e34d168dbf74450baca511d3f70',1,'Etudiant']]]
];

@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="variables_8.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Chargement...</div>
<div id="SRResults"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
</script>
<div class="SRStatus" id="Searching">Recherche...</div>
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
window.addEventListener("message", function(event) {
if (event.data == "take_focus") {
var elem = searchResults.NavNext(0);
if (elem) elem.focus();
}
});
/* @license-end */
</script>
</div>
</body>
</html>

@ -0,0 +1,4 @@
var searchData=
[
['ville_124',['ville',['../structVilleIUT.html#ab30b0c6d77f4ccb88d5ef11b2fd59dec',1,'VilleIUT::ville()'],['../structChoix.html#a3edc955997c96a2a04a868c60bcd0e15',1,'Choix::ville()']]]
];

@ -68,10 +68,10 @@ $(function() {
<p>Liste complète des membres de <a class="el" href="structChoix.html">Choix</a>, y compris les membres hérités :</p> <p>Liste complète des membres de <a class="el" href="structChoix.html">Choix</a>, y compris les membres hérités :</p>
<table class="directory"> <table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>decisionAdmission</b> (défini dans <a class="el" href="structChoix.html">Choix</a>)</td><td class="entry"><a class="el" href="structChoix.html">Choix</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="structChoix.html#aabf7c1c51b6c3a53058e690d505acfa5">decisionAdmission</a></td><td class="entry"><a class="el" href="structChoix.html">Choix</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>decisionCandidat</b> (défini dans <a class="el" href="structChoix.html">Choix</a>)</td><td class="entry"><a class="el" href="structChoix.html">Choix</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structChoix.html#ad281c75de662f930cfd935d1596e8f95">decisionCandidat</a></td><td class="entry"><a class="el" href="structChoix.html">Choix</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>departement</b> (défini dans <a class="el" href="structChoix.html">Choix</a>)</td><td class="entry"><a class="el" href="structChoix.html">Choix</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="structChoix.html#ae53b74aafc2c6042006f332956a3d094">departement</a></td><td class="entry"><a class="el" href="structChoix.html">Choix</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ville</b> (défini dans <a class="el" href="structChoix.html">Choix</a>)</td><td class="entry"><a class="el" href="structChoix.html">Choix</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structChoix.html#a3edc955997c96a2a04a868c60bcd0e15">ville</a></td><td class="entry"><a class="el" href="structChoix.html">Choix</a></td><td class="entry"></td></tr>
</table></div><!-- contents --> </table></div><!-- contents -->
<!-- start footer part --> <!-- start footer part -->
<hr class="footer"/><address class="footer"><small> <hr class="footer"/><address class="footer"><small>

@ -76,22 +76,80 @@ $(function() {
<table class="memberdecls"> <table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Attributs publics</h2></td></tr> Attributs publics</h2></td></tr>
<tr class="memitem:a3edc955997c96a2a04a868c60bcd0e15"><td class="memItemLeft" align="right" valign="top"><a id="a3edc955997c96a2a04a868c60bcd0e15"></a> <tr class="memitem:a3edc955997c96a2a04a868c60bcd0e15"><td class="memItemLeft" align="right" valign="top">char&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structChoix.html#a3edc955997c96a2a04a868c60bcd0e15">ville</a> [30]</td></tr>
char&#160;</td><td class="memItemRight" valign="bottom"><b>ville</b> [30]</td></tr>
<tr class="separator:a3edc955997c96a2a04a868c60bcd0e15"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a3edc955997c96a2a04a868c60bcd0e15"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae53b74aafc2c6042006f332956a3d094"><td class="memItemLeft" align="right" valign="top"><a id="ae53b74aafc2c6042006f332956a3d094"></a> <tr class="memitem:ae53b74aafc2c6042006f332956a3d094"><td class="memItemLeft" align="right" valign="top">char&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structChoix.html#ae53b74aafc2c6042006f332956a3d094">departement</a> [30]</td></tr>
char&#160;</td><td class="memItemRight" valign="bottom"><b>departement</b> [30]</td></tr>
<tr class="separator:ae53b74aafc2c6042006f332956a3d094"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:ae53b74aafc2c6042006f332956a3d094"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aabf7c1c51b6c3a53058e690d505acfa5"><td class="memItemLeft" align="right" valign="top"><a id="aabf7c1c51b6c3a53058e690d505acfa5"></a> <tr class="memitem:aabf7c1c51b6c3a53058e690d505acfa5"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structChoix.html#aabf7c1c51b6c3a53058e690d505acfa5">decisionAdmission</a></td></tr>
int&#160;</td><td class="memItemRight" valign="bottom"><b>decisionAdmission</b></td></tr>
<tr class="separator:aabf7c1c51b6c3a53058e690d505acfa5"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:aabf7c1c51b6c3a53058e690d505acfa5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad281c75de662f930cfd935d1596e8f95"><td class="memItemLeft" align="right" valign="top"><a id="ad281c75de662f930cfd935d1596e8f95"></a> <tr class="memitem:ad281c75de662f930cfd935d1596e8f95"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structChoix.html#ad281c75de662f930cfd935d1596e8f95">decisionCandidat</a></td></tr>
int&#160;</td><td class="memItemRight" valign="bottom"><b>decisionCandidat</b></td></tr>
<tr class="separator:ad281c75de662f930cfd935d1596e8f95"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:ad281c75de662f930cfd935d1596e8f95"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table> </table>
<a name="details" id="details"></a><h2 class="groupheader">Description détaillée</h2> <a name="details" id="details"></a><h2 class="groupheader">Description détaillée</h2>
<div class="textblock"><p>Structure d'un choix. </p> <div class="textblock"><p>Structure d'un choix. </p>
</div><hr/>La documentation de cette structure a été générée à partir du fichier suivant :<ul> <dl class="section author"><dt>Auteur</dt><dd>Antoine Perederii </dd></dl>
</div><h2 class="groupheader">Documentation des données membres</h2>
<a id="aabf7c1c51b6c3a53058e690d505acfa5"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aabf7c1c51b6c3a53058e690d505acfa5">&#9670;&nbsp;</a></span>decisionAdmission</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int Choix::decisionAdmission</td>
</tr>
</table>
</div><div class="memdoc">
<p>Décision du département </p>
</div>
</div>
<a id="ad281c75de662f930cfd935d1596e8f95"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad281c75de662f930cfd935d1596e8f95">&#9670;&nbsp;</a></span>decisionCandidat</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int Choix::decisionCandidat</td>
</tr>
</table>
</div><div class="memdoc">
<p>Décision du candidat </p>
</div>
</div>
<a id="ae53b74aafc2c6042006f332956a3d094"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae53b74aafc2c6042006f332956a3d094">&#9670;&nbsp;</a></span>departement</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char Choix::departement[30]</td>
</tr>
</table>
</div><div class="memdoc">
<p>Nom du département choisi </p>
</div>
</div>
<a id="a3edc955997c96a2a04a868c60bcd0e15"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3edc955997c96a2a04a868c60bcd0e15">&#9670;&nbsp;</a></span>ville</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char Choix::ville[30]</td>
</tr>
</table>
</div><div class="memdoc">
<p>Nom de la ville choisie </p>
</div>
</div>
<hr/>La documentation de cette structure a été générée à partir du fichier suivant :<ul>
<li><a class="el" href="structures_8h_source.html">structures.h</a></li> <li><a class="el" href="structures_8h_source.html">structures.h</a></li>
</ul> </ul>
</div><!-- contents --> </div><!-- contents -->

@ -68,12 +68,12 @@ $(function() {
<p>Liste complète des membres de <a class="el" href="structEtudiant.html">Etudiant</a>, y compris les membres hérités :</p> <p>Liste complète des membres de <a class="el" href="structEtudiant.html">Etudiant</a>, y compris les membres hérités :</p>
<table class="directory"> <table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>lChoix</b> (défini dans <a class="el" href="structEtudiant.html">Etudiant</a>)</td><td class="entry"><a class="el" href="structEtudiant.html">Etudiant</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="structEtudiant.html#a868c0c5a6ed7db69bb1b3fe9351e1d02">lChoix</a></td><td class="entry"><a class="el" href="structEtudiant.html">Etudiant</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>nbChoix</b> (défini dans <a class="el" href="structEtudiant.html">Etudiant</a>)</td><td class="entry"><a class="el" href="structEtudiant.html">Etudiant</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structEtudiant.html#a505bf54bd41f9885e38b267ef4bd791b">nbChoix</a></td><td class="entry"><a class="el" href="structEtudiant.html">Etudiant</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>nom</b> (défini dans <a class="el" href="structEtudiant.html">Etudiant</a>)</td><td class="entry"><a class="el" href="structEtudiant.html">Etudiant</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="structEtudiant.html#a61f5228f07432b93e9b0f4c64f1e1cb6">nom</a></td><td class="entry"><a class="el" href="structEtudiant.html">Etudiant</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>num</b> (défini dans <a class="el" href="structEtudiant.html">Etudiant</a>)</td><td class="entry"><a class="el" href="structEtudiant.html">Etudiant</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structEtudiant.html#ae598beb05dd70bbeb416fd2d68c4a593">num</a></td><td class="entry"><a class="el" href="structEtudiant.html">Etudiant</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>prenom</b> (défini dans <a class="el" href="structEtudiant.html">Etudiant</a>)</td><td class="entry"><a class="el" href="structEtudiant.html">Etudiant</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="structEtudiant.html#a325d8561e7431ba5e77db94f86d5a5db">prenom</a></td><td class="entry"><a class="el" href="structEtudiant.html">Etudiant</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>tabNotes</b> (défini dans <a class="el" href="structEtudiant.html">Etudiant</a>)</td><td class="entry"><a class="el" href="structEtudiant.html">Etudiant</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structEtudiant.html#a0daa0e34d168dbf74450baca511d3f70">tabNotes</a></td><td class="entry"><a class="el" href="structEtudiant.html">Etudiant</a></td><td class="entry"></td></tr>
</table></div><!-- contents --> </table></div><!-- contents -->
<!-- start footer part --> <!-- start footer part -->
<hr class="footer"/><address class="footer"><small> <hr class="footer"/><address class="footer"><small>

@ -77,32 +77,123 @@ $(function() {
Graphe de collaboration de Etudiant:</div> Graphe de collaboration de Etudiant:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="structEtudiant__coll__graph.png" border="0" usemap="#aEtudiant_coll__map" alt="Collaboration graph"/></div> <div class="center"><img src="structEtudiant__coll__graph.png" border="0" usemap="#aEtudiant_coll__map" alt="Collaboration graph"/></div>
<map name="aEtudiant_coll__map" id="aEtudiant_coll__map">
<area shape="rect" title="Structure d&#39;un candidat." alt="" coords="21,184,97,211"/>
<area shape="rect" href="structmaillonChoix.html" title="Maillon d&#39;une liste de choix." alt="" coords="5,95,113,121"/>
<area shape="rect" href="structChoix.html" title="Structure d&#39;un choix." alt="" coords="30,5,89,32"/>
</map>
<center><span class="legend">[<a href="graph_legend.html">légende</a>]</span></center></div> <center><span class="legend">[<a href="graph_legend.html">légende</a>]</span></center></div>
<table class="memberdecls"> <table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Attributs publics</h2></td></tr> Attributs publics</h2></td></tr>
<tr class="memitem:ae598beb05dd70bbeb416fd2d68c4a593"><td class="memItemLeft" align="right" valign="top"><a id="ae598beb05dd70bbeb416fd2d68c4a593"></a> <tr class="memitem:ae598beb05dd70bbeb416fd2d68c4a593"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structEtudiant.html#ae598beb05dd70bbeb416fd2d68c4a593">num</a></td></tr>
int&#160;</td><td class="memItemRight" valign="bottom"><b>num</b></td></tr>
<tr class="separator:ae598beb05dd70bbeb416fd2d68c4a593"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:ae598beb05dd70bbeb416fd2d68c4a593"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a61f5228f07432b93e9b0f4c64f1e1cb6"><td class="memItemLeft" align="right" valign="top"><a id="a61f5228f07432b93e9b0f4c64f1e1cb6"></a> <tr class="memitem:a61f5228f07432b93e9b0f4c64f1e1cb6"><td class="memItemLeft" align="right" valign="top">char&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structEtudiant.html#a61f5228f07432b93e9b0f4c64f1e1cb6">nom</a> [22]</td></tr>
char&#160;</td><td class="memItemRight" valign="bottom"><b>nom</b> [22]</td></tr>
<tr class="separator:a61f5228f07432b93e9b0f4c64f1e1cb6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a61f5228f07432b93e9b0f4c64f1e1cb6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a325d8561e7431ba5e77db94f86d5a5db"><td class="memItemLeft" align="right" valign="top"><a id="a325d8561e7431ba5e77db94f86d5a5db"></a> <tr class="memitem:a325d8561e7431ba5e77db94f86d5a5db"><td class="memItemLeft" align="right" valign="top">char&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structEtudiant.html#a325d8561e7431ba5e77db94f86d5a5db">prenom</a> [22]</td></tr>
char&#160;</td><td class="memItemRight" valign="bottom"><b>prenom</b> [22]</td></tr>
<tr class="separator:a325d8561e7431ba5e77db94f86d5a5db"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a325d8561e7431ba5e77db94f86d5a5db"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0daa0e34d168dbf74450baca511d3f70"><td class="memItemLeft" align="right" valign="top"><a id="a0daa0e34d168dbf74450baca511d3f70"></a> <tr class="memitem:a0daa0e34d168dbf74450baca511d3f70"><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structEtudiant.html#a0daa0e34d168dbf74450baca511d3f70">tabNotes</a> [5]</td></tr>
float&#160;</td><td class="memItemRight" valign="bottom"><b>tabNotes</b> [5]</td></tr>
<tr class="separator:a0daa0e34d168dbf74450baca511d3f70"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a0daa0e34d168dbf74450baca511d3f70"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a505bf54bd41f9885e38b267ef4bd791b"><td class="memItemLeft" align="right" valign="top"><a id="a505bf54bd41f9885e38b267ef4bd791b"></a> <tr class="memitem:a505bf54bd41f9885e38b267ef4bd791b"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structEtudiant.html#a505bf54bd41f9885e38b267ef4bd791b">nbChoix</a></td></tr>
int&#160;</td><td class="memItemRight" valign="bottom"><b>nbChoix</b></td></tr>
<tr class="separator:a505bf54bd41f9885e38b267ef4bd791b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a505bf54bd41f9885e38b267ef4bd791b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a868c0c5a6ed7db69bb1b3fe9351e1d02"><td class="memItemLeft" align="right" valign="top"><a id="a868c0c5a6ed7db69bb1b3fe9351e1d02"></a> <tr class="memitem:a868c0c5a6ed7db69bb1b3fe9351e1d02"><td class="memItemLeft" align="right" valign="top"><a class="el" href="structures_8h.html#a8914e47a06f1936a04c1d0dfbcefd8c9">ListeChoix</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structEtudiant.html#a868c0c5a6ed7db69bb1b3fe9351e1d02">lChoix</a></td></tr>
<a class="el" href="structmaillonChoix.html">ListeChoix</a>&#160;</td><td class="memItemRight" valign="bottom"><b>lChoix</b></td></tr>
<tr class="separator:a868c0c5a6ed7db69bb1b3fe9351e1d02"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:a868c0c5a6ed7db69bb1b3fe9351e1d02"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table> </table>
<a name="details" id="details"></a><h2 class="groupheader">Description détaillée</h2> <a name="details" id="details"></a><h2 class="groupheader">Description détaillée</h2>
<div class="textblock"><p>Structure d'un candidat. </p> <div class="textblock"><p>Structure d'un candidat. </p>
</div><hr/>La documentation de cette structure a été générée à partir du fichier suivant :<ul> <dl class="section author"><dt>Auteur</dt><dd>Antoine Perederii </dd></dl>
</div><h2 class="groupheader">Documentation des données membres</h2>
<a id="a868c0c5a6ed7db69bb1b3fe9351e1d02"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a868c0c5a6ed7db69bb1b3fe9351e1d02">&#9670;&nbsp;</a></span>lChoix</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structures_8h.html#a8914e47a06f1936a04c1d0dfbcefd8c9">ListeChoix</a> Etudiant::lChoix</td>
</tr>
</table>
</div><div class="memdoc">
<p>Liste des choix formulés </p>
</div>
</div>
<a id="a505bf54bd41f9885e38b267ef4bd791b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a505bf54bd41f9885e38b267ef4bd791b">&#9670;&nbsp;</a></span>nbChoix</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int Etudiant::nbChoix</td>
</tr>
</table>
</div><div class="memdoc">
<p>Nombre de choix formulés </p>
</div>
</div>
<a id="a61f5228f07432b93e9b0f4c64f1e1cb6"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a61f5228f07432b93e9b0f4c64f1e1cb6">&#9670;&nbsp;</a></span>nom</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char Etudiant::nom[22]</td>
</tr>
</table>
</div><div class="memdoc">
<p>Nom du candidat </p>
</div>
</div>
<a id="ae598beb05dd70bbeb416fd2d68c4a593"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae598beb05dd70bbeb416fd2d68c4a593">&#9670;&nbsp;</a></span>num</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int Etudiant::num</td>
</tr>
</table>
</div><div class="memdoc">
<p>Numéro du candidat </p>
</div>
</div>
<a id="a325d8561e7431ba5e77db94f86d5a5db"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a325d8561e7431ba5e77db94f86d5a5db">&#9670;&nbsp;</a></span>prenom</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char Etudiant::prenom[22]</td>
</tr>
</table>
</div><div class="memdoc">
<p>Prénom du candidat </p>
</div>
</div>
<a id="a0daa0e34d168dbf74450baca511d3f70"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a0daa0e34d168dbf74450baca511d3f70">&#9670;&nbsp;</a></span>tabNotes</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">float Etudiant::tabNotes[5]</td>
</tr>
</table>
</div><div class="memdoc">
<p>Tableau des moyennes en mathématiques, français, anglais et en spécialité ainsi que sa moyenne générale </p>
</div>
</div>
<hr/>La documentation de cette structure a été générée à partir du fichier suivant :<ul>
<li><a class="el" href="structures_8h_source.html">structures.h</a></li> <li><a class="el" href="structures_8h_source.html">structures.h</a></li>
</ul> </ul>
</div><!-- contents --> </div><!-- contents -->

@ -1,12 +0,0 @@
digraph "Etudiant"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="Etudiant",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Structure d'un candidat."];
Node2 -> Node1 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" lChoix" ,fontname="Helvetica"];
Node2 [label="maillonChoix",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structmaillonChoix.html",tooltip="Maillon d'une liste de choix."];
Node2 -> Node2 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" suiv" ,fontname="Helvetica"];
Node3 -> Node2 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" choix" ,fontname="Helvetica"];
Node3 [label="Choix",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structChoix.html",tooltip="Structure d'un choix."];
}

@ -0,0 +1 @@
8cf728e910a597399b5ed202a215b123

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

@ -68,8 +68,8 @@ $(function() {
<p>Liste complète des membres de <a class="el" href="structVilleIUT.html">VilleIUT</a>, y compris les membres hérités :</p> <p>Liste complète des membres de <a class="el" href="structVilleIUT.html">VilleIUT</a>, y compris les membres hérités :</p>
<table class="directory"> <table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ldept</b> (défini dans <a class="el" href="structVilleIUT.html">VilleIUT</a>)</td><td class="entry"><a class="el" href="structVilleIUT.html">VilleIUT</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="structVilleIUT.html#aaf6c03c46c4912dcced9eeb07f2342e3">ldept</a></td><td class="entry"><a class="el" href="structVilleIUT.html">VilleIUT</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ville</b> (défini dans <a class="el" href="structVilleIUT.html">VilleIUT</a>)</td><td class="entry"><a class="el" href="structVilleIUT.html">VilleIUT</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structVilleIUT.html#ab30b0c6d77f4ccb88d5ef11b2fd59dec">ville</a></td><td class="entry"><a class="el" href="structVilleIUT.html">VilleIUT</a></td><td class="entry"></td></tr>
</table></div><!-- contents --> </table></div><!-- contents -->
<!-- start footer part --> <!-- start footer part -->
<hr class="footer"/><address class="footer"><small> <hr class="footer"/><address class="footer"><small>

@ -77,20 +77,54 @@ $(function() {
Graphe de collaboration de VilleIUT:</div> Graphe de collaboration de VilleIUT:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="structVilleIUT__coll__graph.png" border="0" usemap="#aVilleIUT_coll__map" alt="Collaboration graph"/></div> <div class="center"><img src="structVilleIUT__coll__graph.png" border="0" usemap="#aVilleIUT_coll__map" alt="Collaboration graph"/></div>
<map name="aVilleIUT_coll__map" id="aVilleIUT_coll__map">
<area shape="rect" title="Structure d&#39;une ville possédant un IUT." alt="" coords="20,95,93,121"/>
<area shape="rect" href="structmaillonDept.html" title="Maillon d&#39;une liste de départements." alt="" coords="5,5,108,32"/>
</map>
<center><span class="legend">[<a href="graph_legend.html">légende</a>]</span></center></div> <center><span class="legend">[<a href="graph_legend.html">légende</a>]</span></center></div>
<table class="memberdecls"> <table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Attributs publics</h2></td></tr> Attributs publics</h2></td></tr>
<tr class="memitem:ab30b0c6d77f4ccb88d5ef11b2fd59dec"><td class="memItemLeft" align="right" valign="top"><a id="ab30b0c6d77f4ccb88d5ef11b2fd59dec"></a> <tr class="memitem:ab30b0c6d77f4ccb88d5ef11b2fd59dec"><td class="memItemLeft" align="right" valign="top">char&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structVilleIUT.html#ab30b0c6d77f4ccb88d5ef11b2fd59dec">ville</a> [30]</td></tr>
char&#160;</td><td class="memItemRight" valign="bottom"><b>ville</b> [30]</td></tr>
<tr class="separator:ab30b0c6d77f4ccb88d5ef11b2fd59dec"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:ab30b0c6d77f4ccb88d5ef11b2fd59dec"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aaf6c03c46c4912dcced9eeb07f2342e3"><td class="memItemLeft" align="right" valign="top"><a id="aaf6c03c46c4912dcced9eeb07f2342e3"></a> <tr class="memitem:aaf6c03c46c4912dcced9eeb07f2342e3"><td class="memItemLeft" align="right" valign="top"><a class="el" href="structures_8h.html#a6d9c91c883d198c4f900764cdcc6e137">ListeDept</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structVilleIUT.html#aaf6c03c46c4912dcced9eeb07f2342e3">ldept</a></td></tr>
<a class="el" href="structmaillonDept.html">ListeDept</a>&#160;</td><td class="memItemRight" valign="bottom"><b>ldept</b></td></tr>
<tr class="separator:aaf6c03c46c4912dcced9eeb07f2342e3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:aaf6c03c46c4912dcced9eeb07f2342e3"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table> </table>
<a name="details" id="details"></a><h2 class="groupheader">Description détaillée</h2> <a name="details" id="details"></a><h2 class="groupheader">Description détaillée</h2>
<div class="textblock"><p>Structure d'une ville possédant un IUT. </p> <div class="textblock"><p>Structure d'une ville possédant un IUT. </p>
</div><hr/>La documentation de cette structure a été générée à partir du fichier suivant :<ul> <dl class="section author"><dt>Auteur</dt><dd>Kyllian Chabanon </dd></dl>
</div><h2 class="groupheader">Documentation des données membres</h2>
<a id="aaf6c03c46c4912dcced9eeb07f2342e3"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aaf6c03c46c4912dcced9eeb07f2342e3">&#9670;&nbsp;</a></span>ldept</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structures_8h.html#a6d9c91c883d198c4f900764cdcc6e137">ListeDept</a> VilleIUT::ldept</td>
</tr>
</table>
</div><div class="memdoc">
<p>Liste des départements présents dans l'IUT de la ville </p>
</div>
</div>
<a id="ab30b0c6d77f4ccb88d5ef11b2fd59dec"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ab30b0c6d77f4ccb88d5ef11b2fd59dec">&#9670;&nbsp;</a></span>ville</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char VilleIUT::ville[30]</td>
</tr>
</table>
</div><div class="memdoc">
<p>Nom de la ville </p>
</div>
</div>
<hr/>La documentation de cette structure a été générée à partir du fichier suivant :<ul>
<li><a class="el" href="structures_8h_source.html">structures.h</a></li> <li><a class="el" href="structures_8h_source.html">structures.h</a></li>
</ul> </ul>
</div><!-- contents --> </div><!-- contents -->

@ -1,10 +0,0 @@
digraph "VilleIUT"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="VilleIUT",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Structure d'une ville possédant un IUT."];
Node2 -> Node1 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" ldept" ,fontname="Helvetica"];
Node2 [label="maillonDept",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structmaillonDept.html",tooltip="Maillon d'une liste de départements."];
Node2 -> Node2 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" suiv" ,fontname="Helvetica"];
}

@ -0,0 +1 @@
8ddc17be533a975b949b49b016bbb9fd

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

@ -68,8 +68,8 @@ $(function() {
<p>Liste complète des membres de <a class="el" href="structmaillonChoix.html">maillonChoix</a>, y compris les membres hérités :</p> <p>Liste complète des membres de <a class="el" href="structmaillonChoix.html">maillonChoix</a>, y compris les membres hérités :</p>
<table class="directory"> <table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>choix</b> (défini dans <a class="el" href="structmaillonChoix.html">maillonChoix</a>)</td><td class="entry"><a class="el" href="structmaillonChoix.html">maillonChoix</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="structmaillonChoix.html#af3c7ad5848742578f4ae8af840b495ce">choix</a></td><td class="entry"><a class="el" href="structmaillonChoix.html">maillonChoix</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>suiv</b> (défini dans <a class="el" href="structmaillonChoix.html">maillonChoix</a>)</td><td class="entry"><a class="el" href="structmaillonChoix.html">maillonChoix</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structmaillonChoix.html#aec1d32f41ce47c5e6bab021b3dfe2896">suiv</a></td><td class="entry"><a class="el" href="structmaillonChoix.html">maillonChoix</a></td><td class="entry"></td></tr>
</table></div><!-- contents --> </table></div><!-- contents -->
<!-- start footer part --> <!-- start footer part -->
<hr class="footer"/><address class="footer"><small> <hr class="footer"/><address class="footer"><small>

@ -77,20 +77,54 @@ $(function() {
Graphe de collaboration de maillonChoix:</div> Graphe de collaboration de maillonChoix:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="structmaillonChoix__coll__graph.png" border="0" usemap="#amaillonChoix_coll__map" alt="Collaboration graph"/></div> <div class="center"><img src="structmaillonChoix__coll__graph.png" border="0" usemap="#amaillonChoix_coll__map" alt="Collaboration graph"/></div>
<map name="amaillonChoix_coll__map" id="amaillonChoix_coll__map">
<area shape="rect" title="Maillon d&#39;une liste de choix." alt="" coords="5,95,113,121"/>
<area shape="rect" href="structChoix.html" title="Structure d&#39;un choix." alt="" coords="30,5,89,32"/>
</map>
<center><span class="legend">[<a href="graph_legend.html">légende</a>]</span></center></div> <center><span class="legend">[<a href="graph_legend.html">légende</a>]</span></center></div>
<table class="memberdecls"> <table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Attributs publics</h2></td></tr> Attributs publics</h2></td></tr>
<tr class="memitem:af3c7ad5848742578f4ae8af840b495ce"><td class="memItemLeft" align="right" valign="top"><a id="af3c7ad5848742578f4ae8af840b495ce"></a> <tr class="memitem:af3c7ad5848742578f4ae8af840b495ce"><td class="memItemLeft" align="right" valign="top"><a class="el" href="structChoix.html">Choix</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmaillonChoix.html#af3c7ad5848742578f4ae8af840b495ce">choix</a></td></tr>
<a class="el" href="structChoix.html">Choix</a>&#160;</td><td class="memItemRight" valign="bottom"><b>choix</b></td></tr>
<tr class="separator:af3c7ad5848742578f4ae8af840b495ce"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:af3c7ad5848742578f4ae8af840b495ce"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aec1d32f41ce47c5e6bab021b3dfe2896"><td class="memItemLeft" align="right" valign="top"><a id="aec1d32f41ce47c5e6bab021b3dfe2896"></a> <tr class="memitem:aec1d32f41ce47c5e6bab021b3dfe2896"><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structmaillonChoix.html">maillonChoix</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmaillonChoix.html#aec1d32f41ce47c5e6bab021b3dfe2896">suiv</a></td></tr>
struct <a class="el" href="structmaillonChoix.html">maillonChoix</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>suiv</b></td></tr>
<tr class="separator:aec1d32f41ce47c5e6bab021b3dfe2896"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:aec1d32f41ce47c5e6bab021b3dfe2896"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table> </table>
<a name="details" id="details"></a><h2 class="groupheader">Description détaillée</h2> <a name="details" id="details"></a><h2 class="groupheader">Description détaillée</h2>
<div class="textblock"><p>Maillon d'une liste de choix. </p> <div class="textblock"><p>Maillon d'une liste de choix. </p>
</div><hr/>La documentation de cette structure a été générée à partir du fichier suivant :<ul> <dl class="section author"><dt>Auteur</dt><dd>Antoine Perederii </dd></dl>
</div><h2 class="groupheader">Documentation des données membres</h2>
<a id="af3c7ad5848742578f4ae8af840b495ce"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af3c7ad5848742578f4ae8af840b495ce">&#9670;&nbsp;</a></span>choix</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structChoix.html">Choix</a> maillonChoix::choix</td>
</tr>
</table>
</div><div class="memdoc">
<p><a class="el" href="structChoix.html" title="Structure d&#39;un choix.">Choix</a> du candidat </p>
</div>
</div>
<a id="aec1d32f41ce47c5e6bab021b3dfe2896"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aec1d32f41ce47c5e6bab021b3dfe2896">&#9670;&nbsp;</a></span>suiv</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structmaillonChoix.html">maillonChoix</a>* maillonChoix::suiv</td>
</tr>
</table>
</div><div class="memdoc">
<p>Pointeur vers le maillon suivant de la liste </p>
</div>
</div>
<hr/>La documentation de cette structure a été générée à partir du fichier suivant :<ul>
<li><a class="el" href="structures_8h_source.html">structures.h</a></li> <li><a class="el" href="structures_8h_source.html">structures.h</a></li>
</ul> </ul>
</div><!-- contents --> </div><!-- contents -->

@ -1,10 +0,0 @@
digraph "maillonChoix"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="maillonChoix",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Maillon d'une liste de choix."];
Node1 -> Node1 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" suiv" ,fontname="Helvetica"];
Node2 -> Node1 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" choix" ,fontname="Helvetica"];
Node2 [label="Choix",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structChoix.html",tooltip="Structure d'un choix."];
}

@ -0,0 +1 @@
369560a43cc78688623a833c5ee1eb43

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save