You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
197 lines
39 KiB
197 lines
39 KiB
<!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>saé_1.02: struct.h Source File</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">saé_1.02
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.1 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search','.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&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(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="header">
|
|
<div class="headertitle">
|
|
<div class="title">struct.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="struct_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>  </div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"><a class="line" href="struct_maillondemande.html"> 7</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct_maillondemande.html">Maillondemande</a>{</div>
|
|
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>  <span class="keywordtype">char</span> nom[31];</div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>  <span class="keywordtype">int</span> numc,</div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>  desdp,</div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>  valcan;</div>
|
|
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>  <span class="keyword">struct </span><a class="code" href="struct_maillondemande.html">Maillondemande</a> *prec;</div>
|
|
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> } <a class="code" href="struct_maillondemande.html">demande</a>;</div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>  </div>
|
|
<div class="line"><a name="l00015"></a><span class="lineno"><a class="line" href="struct_maillon_dept.html"> 15</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct_maillon_dept.html">MaillonDept</a>{</div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>  <span class="keywordtype">char</span> nom[31];</div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  <span class="keywordtype">int</span> nbp;</div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  <span class="keywordtype">char</span> resp[31];</div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  <span class="keyword">struct </span><a class="code" href="struct_maillon_dept.html">MaillonDept</a> *suiv;</div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  <a class="code" href="struct_maillondemande.html">demande</a> *dem;</div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> } <a class="code" href="struct_maillon_dept.html">maillonDept</a>,*<a class="code" href="struct_maillon_dept.html">ListeDept</a>;</div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="struct_ville_i_u_t.html"> 23</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  <span class="keywordtype">char</span> ville[31];</div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  <a class="code" href="struct_maillon_dept.html">ListeDept</a> ldept;</div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> } <a class="code" href="struct_ville_i_u_t.html">VilleIUT</a>;</div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  </div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="struct_maillon_choix.html"> 28</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct_maillon_choix.html">MaillonChoix</a>{</div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  <span class="keywordtype">char</span> ville[31],</div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  dep[31];</div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  <span class="keywordtype">int</span> desdp,</div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  valcan;</div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="keyword">struct </span><a class="code" href="struct_maillon_choix.html">MaillonChoix</a> *suiv;</div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> } <a class="code" href="struct_maillon_choix.html">maillonChoix</a>, *<a class="code" href="struct_maillon_choix.html">ListeChoix</a>;</div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  </div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="struct_candidat.html"> 36</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  <span class="keywordtype">int</span> numc;</div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <span class="keywordtype">char</span> nom[31];</div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <span class="keywordtype">char</span> prenom[31];</div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <span class="keywordtype">float</span> note[4];</div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keywordtype">int</span> nbchoix;</div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <a class="code" href="struct_maillon_choix.html">ListeChoix</a> lchoix;</div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> } <a class="code" href="struct_candidat.html">Candidat</a>;</div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  </div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  </div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  </div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  </div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <a class="code" href="struct_maillon_dept.html">ListeDept</a> <a class="code" href="struct_8h.html#a9b30f7e891a18fce6454910ac54a25f6">ajouter_departement</a>(<a class="code" href="struct_maillon_dept.html">ListeDept</a> ldept,<span class="keywordtype">char</span> nom[31], <span class="keywordtype">int</span> nbp, <span class="keywordtype">char</span> resp[31]);</div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <a class="code" href="struct_maillon_dept.html">ListeDept</a> <a class="code" href="struct_8h.html#ae49ad13eed8ce34459384d37ba6f1d4a">ajouter_departement_en_tete</a>(<a class="code" href="struct_maillon_dept.html">ListeDept</a> ldept,<span class="keywordtype">char</span> nom[31], <span class="keywordtype">int</span> nbp, <span class="keywordtype">char</span> resp[31]);</div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <a class="code" href="struct_maillon_dept.html">ListeDept</a> <a class="code" href="struct_8h.html#acadb17fc9be62dc4dabcf8c54464fd54">supprimer_departement</a>(<a class="code" href="struct_maillon_dept.html">ListeDept</a> ldept,<span class="keywordtype">char</span> nom[31]);</div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <a class="code" href="struct_maillon_dept.html">ListeDept</a> <a class="code" href="struct_8h.html#a2c55f027b27e62469427e18608be039d">supprimer_departement_en_tete</a>(<a class="code" href="struct_maillon_dept.html">ListeDept</a> ldept);</div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <a class="code" href="struct_ville_i_u_t.html">VilleIUT</a>** <a class="code" href="struct_8h.html#ae9faabe0dea2ec007c37fd03501edf22">ajouter_ville</a>(<a class="code" href="struct_ville_i_u_t.html">VilleIUT</a> *tiut[], <span class="keywordtype">int</span> *tl, <span class="keywordtype">char</span> nom[31], <span class="keywordtype">int</span> pos);</div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <a class="code" href="struct_ville_i_u_t.html">VilleIUT</a>** <a class="code" href="struct_8h.html#afe6b3de3262b1babec874f4f0e664170">decalage_a_droite</a>(<a class="code" href="struct_ville_i_u_t.html">VilleIUT</a>** tiut, <span class="keywordtype">int</span> pos, <span class="keywordtype">int</span> tl);</div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="keywordtype">int</span> <a class="code" href="struct_8h.html#a99b8b93d40a5f9ba4f2479f78cb4ae65">recherche_ville</a>(<a class="code" href="struct_ville_i_u_t.html">VilleIUT</a> **tiut,<span class="keywordtype">char</span> ville[31],<span class="keywordtype">int</span> *trouve, <span class="keywordtype">int</span> tl);</div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="keywordtype">void</span> maillon_cpy(<a class="code" href="struct_maillon_dept.html">maillonDept</a> *a, <a class="code" href="struct_maillon_dept.html">maillonDept</a> *b);</div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="keywordtype">void</span> <a class="code" href="struct_8h.html#a7080e7701e03a1859ab96cb1d5158663">affiche_villes</a>(<a class="code" href="struct_ville_i_u_t.html">VilleIUT</a> *tiut[], <span class="keywordtype">int</span> tl);</div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="keywordtype">void</span> <a class="code" href="struct_8h.html#a9181f32d6b1efd4660916b5535ed7c70">affiche_ListeDept</a>(<a class="code" href="struct_maillon_dept.html">maillonDept</a> *m);</div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="keywordtype">int</span> <a class="code" href="struct_8h.html#a86641e4b095c484ab3f1737a3e47766b">nb_place_departement</a>(<a class="code" href="struct_maillon_dept.html">maillonDept</a> *m, <span class="keywordtype">char</span> dep[31]);</div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="keywordtype">int</span> <a class="code" href="struct_8h.html#a420832377f6d8cfb68922f896fec1b0c">departement_in_ville</a>(<a class="code" href="struct_maillon_dept.html">maillonDept</a> *m, <span class="keywordtype">char</span> dep[31]);</div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <a class="code" href="struct_maillon_dept.html">ListeDept</a> <a class="code" href="struct_8h.html#a59706f13acb161421950ee84d82f8d45">fil_nouv_ldept</a>(<span class="keywordtype">void</span>);</div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <a class="code" href="struct_maillon_choix.html">ListeChoix</a> <a class="code" href="struct_8h.html#af23eb6ed2b65de104dcd3c374aa4d91e">fil_nouv_lchoix</a>(<span class="keywordtype">void</span>);</div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="keywordtype">void</span> <a class="code" href="struct_8h.html#a95af0413cf37a7c8a334fbcb17d428e9">affiche_demande</a>(<a class="code" href="struct_maillondemande.html">demande</a> *m);</div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="keywordtype">void</span> <a class="code" href="struct_8h.html#ac30769dc66f9db4b6c3b3d1624c09c05">affiche_candidat</a>(<a class="code" href="struct_candidat.html">Candidat</a> c);</div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="keywordtype">void</span> <a class="code" href="struct_8h.html#aa62b4dfcdd5310352ce3293d2724c6ce">affiche_ListeChoix</a>(<a class="code" href="struct_maillon_choix.html">ListeChoix</a> m);</div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <a class="code" href="struct_candidat.html">Candidat</a>** <a class="code" href="struct_8h.html#a8f700775496617b73283af88ed99e0cd">ajouter_candidat</a>(<a class="code" href="struct_candidat.html">Candidat</a> *tc[], <span class="keywordtype">int</span> *tl, <span class="keywordtype">int</span> numc, <span class="keywordtype">float</span> note[4], <span class="keywordtype">char</span> nom[31], <span class="keywordtype">char</span> prenom[31], <span class="keywordtype">int</span> nbchoix,<span class="keywordtype">int</span> pos);</div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <a class="code" href="struct_candidat.html">Candidat</a>** <a class="code" href="struct_8h.html#abb1fea78297796c9981546ceefa18946">decalage_a_droite_candidat</a>(<a class="code" href="struct_candidat.html">Candidat</a>** tc, <span class="keywordtype">int</span> pos, <span class="keywordtype">int</span> tl);</div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="keywordtype">int</span> <a class="code" href="struct_8h.html#a8fd8a1e2ae9f52ee67b2cc11ffee7207">recherche_candidat</a>(<a class="code" href="struct_candidat.html">Candidat</a> **tc, <span class="keywordtype">int</span> numc,<span class="keywordtype">int</span> tl, <span class="keywordtype">int</span> *trouve);</div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <a class="code" href="struct_maillon_choix.html">ListeChoix</a> <a class="code" href="struct_8h.html#a964f6aad346fa07a03824c8903c20e3e">ajouter_choix</a>(<a class="code" href="struct_maillon_choix.html">ListeChoix</a> lchoix,<span class="keywordtype">char</span> ville[31], <span class="keywordtype">char</span> dep[31], <span class="keywordtype">int</span> desdp, <span class="keywordtype">int</span> valcan);</div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <a class="code" href="struct_maillon_choix.html">ListeChoix</a> <a class="code" href="struct_8h.html#a9fd3c7c7b8100e4eb94f475c7028217c">ajouter_choix_en_tete</a>(<a class="code" href="struct_maillon_choix.html">ListeChoix</a> lchoix,<span class="keywordtype">char</span> ville[31],<span class="keywordtype">char</span> dep[31], <span class="keywordtype">int</span> desdp, <span class="keywordtype">int</span> valcan);</div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> <span class="keywordtype">void</span> <a class="code" href="struct_8h.html#a7d5e760aeb107266ddb4516c84a6d31c">affiche_tout_candidat</a>(<a class="code" href="struct_candidat.html">Candidat</a>** tc, <span class="keywordtype">int</span> tlc);</div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="keywordtype">void</span> <a class="code" href="struct_8h.html#a689bed99a7aeae83d70c140c0684e37e">affiche_un_candidat</a>(<a class="code" href="struct_candidat.html">Candidat</a>** tc, <span class="keywordtype">int</span> tlc);</div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="keywordtype">void</span> <a class="code" href="struct_8h.html#a8d3a56e89b44370feff92518ba25928b">affiche_candidat_departement</a>(<a class="code" href="struct_ville_i_u_t.html">VilleIUT</a> *tiut[], <span class="keywordtype">int</span> tl);</div>
|
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="keywordtype">void</span> <a class="code" href="struct_8h.html#a5f0d2385eb1fd8325b368e2c6a0b2f22">affiche_candidat_departement_ldept</a>(<a class="code" href="struct_maillon_dept.html">ListeDept</a> ldept,<span class="keywordtype">char</span> dep[31]);</div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="keywordtype">void</span> <a class="code" href="struct_8h.html#aacbb52c62f359ef5a9977429adb1eeb5">ajouter_demande_ldept</a>(<a class="code" href="struct_maillon_dept.html">ListeDept</a> ldept,<span class="keywordtype">char</span> dep[31], <span class="keywordtype">char</span> nom[31], <span class="keywordtype">int</span> numc, <span class="keywordtype">int</span> desdp, <span class="keywordtype">int</span> valcan);</div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <a class="code" href="struct_maillondemande.html">demande</a>* <a class="code" href="struct_8h.html#a2ae2da86f758f2afaae0f3898e662aef">ajouter_demande</a>(<a class="code" href="struct_maillondemande.html">demande</a> *dem, <span class="keywordtype">char</span> nom[31], <span class="keywordtype">int</span> numc, <span class="keywordtype">int</span> desdp, <span class="keywordtype">int</span> valcan);</div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <a class="code" href="struct_maillondemande.html">demande</a>* <a class="code" href="struct_8h.html#adfbee34e27437521b3f6d436e08a754f">ajouter_demande_en_tete</a>(<a class="code" href="struct_maillondemande.html">demande</a> *dem, <span class="keywordtype">char</span> nom[31], <span class="keywordtype">int</span> numc, <span class="keywordtype">int</span> desdp, <span class="keywordtype">int</span> valcan);</div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="keywordtype">void</span> <a class="code" href="struct_8h.html#a580e833cff6839a1068825ad72006757">affiche_les_voeux</a>(<a class="code" href="struct_candidat.html">Candidat</a>** tc, <span class="keywordtype">int</span> tlc);</div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="keywordtype">void</span> <a class="code" href="struct_8h.html#a019f5473d7b8e22b6d77b948f731f998">ajouter_un_voeux</a>(<a class="code" href="struct_ville_i_u_t.html">VilleIUT</a> *tiut[], <span class="keywordtype">int</span> tl, <a class="code" href="struct_candidat.html">Candidat</a>** tc, <span class="keywordtype">int</span> tlc);</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="keywordtype">void</span> <a class="code" href="struct_8h.html#a670115e29d04103cb8a5f1fd659b76c8">supprimer_un_voeux</a>(<a class="code" href="struct_ville_i_u_t.html">VilleIUT</a> *tiut[], <span class="keywordtype">int</span> tl, <a class="code" href="struct_candidat.html">Candidat</a>** tc, <span class="keywordtype">int</span> tlc);</div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span> <span class="keywordtype">int</span> <a class="code" href="struct_8h.html#a7af7e026cfd6af8e6b7d530be2e8a4f9">demande_existe</a>(<a class="code" href="struct_maillon_choix.html">ListeChoix</a> l, <span class="keywordtype">char</span> ville[31], <span class="keywordtype">char</span> dep[31]);</div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="keywordtype">void</span> <a class="code" href="struct_8h.html#abe38002a621a0d0895a5f72c7181b3e9">supprimer_demande_ldept</a>(<a class="code" href="struct_maillon_dept.html">ListeDept</a> ldept,<span class="keywordtype">char</span> dep[31], <span class="keywordtype">char</span> nom[31]);</div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <a class="code" href="struct_maillondemande.html">demande</a>* <a class="code" href="struct_8h.html#a023cebbb096cfa42f9c99d613525e07c">supprimer_demande</a>(<a class="code" href="struct_maillondemande.html">demande</a> *dem, <span class="keywordtype">char</span> nom[31]);</div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span> <a class="code" href="struct_maillondemande.html">demande</a>* <a class="code" href="struct_8h.html#a52fc5d9317b6c68d2661295b3b027911">supprimer_demande_en_tete</a>(<a class="code" href="struct_maillondemande.html">demande</a> *dem);</div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <a class="code" href="struct_maillon_choix.html">ListeChoix</a> <a class="code" href="struct_8h.html#add00c5b580e605ed12db585ee096332d">supprimer_choix_en_tete</a>(<a class="code" href="struct_maillon_choix.html">ListeChoix</a> lchoix);</div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <a class="code" href="struct_maillon_choix.html">ListeChoix</a> <a class="code" href="struct_8h.html#af2edb7281f0ac4b9504b2074aa74823a">supprimer_choix</a>(<a class="code" href="struct_maillon_choix.html">ListeChoix</a> lchoix,<span class="keywordtype">char</span> ville[31], <span class="keywordtype">char</span> dep[31]);</div>
|
|
<div class="ttc" id="astruct_8h_html_a019f5473d7b8e22b6d77b948f731f998"><div class="ttname"><a href="struct_8h.html#a019f5473d7b8e22b6d77b948f731f998">ajouter_un_voeux</a></div><div class="ttdeci">void ajouter_un_voeux(VilleIUT *tiut[], int tl, Candidat **tc, int tlc)</div><div class="ttdoc">permet à un candidat de postuler dans un département</div><div class="ttdef"><b>Definition:</b> function.c:317</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a023cebbb096cfa42f9c99d613525e07c"><div class="ttname"><a href="struct_8h.html#a023cebbb096cfa42f9c99d613525e07c">supprimer_demande</a></div><div class="ttdeci">demande * supprimer_demande(demande *dem, char nom[31])</div><div class="ttdoc">supprime une demande d'une liste chainé de type demande</div><div class="ttdef"><b>Definition:</b> struct.c:495</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a2ae2da86f758f2afaae0f3898e662aef"><div class="ttname"><a href="struct_8h.html#a2ae2da86f758f2afaae0f3898e662aef">ajouter_demande</a></div><div class="ttdeci">demande * ajouter_demande(demande *dem, char nom[31], int numc, int desdp, int valcan)</div><div class="ttdoc">ajoute une demande dans une liste chainé de type demande*</div><div class="ttdef"><b>Definition:</b> struct.c:480</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a2c55f027b27e62469427e18608be039d"><div class="ttname"><a href="struct_8h.html#a2c55f027b27e62469427e18608be039d">supprimer_departement_en_tete</a></div><div class="ttdeci">ListeDept supprimer_departement_en_tete(ListeDept ldept)</div><div class="ttdoc">supprime un département en tête de liste chainé</div><div class="ttdef"><b>Definition:</b> struct.c:124</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a420832377f6d8cfb68922f896fec1b0c"><div class="ttname"><a href="struct_8h.html#a420832377f6d8cfb68922f896fec1b0c">departement_in_ville</a></div><div class="ttdeci">int departement_in_ville(maillonDept *m, char dep[31])</div><div class="ttdoc">permet de savoir si un département existe dans un ville</div><div class="ttdef"><b>Definition:</b> struct.c:92</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a52fc5d9317b6c68d2661295b3b027911"><div class="ttname"><a href="struct_8h.html#a52fc5d9317b6c68d2661295b3b027911">supprimer_demande_en_tete</a></div><div class="ttdeci">demande * supprimer_demande_en_tete(demande *dem)</div><div class="ttdoc">supprime la demande en tête d'une liste chainé de type demande</div><div class="ttdef"><b>Definition:</b> struct.c:536</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a580e833cff6839a1068825ad72006757"><div class="ttname"><a href="struct_8h.html#a580e833cff6839a1068825ad72006757">affiche_les_voeux</a></div><div class="ttdeci">void affiche_les_voeux(Candidat **tc, int tlc)</div><div class="ttdoc">affiche tout les voeux d'un certain candidat</div><div class="ttdef"><b>Definition:</b> function.c:286</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a59706f13acb161421950ee84d82f8d45"><div class="ttname"><a href="struct_8h.html#a59706f13acb161421950ee84d82f8d45">fil_nouv_ldept</a></div><div class="ttdeci">ListeDept fil_nouv_ldept(void)</div><div class="ttdoc">initialise une liste chainé de département vide</div><div class="ttdef"><b>Definition:</b> struct.c:15</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a5f0d2385eb1fd8325b368e2c6a0b2f22"><div class="ttname"><a href="struct_8h.html#a5f0d2385eb1fd8325b368e2c6a0b2f22">affiche_candidat_departement_ldept</a></div><div class="ttdeci">void affiche_candidat_departement_ldept(ListeDept ldept, char dep[31])</div><div class="ttdoc">permet d'afficher d'une manière récursive tout les étudiants</div><div class="ttdef"><b>Definition:</b> struct.c:410</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a670115e29d04103cb8a5f1fd659b76c8"><div class="ttname"><a href="struct_8h.html#a670115e29d04103cb8a5f1fd659b76c8">supprimer_un_voeux</a></div><div class="ttdeci">void supprimer_un_voeux(VilleIUT *tiut[], int tl, Candidat **tc, int tlc)</div><div class="ttdoc">permet à un candidat d'annuler ça candidature dans un département</div><div class="ttdef"><b>Definition:</b> function.c:373</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a689bed99a7aeae83d70c140c0684e37e"><div class="ttname"><a href="struct_8h.html#a689bed99a7aeae83d70c140c0684e37e">affiche_un_candidat</a></div><div class="ttdeci">void affiche_un_candidat(Candidat **tc, int tlc)</div><div class="ttdoc">affiche toutes les informations d'un certain candidat (nom,prenom,note,nombre de voeux et les voeux e...</div><div class="ttdef"><b>Definition:</b> function.c:228</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a7080e7701e03a1859ab96cb1d5158663"><div class="ttname"><a href="struct_8h.html#a7080e7701e03a1859ab96cb1d5158663">affiche_villes</a></div><div class="ttdeci">void affiche_villes(VilleIUT *tiut[], int tl)</div><div class="ttdoc">affiche toutes les villes possédant un IUT</div><div class="ttdef"><b>Definition:</b> function.c:19</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a7af7e026cfd6af8e6b7d530be2e8a4f9"><div class="ttname"><a href="struct_8h.html#a7af7e026cfd6af8e6b7d530be2e8a4f9">demande_existe</a></div><div class="ttdeci">int demande_existe(ListeChoix l, char ville[31], char dep[31])</div><div class="ttdoc">vérifie si une demande existe dans une liste chainé de type ListeChoix</div><div class="ttdef"><b>Definition:</b> struct.c:550</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a7d5e760aeb107266ddb4516c84a6d31c"><div class="ttname"><a href="struct_8h.html#a7d5e760aeb107266ddb4516c84a6d31c">affiche_tout_candidat</a></div><div class="ttdeci">void affiche_tout_candidat(Candidat **tc, int tlc)</div><div class="ttdoc">affiche d'une manière itérative tout les étudiants</div><div class="ttdef"><b>Definition:</b> struct.c:394</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a86641e4b095c484ab3f1737a3e47766b"><div class="ttname"><a href="struct_8h.html#a86641e4b095c484ab3f1737a3e47766b">nb_place_departement</a></div><div class="ttdeci">int nb_place_departement(maillonDept *m, char dep[31])</div><div class="ttdoc">retourn le nombre de place disponible dans un département</div><div class="ttdef"><b>Definition:</b> struct.c:79</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a8d3a56e89b44370feff92518ba25928b"><div class="ttname"><a href="struct_8h.html#a8d3a56e89b44370feff92518ba25928b">affiche_candidat_departement</a></div><div class="ttdeci">void affiche_candidat_departement(VilleIUT *tiut[], int tl)</div><div class="ttdoc">affiche tout les candidats ayant postulé dans un département</div><div class="ttdef"><b>Definition:</b> function.c:259</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a8f700775496617b73283af88ed99e0cd"><div class="ttname"><a href="struct_8h.html#a8f700775496617b73283af88ed99e0cd">ajouter_candidat</a></div><div class="ttdeci">Candidat ** ajouter_candidat(Candidat *tc[], int *tl, int numc, float note[4], char nom[31], char prenom[31], int nbchoix, int pos)</div><div class="ttdoc">ajoute un candidat dans le tableau tc</div><div class="ttdef"><b>Definition:</b> struct.c:269</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a8fd8a1e2ae9f52ee67b2cc11ffee7207"><div class="ttname"><a href="struct_8h.html#a8fd8a1e2ae9f52ee67b2cc11ffee7207">recherche_candidat</a></div><div class="ttdeci">int recherche_candidat(Candidat **tc, int numc, int tl, int *trouve)</div><div class="ttdoc">retourne la position réel ou d'insertion d'un candidat dans tc tout en présisant si ce candidat exist...</div><div class="ttdef"><b>Definition:</b> struct.c:299</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a9181f32d6b1efd4660916b5535ed7c70"><div class="ttname"><a href="struct_8h.html#a9181f32d6b1efd4660916b5535ed7c70">affiche_ListeDept</a></div><div class="ttdeci">void affiche_ListeDept(maillonDept *m)</div><div class="ttdoc">affiche d'une manière récursive tout les département</div><div class="ttdef"><b>Definition:</b> struct.c:216</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a95af0413cf37a7c8a334fbcb17d428e9"><div class="ttname"><a href="struct_8h.html#a95af0413cf37a7c8a334fbcb17d428e9">affiche_demande</a></div><div class="ttdeci">void affiche_demande(demande *m)</div><div class="ttdoc">affiche d'une manière récursive toutes les demandes</div><div class="ttdef"><b>Definition:</b> struct.c:228</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a964f6aad346fa07a03824c8903c20e3e"><div class="ttname"><a href="struct_8h.html#a964f6aad346fa07a03824c8903c20e3e">ajouter_choix</a></div><div class="ttdeci">ListeChoix ajouter_choix(ListeChoix lchoix, char ville[31], char dep[31], int desdp, int valcan)</div><div class="ttdoc">ajoute un choix dans la liste chainé de type maillonChoix</div><div class="ttdef"><b>Definition:</b> struct.c:321</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a99b8b93d40a5f9ba4f2479f78cb4ae65"><div class="ttname"><a href="struct_8h.html#a99b8b93d40a5f9ba4f2479f78cb4ae65">recherche_ville</a></div><div class="ttdeci">int recherche_ville(VilleIUT **tiut, char ville[31], int *trouve, int tl)</div><div class="ttdoc">recherche une ville dans tiut et retourne ça possition (réel ou d'insertion) en plus de présisez si e...</div><div class="ttdef"><b>Definition:</b> struct.c:198</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a9b30f7e891a18fce6454910ac54a25f6"><div class="ttname"><a href="struct_8h.html#a9b30f7e891a18fce6454910ac54a25f6">ajouter_departement</a></div><div class="ttdeci">ListeDept ajouter_departement(ListeDept ldept, char nom[31], int nbp, char resp[31])</div><div class="ttdoc">ajoute un département dans un liste chainé de département ldept</div><div class="ttdef"><b>Definition:</b> struct.c:38</div></div>
|
|
<div class="ttc" id="astruct_8h_html_a9fd3c7c7b8100e4eb94f475c7028217c"><div class="ttname"><a href="struct_8h.html#a9fd3c7c7b8100e4eb94f475c7028217c">ajouter_choix_en_tete</a></div><div class="ttdeci">ListeChoix ajouter_choix_en_tete(ListeChoix lchoix, char ville[31], char dep[31], int desdp, int valcan)</div><div class="ttdoc">ajoute un choix en tête dans la liste chainé de type maillonChoix</div><div class="ttdef"><b>Definition:</b> struct.c:364</div></div>
|
|
<div class="ttc" id="astruct_8h_html_aa62b4dfcdd5310352ce3293d2724c6ce"><div class="ttname"><a href="struct_8h.html#aa62b4dfcdd5310352ce3293d2724c6ce">affiche_ListeChoix</a></div><div class="ttdeci">void affiche_ListeChoix(ListeChoix m)</div><div class="ttdoc">affiche d'une manière récursive tout les choix</div><div class="ttdef"><b>Definition:</b> struct.c:240</div></div>
|
|
<div class="ttc" id="astruct_8h_html_aacbb52c62f359ef5a9977429adb1eeb5"><div class="ttname"><a href="struct_8h.html#aacbb52c62f359ef5a9977429adb1eeb5">ajouter_demande_ldept</a></div><div class="ttdeci">void ajouter_demande_ldept(ListeDept ldept, char dep[31], char nom[31], int numc, int desdp, int valcan)</div><div class="ttdoc">permet d'afficher d'une manière récursive toutes les demandes</div><div class="ttdef"><b>Definition:</b> struct.c:437</div></div>
|
|
<div class="ttc" id="astruct_8h_html_abb1fea78297796c9981546ceefa18946"><div class="ttname"><a href="struct_8h.html#abb1fea78297796c9981546ceefa18946">decalage_a_droite_candidat</a></div><div class="ttdeci">Candidat ** decalage_a_droite_candidat(Candidat **tc, int pos, int tl)</div><div class="ttdoc">décalle toutes les candidat dans le tableau tc à partir de la position pos passé en paramètre</div><div class="ttdef"><b>Definition:</b> struct.c:180</div></div>
|
|
<div class="ttc" id="astruct_8h_html_abe38002a621a0d0895a5f72c7181b3e9"><div class="ttname"><a href="struct_8h.html#abe38002a621a0d0895a5f72c7181b3e9">supprimer_demande_ldept</a></div><div class="ttdeci">void supprimer_demande_ldept(ListeDept ldept, char dep[31], char nom[31])</div><div class="ttdoc">supprime une demande d'une liste chainé de type ListeDept</div><div class="ttdef"><b>Definition:</b> struct.c:457</div></div>
|
|
<div class="ttc" id="astruct_8h_html_ac30769dc66f9db4b6c3b3d1624c09c05"><div class="ttname"><a href="struct_8h.html#ac30769dc66f9db4b6c3b3d1624c09c05">affiche_candidat</a></div><div class="ttdeci">void affiche_candidat(Candidat c)</div><div class="ttdoc">affiche toutes les informations d'un candidat (numéro de candidat,nom,prenom,note,...</div><div class="ttdef"><b>Definition:</b> struct.c:252</div></div>
|
|
<div class="ttc" id="astruct_8h_html_acadb17fc9be62dc4dabcf8c54464fd54"><div class="ttname"><a href="struct_8h.html#acadb17fc9be62dc4dabcf8c54464fd54">supprimer_departement</a></div><div class="ttdeci">ListeDept supprimer_departement(ListeDept ldept, char nom[31])</div><div class="ttdoc">suprime un département dans un liste chainé de département ldept</div><div class="ttdef"><b>Definition:</b> struct.c:61</div></div>
|
|
<div class="ttc" id="astruct_8h_html_add00c5b580e605ed12db585ee096332d"><div class="ttname"><a href="struct_8h.html#add00c5b580e605ed12db585ee096332d">supprimer_choix_en_tete</a></div><div class="ttdeci">ListeChoix supprimer_choix_en_tete(ListeChoix lchoix)</div><div class="ttdoc">supprime un choix en tête dans la liste chainé de type maillonChoix</div><div class="ttdef"><b>Definition:</b> struct.c:381</div></div>
|
|
<div class="ttc" id="astruct_8h_html_adfbee34e27437521b3f6d436e08a754f"><div class="ttname"><a href="struct_8h.html#adfbee34e27437521b3f6d436e08a754f">ajouter_demande_en_tete</a></div><div class="ttdeci">demande * ajouter_demande_en_tete(demande *dem, char nom[31], int numc, int desdp, int valcan)</div><div class="ttdoc">ajoute une demande en tête dans une liste chainé de type demande*</div><div class="ttdef"><b>Definition:</b> struct.c:512</div></div>
|
|
<div class="ttc" id="astruct_8h_html_ae49ad13eed8ce34459384d37ba6f1d4a"><div class="ttname"><a href="struct_8h.html#ae49ad13eed8ce34459384d37ba6f1d4a">ajouter_departement_en_tete</a></div><div class="ttdeci">ListeDept ajouter_departement_en_tete(ListeDept ldept, char nom[31], int nbp, char resp[31])</div><div class="ttdoc">ajoute un département en tête de liste chainé</div><div class="ttdef"><b>Definition:</b> struct.c:107</div></div>
|
|
<div class="ttc" id="astruct_8h_html_ae9faabe0dea2ec007c37fd03501edf22"><div class="ttname"><a href="struct_8h.html#ae9faabe0dea2ec007c37fd03501edf22">ajouter_ville</a></div><div class="ttdeci">VilleIUT ** ajouter_ville(VilleIUT *tiut[], int *tl, char nom[31], int pos)</div><div class="ttdoc">ajoute une ville dans le tableau tiut</div><div class="ttdef"><b>Definition:</b> struct.c:140</div></div>
|
|
<div class="ttc" id="astruct_8h_html_af23eb6ed2b65de104dcd3c374aa4d91e"><div class="ttname"><a href="struct_8h.html#af23eb6ed2b65de104dcd3c374aa4d91e">fil_nouv_lchoix</a></div><div class="ttdeci">ListeChoix fil_nouv_lchoix(void)</div><div class="ttdoc">initialise une liste chainé de candidature vide</div><div class="ttdef"><b>Definition:</b> struct.c:25</div></div>
|
|
<div class="ttc" id="astruct_8h_html_af2edb7281f0ac4b9504b2074aa74823a"><div class="ttname"><a href="struct_8h.html#af2edb7281f0ac4b9504b2074aa74823a">supprimer_choix</a></div><div class="ttdeci">ListeChoix supprimer_choix(ListeChoix lchoix, char ville[31], char dep[31])</div><div class="ttdoc">supprime un choix dans la liste chainé de type maillonChoix</div><div class="ttdef"><b>Definition:</b> struct.c:346</div></div>
|
|
<div class="ttc" id="astruct_8h_html_afe6b3de3262b1babec874f4f0e664170"><div class="ttname"><a href="struct_8h.html#afe6b3de3262b1babec874f4f0e664170">decalage_a_droite</a></div><div class="ttdeci">VilleIUT ** decalage_a_droite(VilleIUT **tiut, int pos, int tl)</div><div class="ttdoc">décalle toutes les villes dans le tableau tiut à partir de la position pos passé en paramètre</div><div class="ttdef"><b>Definition:</b> struct.c:162</div></div>
|
|
<div class="ttc" id="astruct_candidat_html"><div class="ttname"><a href="struct_candidat.html">Candidat</a></div><div class="ttdef"><b>Definition:</b> struct.h:36</div></div>
|
|
<div class="ttc" id="astruct_maillon_choix_html"><div class="ttname"><a href="struct_maillon_choix.html">MaillonChoix</a></div><div class="ttdef"><b>Definition:</b> struct.h:28</div></div>
|
|
<div class="ttc" id="astruct_maillon_dept_html"><div class="ttname"><a href="struct_maillon_dept.html">MaillonDept</a></div><div class="ttdef"><b>Definition:</b> struct.h:15</div></div>
|
|
<div class="ttc" id="astruct_maillondemande_html"><div class="ttname"><a href="struct_maillondemande.html">Maillondemande</a></div><div class="ttdef"><b>Definition:</b> struct.h:7</div></div>
|
|
<div class="ttc" id="astruct_ville_i_u_t_html"><div class="ttname"><a href="struct_ville_i_u_t.html">VilleIUT</a></div><div class="ttdef"><b>Definition:</b> struct.h:23</div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by <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>
|