| [12] | 1 | <html> | 
|---|
 | 2 | <head> | 
|---|
 | 3 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | 
|---|
 | 4 | <title>Class options_description_easy_init</title> | 
|---|
 | 5 | <link rel="stylesheet" href="boostbook.css" type="text/css"> | 
|---|
 | 6 | <meta name="generator" content="DocBook XSL Stylesheets V1.68.1"> | 
|---|
 | 7 | <link rel="start" href="index.html" title="The Boost C++ Libraries"> | 
|---|
 | 8 | <link rel="up" href="program_options/reference.html#id1000287" title="Header <boost/program_options/options_description.hpp>"> | 
|---|
 | 9 | <link rel="prev" href="options_description.html" title="Class options_description"> | 
|---|
 | 10 | <link rel="next" href="basic_command_line_parser.html" title="Class template basic_command_line_parser"> | 
|---|
 | 11 | </head> | 
|---|
 | 12 | <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> | 
|---|
 | 13 | <table cellpadding="2" width="100%"> | 
|---|
 | 14 | <td valign="top"><img alt="boost.png (6897 bytes)" width="277" height="86" src="../../boost.png"></td> | 
|---|
 | 15 | <td align="center"><a href="../../index.htm">Home</a></td> | 
|---|
 | 16 | <td align="center"><a href="../../libs/libraries.htm">Libraries</a></td> | 
|---|
 | 17 | <td align="center"><a href="../../people/people.htm">People</a></td> | 
|---|
 | 18 | <td align="center"><a href="../../more/faq.htm">FAQ</a></td> | 
|---|
 | 19 | <td align="center"><a href="../../more/index.htm">More</a></td> | 
|---|
 | 20 | </table> | 
|---|
 | 21 | <hr> | 
|---|
 | 22 | <div class="spirit-nav"> | 
|---|
 | 23 | <a accesskey="p" href="options_description.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="program_options/reference.html#id1000287"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="basic_command_line_parser.html"><img src="images/next.png" alt="Next"></a> | 
|---|
 | 24 | </div> | 
|---|
 | 25 | <div class="refentry" lang="en"> | 
|---|
 | 26 | <a name="id1008265"></a><div class="titlepage"></div> | 
|---|
 | 27 | <div class="refnamediv"> | 
|---|
 | 28 | <h2><span class="refentrytitle">Class options_description_easy_init</span></h2> | 
|---|
 | 29 | <p>boost::program_options::options_description_easy_init — </p> | 
|---|
 | 30 | </div> | 
|---|
 | 31 | <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> | 
|---|
 | 32 | <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"> | 
|---|
 | 33 | <span class="bold"><strong>class</strong></span> options_description_easy_init { | 
|---|
 | 34 | <span class="bold"><strong>public</strong></span>: | 
|---|
 | 35 |   <span class="emphasis"><em>// <a href="id1008265.html#id1008265construct-copy-destruct">construct/copy/destruct</a></em></span> | 
|---|
 | 36 |   <a href="id1008265.html#id1137204-bb">options_description_easy_init</a>(<a href="options_description.html" title="Class options_description">options_description</a> *); | 
|---|
 | 37 |  | 
|---|
 | 38 |   <span class="emphasis"><em>// <a href="id1008265.html#id1115420-bb">public member functions</a></em></span> | 
|---|
 | 39 |   <span class="type"><a href="id1008265.html" title="Class options_description_easy_init">options_description_easy_init</a> &</span> <a href="id1008265.html#id1143172-bb"><span class="bold"><strong>operator</strong></span>()</a>(<span class="bold"><strong>const</strong></span> <span class="bold"><strong>char</strong></span> *, <span class="bold"><strong>const</strong></span> <span class="bold"><strong>char</strong></span> *) ; | 
|---|
 | 40 |   <span class="type"><a href="id1008265.html" title="Class options_description_easy_init">options_description_easy_init</a> &</span>  | 
|---|
 | 41 |   <a href="id1008265.html#id657678-bb"><span class="bold"><strong>operator</strong></span>()</a>(<span class="bold"><strong>const</strong></span> <span class="bold"><strong>char</strong></span> *, <span class="bold"><strong>const</strong></span> <a href="value_semantic.html" title="Class value_semantic">value_semantic</a> *) ; | 
|---|
 | 42 |   <span class="type"><a href="id1008265.html" title="Class options_description_easy_init">options_description_easy_init</a> &</span>  | 
|---|
 | 43 |   <a href="id1008265.html#id657719-bb"><span class="bold"><strong>operator</strong></span>()</a>(<span class="bold"><strong>const</strong></span> <span class="bold"><strong>char</strong></span> *, <span class="bold"><strong>const</strong></span> <a href="value_semantic.html" title="Class value_semantic">value_semantic</a> *, <span class="bold"><strong>const</strong></span> <span class="bold"><strong>char</strong></span> *) ; | 
|---|
 | 44 | };</pre></div> | 
