1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>LibOFX: cmdline_parser_params Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.3 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<h1>cmdline_parser_params Struct Reference</h1><!-- doxytag: class="cmdline_parser_params" --><hr><a name="_details"></a><h2>Detailed Description</h2>
The additional parameters to pass to parser functions.
<p>Definition at line <a class="el" href="ofxconnect_2cmdline_8h-source.html#l00109">109</a> of file <a class="el" href="ofxconnect_2cmdline_8h-source.html">ofxconnect/cmdline.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d3ff9d69146e69a47506782197b5675c"></a><!-- doxytag: member="cmdline_parser_params::override" ref="d3ff9d69146e69a47506782197b5675c" args="" -->
int </td><td class="memItemRight" valign="bottom"><a class="el" href="structcmdline__parser__params.html#d3ff9d69146e69a47506782197b5675c">override</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">whether to override possibly already present options (default 0) <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="97ed8a6eabd39291ae7d73f273e12c11"></a><!-- doxytag: member="cmdline_parser_params::initialize" ref="97ed8a6eabd39291ae7d73f273e12c11" args="" -->
int </td><td class="memItemRight" valign="bottom"><a class="el" href="structcmdline__parser__params.html#97ed8a6eabd39291ae7d73f273e12c11">initialize</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">whether to initialize the <a class="el" href="structoption.html">option</a> structure <a class="el" href="structgengetopt__args__info.html" title="Where the command line options are stored.">gengetopt_args_info</a> (default 0) <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="44ff439d7e9e36799e59173af74829c6"></a><!-- doxytag: member="cmdline_parser_params::check_required" ref="44ff439d7e9e36799e59173af74829c6" args="" -->
int </td><td class="memItemRight" valign="bottom"><a class="el" href="structcmdline__parser__params.html#44ff439d7e9e36799e59173af74829c6">check_required</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">whether to check that all required options were provided (default 0) <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6e4442704fc40b0b655f7cc602f13ec4"></a><!-- doxytag: member="cmdline_parser_params::check_ambiguity" ref="6e4442704fc40b0b655f7cc602f13ec4" args="" -->
int </td><td class="memItemRight" valign="bottom"><a class="el" href="structcmdline__parser__params.html#6e4442704fc40b0b655f7cc602f13ec4">check_ambiguity</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">whether to check for options already specified in the <a class="el" href="structoption.html">option</a> structure <a class="el" href="structgengetopt__args__info.html" title="Where the command line options are stored.">gengetopt_args_info</a> (default 0) <br></td></tr>
</table>
<hr>The documentation for this struct was generated from the following files:<ul>
<li><a class="el" href="ofxconnect_2cmdline_8h-source.html">ofxconnect/cmdline.h</a><li><a class="el" href="ofxdump_2cmdline_8h-source.html">ofxdump/cmdline.h</a></ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Nov 19 20:28:00 2007 for LibOFX by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
</body>
</html>
|