doc/doxygen/html/structoption.html
changeset 215 f49e5a6b7804
child 240 34654679f262
equal deleted inserted replaced
214:003cc3c63855 215:f49e5a6b7804
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
       
     2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
       
     3 <title>CanFestival: option Struct Reference</title>
       
     4 <link href="doxygen.css" rel="stylesheet" type="text/css">
       
     5 <link href="tabs.css" rel="stylesheet" type="text/css">
       
     6 </head><body>
       
     7 <!-- Generated by Doxygen 1.5.1 -->
       
     8 <div class="tabs">
       
     9   <ul>
       
    10     <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
       
    11     <li id="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
       
    12     <li><a href="files.html"><span>Files</span></a></li>
       
    13     <li><a href="dirs.html"><span>Directories</span></a></li>
       
    14   </ul></div>
       
    15 <div class="tabs">
       
    16   <ul>
       
    17     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
       
    18     <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
       
    19   </ul></div>
       
    20 <h1>option Struct Reference</h1><!-- doxytag: class="option" --><code>#include &lt;<a class="el" href="TestMasterSlave_2getopt_8h-source.html">getopt.h</a>&gt;</code>
       
    21 <p>
       
    22 <table border="0" cellpadding="0" cellspacing="0">
       
    23 <tr><td></td></tr>
       
    24 <tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
       
    25 <tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structoption.html#92c850a23c7828c1dba453bf8d15e1f0">name</a></td></tr>
       
    26 
       
    27 <tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structoption.html#90d7ee9a51eea5c002682dbd0af149e4">has_arg</a></td></tr>
       
    28 
       
    29 <tr><td class="memItemLeft" nowrap align="right" valign="top">int *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structoption.html#b366eea5fe7be25c1928328ba715e353">flag</a></td></tr>
       
    30 
       
    31 <tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structoption.html#13bd155ec3b405d29c41ab8d0793be11">val</a></td></tr>
       
    32 
       
    33 <tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structoption.html#92c850a23c7828c1dba453bf8d15e1f0">name</a></td></tr>
       
    34 
       
    35 <tr><td class="memItemLeft" nowrap align="right" valign="top">int *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structoption.html#b366eea5fe7be25c1928328ba715e353">flag</a></td></tr>
       
    36 
       
    37 </table>
       
    38 <hr><a name="_details"></a><h2>Detailed Description</h2>
       
    39 
       
    40 <p>
       
    41 
       
    42 <p>
       
    43 Definition at line <a class="el" href="TestMasterSlave_2getopt_8h-source.html#l00103">103</a> of file <a class="el" href="TestMasterSlave_2getopt_8h-source.html">getopt.h</a>.<hr><h2>Field Documentation</h2>
       
    44 <a class="anchor" name="92c850a23c7828c1dba453bf8d15e1f0"></a><!-- doxytag: member="option::name" ref="92c850a23c7828c1dba453bf8d15e1f0" args="" -->
       
    45 <div class="memitem">
       
    46 <div class="memproto">
       
    47       <table class="memname">
       
    48         <tr>
       
    49           <td class="memname">char* <a class="el" href="structoption.html#92c850a23c7828c1dba453bf8d15e1f0">option::name</a>          </td>
       
    50         </tr>
       
    51       </table>
       
    52 </div>
       
    53 <div class="memdoc">
       
    54 
       
    55 <p>
       
    56 
       
    57 <p>
       
    58 Definition at line <a class="el" href="TestMasterSlave_2getopt_8h-source.html#l00108">108</a> of file <a class="el" href="TestMasterSlave_2getopt_8h-source.html">getopt.h</a>.
       
    59 <p>
       
    60 Referenced by <a class="el" href="TestMasterSlave_2getopt_8c-source.html#l00511">_getopt_internal()</a>.
       
    61 </div>
       
    62 </div><p>
       
    63 <a class="anchor" name="90d7ee9a51eea5c002682dbd0af149e4"></a><!-- doxytag: member="option::has_arg" ref="90d7ee9a51eea5c002682dbd0af149e4" args="" -->
       
    64 <div class="memitem">
       
    65 <div class="memproto">
       
    66       <table class="memname">
       
    67         <tr>
       
    68           <td class="memname">int <a class="el" href="structoption.html#90d7ee9a51eea5c002682dbd0af149e4">option::has_arg</a>          </td>
       
    69         </tr>
       
    70       </table>
       
    71 </div>
       
    72 <div class="memdoc">
       
    73 
       
    74 <p>
       
    75 
       
    76 <p>
       
    77 Definition at line <a class="el" href="TestMasterSlave_2getopt_8h-source.html#l00112">112</a> of file <a class="el" href="TestMasterSlave_2getopt_8h-source.html">getopt.h</a>.
       
    78 </div>
       
    79 </div><p>
       
    80 <a class="anchor" name="b366eea5fe7be25c1928328ba715e353"></a><!-- doxytag: member="option::flag" ref="b366eea5fe7be25c1928328ba715e353" args="" -->
       
    81 <div class="memitem">
       
    82 <div class="memproto">
       
    83       <table class="memname">
       
    84         <tr>
       
    85           <td class="memname">int* <a class="el" href="structoption.html#b366eea5fe7be25c1928328ba715e353">option::flag</a>          </td>
       
    86         </tr>
       
    87       </table>
       
    88 </div>
       
    89 <div class="memdoc">
       
    90 
       
    91 <p>
       
    92 
       
    93 <p>
       
    94 Definition at line <a class="el" href="TestMasterSlave_2getopt_8h-source.html#l00113">113</a> of file <a class="el" href="TestMasterSlave_2getopt_8h-source.html">getopt.h</a>.
       
    95 </div>
       
    96 </div><p>
       
    97 <a class="anchor" name="13bd155ec3b405d29c41ab8d0793be11"></a><!-- doxytag: member="option::val" ref="13bd155ec3b405d29c41ab8d0793be11" args="" -->
       
    98 <div class="memitem">
       
    99 <div class="memproto">
       
   100       <table class="memname">
       
   101         <tr>
       
   102           <td class="memname">int <a class="el" href="structoption.html#13bd155ec3b405d29c41ab8d0793be11">option::val</a>          </td>
       
   103         </tr>
       
   104       </table>
       
   105 </div>
       
   106 <div class="memdoc">
       
   107 
       
   108 <p>
       
   109 
       
   110 <p>
       
   111 Definition at line <a class="el" href="TestMasterSlave_2getopt_8h-source.html#l00114">114</a> of file <a class="el" href="TestMasterSlave_2getopt_8h-source.html">getopt.h</a>.
       
   112 </div>
       
   113 </div><p>
       
   114 <a class="anchor" name="92c850a23c7828c1dba453bf8d15e1f0"></a><!-- doxytag: member="option::name" ref="92c850a23c7828c1dba453bf8d15e1f0" args="" -->
       
   115 <div class="memitem">
       
   116 <div class="memproto">
       
   117       <table class="memname">
       
   118         <tr>
       
   119           <td class="memname">char* <a class="el" href="structoption.html#92c850a23c7828c1dba453bf8d15e1f0">option::name</a>          </td>
       
   120         </tr>
       
   121       </table>
       
   122 </div>
       
   123 <div class="memdoc">
       
   124 
       
   125 <p>
       
   126 
       
   127 <p>
       
   128 Definition at line <a class="el" href="TestMasterMicroMod_2getopt_8h-source.html#l00108">108</a> of file <a class="el" href="TestMasterMicroMod_2getopt_8h-source.html">getopt.h</a>.
       
   129 </div>
       
   130 </div><p>
       
   131 <a class="anchor" name="b366eea5fe7be25c1928328ba715e353"></a><!-- doxytag: member="option::flag" ref="b366eea5fe7be25c1928328ba715e353" args="" -->
       
   132 <div class="memitem">
       
   133 <div class="memproto">
       
   134       <table class="memname">
       
   135         <tr>
       
   136           <td class="memname">int* <a class="el" href="structoption.html#b366eea5fe7be25c1928328ba715e353">option::flag</a>          </td>
       
   137         </tr>
       
   138       </table>
       
   139 </div>
       
   140 <div class="memdoc">
       
   141 
       
   142 <p>
       
   143 
       
   144 <p>
       
   145 Definition at line <a class="el" href="TestMasterMicroMod_2getopt_8h-source.html#l00113">113</a> of file <a class="el" href="TestMasterMicroMod_2getopt_8h-source.html">getopt.h</a>.
       
   146 </div>
       
   147 </div><p>
       
   148 <hr>The documentation for this struct was generated from the following files:<ul>
       
   149 <li>examples/TestMasterSlave/<a class="el" href="TestMasterSlave_2getopt_8h-source.html">getopt.h</a><li>examples/TestMasterMicroMod/<a class="el" href="TestMasterMicroMod_2getopt_8h-source.html">getopt.h</a></ul>
       
   150 <hr size="1"><address style="align: right;"><small>Generated on Fri Jun 8 08:52:18 2007 for CanFestival by&nbsp;
       
   151 <a href="http://www.doxygen.org/index.html">
       
   152 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
       
   153 </body>
       
   154 </html>