|---|
 | 45 | <div class="refsect1" lang="en"> | 
|---|
 | 46 | <a name="id1254288"></a><h2>Description</h2> | 
|---|
 | 47 | <p>Class which provides convenient creation syntax to option_description. </p> | 
|---|
 | 48 | <div class="refsect2" lang="en"> | 
|---|
 | 49 | <a name="id1254295"></a><h3> | 
|---|
 | 50 | <a name="id1008265construct-copy-destruct"></a><code class="computeroutput">options_description_easy_init</code> construct/copy/destruct</h3> | 
|---|
 | 51 | <div class="orderedlist"><ol type="1"><li><pre class="literallayout"><a name="id1137204-bb"></a>options_description_easy_init(<a href="options_description.html" title="Class options_description">options_description</a> * owner);</pre></li></ol></div> | 
|---|
 | 52 | </div> | 
|---|
 | 53 | <div class="refsect2" lang="en"> | 
|---|
 | 54 | <a name="id1254337"></a><h3> | 
|---|
 | 55 | <a name="id1115420-bb"></a><code class="computeroutput">options_description_easy_init</code> public member functions</h3> | 
|---|
 | 56 | <div class="orderedlist"><ol type="1"> | 
|---|
 | 57 | <li><pre class="literallayout"><span class="type"><a href="id1008265.html" title="Class options_description_easy_init">options_description_easy_init</a> &</span>  | 
|---|
 | 58 | <a name="id1143172-bb"></a><span class="bold"><strong>operator</strong></span>()(<span class="bold"><strong>const</strong></span> <span class="bold"><strong>char</strong></span> * name, <span class="bold"><strong>const</strong></span> <span class="bold"><strong>char</strong></span> * description) ;</pre></li> | 
|---|
 | 59 | <li><pre class="literallayout"><span class="type"><a href="id1008265.html" title="Class options_description_easy_init">options_description_easy_init</a> &</span>  | 
|---|
 | 60 | <a name="id657678-bb"></a><span class="bold"><strong>operator</strong></span>()(<span class="bold"><strong>const</strong></span> <span class="bold"><strong>char</strong></span> * name, <span class="bold"><strong>const</strong></span> <a href="value_semantic.html" title="Class value_semantic">value_semantic</a> * s) ;</pre></li> | 
|---|
 | 61 | <li><pre class="literallayout"><span class="type"><a href="id1008265.html" title="Class options_description_easy_init">options_description_easy_init</a> &</span>  | 
|---|
 | 62 | <a name="id657719-bb"></a><span class="bold"><strong>operator</strong></span>()(<span class="bold"><strong>const</strong></span> <span class="bold"><strong>char</strong></span> * name, <span class="bold"><strong>const</strong></span> <a href="value_semantic.html" title="Class value_semantic">value_semantic</a> * s,  | 
|---|
 | 63 |            <span class="bold"><strong>const</strong></span> <span class="bold"><strong>char</strong></span> * description) ;</pre></li> | 
|---|
 | 64 | </ol></div> | 
|---|
 | 65 | </div> | 
|---|
 | 66 | </div> | 
|---|
 | 67 | </div> | 
|---|
 | 68 | <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> | 
|---|
 | 69 | <td align="left"></td> | 
|---|
 | 70 | <td align="right"><small>Copyright © 2002-2004 Vladimir Prus</small></td> | 
|---|
 | 71 | </tr></table> | 
|---|
 | 72 | <hr> | 
|---|
 | 73 | <div class="spirit-nav"> | 
|---|
 | 74 | <a accesskey="p" href="options_description.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="program_options/reference.html#id1000287"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="basic_command_line_parser.html"><img src="images/next.png" alt="Next"></a> | 
|---|
 | 75 | </div> | 
|---|
 | 76 | </body> | 
|---|
 | 77 | </html> | 
|---|