| [12] | 1 | <html> | 
|---|
 | 2 | <head> | 
|---|
 | 3 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | 
|---|
 | 4 | <title>Class invalid_command_line_syntax</title> | 
|---|
 | 5 | <link rel="stylesheet" href="boostbook.css" type="text/css"> | 
|---|
 | 6 | <meta name="generator" content="DocBook XSL Stylesheets V1.69.1"> | 
|---|
 | 7 | <link rel="start" href="index.html" title="The Boost C++ Libraries"> | 
|---|
 | 8 | <link rel="up" href="program_options/reference.html#id2369023" title="Header <boost/program_options/errors.hpp>"> | 
|---|
 | 9 | <link rel="prev" href="id2434930.html" title="Class too_few_positional_options_error"> | 
|---|
 | 10 | <link rel="next" href="invalid_command_line_style.html" title="Class invalid_command_line_style"> | 
|---|
 | 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="id2434930.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="program_options/reference.html#id2369023"><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="invalid_command_line_style.html"><img src="images/next.png" alt="Next"></a> | 
|---|
 | 24 | </div> | 
|---|
 | 25 | <div class="refentry" lang="en"> | 
|---|
 | 26 | <a name="id2338422"></a><div class="titlepage"></div> | 
|---|
 | 27 | <div class="refnamediv"> | 
|---|
 | 28 | <h2><span class="refentrytitle">Class invalid_command_line_syntax</span></h2> | 
|---|
 | 29 | <p>boost::program_options::invalid_command_line_syntax — </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> invalid_command_line_syntax { | 
|---|
 | 34 | <span class="bold"><strong>public</strong></span>: | 
|---|
 | 35 |   <span class="emphasis"><em>// <a href="id2338422.html#id2338422construct-copy-destruct">construct/copy/destruct</a></em></span> | 
|---|
 | 36 |   <a href="id2338422.html#id2388842-bb">invalid_command_line_syntax</a>(<span class="bold"><strong>const</strong></span> std::string &, kind_t); | 
|---|
 | 37 |  | 
|---|
 | 38 |   <span class="emphasis"><em>// <a href="id2338422.html#id2388824-bb">public member functions</a></em></span> | 
|---|
 | 39 |   <span class="type">kind_t</span> <a href="id2338422.html#id2388829-bb">kind</a>() <span class="bold"><strong>const</strong></span>; | 
|---|
 | 40 |  | 
|---|
 | 41 |   <span class="emphasis"><em>// <a href="id2338422.html#id2421073-bb">protected static functions</a></em></span> | 
|---|
 | 42 |   <span class="type">std::string</span> <a href="id2338422.html#id2421077-bb">error_message</a>(kind_t) ; | 
|---|
 | 43 | };</pre></div> | 
|---|
 | 44 | <div class="refsect1" lang="en"> | 
|---|
 | 45 | <a name="id2598946"></a><h2>Description</h2> | 
|---|
 | 46 | <div class="refsect2" lang="en"> | 
|---|
 | 47 | <a name="id2598949"></a><h3> | 
|---|
 | 48 | <a name="id2338422construct-copy-destruct"></a><code class="computeroutput">invalid_command_line_syntax</code> construct/copy/destruct</h3> | 
|---|
 | 49 | <div class="orderedlist"><ol type="1"><li><pre class="literallayout"><a name="id2388842-bb"></a>invalid_command_line_syntax(<span class="bold"><strong>const</strong></span> std::string & tokens, kind_t kind);</pre></li></ol></div> | 
|---|
 | 50 | </div> | 
|---|
 | 51 | <div class="refsect2" lang="en"> | 
|---|
 | 52 | <a name="id2598990"></a><h3> | 
|---|
 | 53 | <a name="id2388824-bb"></a><code class="computeroutput">invalid_command_line_syntax</code> public member functions</h3> | 
|---|
 | 54 | <div class="orderedlist"><ol type="1"><li><pre class="literallayout"><span class="type">kind_t</span> <a name="id2388829-bb"></a>kind() <span class="bold"><strong>const</strong></span>;</pre></li></ol></div> | 
|---|
 | 55 | </div> | 
|---|
 | 56 | <div class="refsect2" lang="en"> | 
|---|
 | 57 | <a name="id2599032"></a><h3> | 
|---|
 | 58 | <a name="id2421073-bb"></a><code class="computeroutput">invalid_command_line_syntax</code> protected static functions</h3> | 
|---|
 | 59 | <div class="orderedlist"><ol type="1"><li><pre class="literallayout"><span class="type">std::string</span> <a name="id2421077-bb"></a>error_message(kind_t kind) ;</pre></li></ol></div> | 
|---|
 | 60 | </div> | 
|---|
 | 61 | </div> | 
|---|
 | 62 | </div> | 
|---|
 | 63 | <table width="100%"><tr> | 
|---|
 | 64 | <td align="left"></td> | 
|---|
 | 65 | <td align="right"><small>Copyright © 2002-2004 Vladimir Prus</small></td> | 
|---|
 | 66 | </tr></table> | 
|---|
 | 67 | <hr> | 
|---|
 | 68 | <div class="spirit-nav"> | 
|---|
 | 69 | <a accesskey="p" href="id2434930.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="program_options/reference.html#id2369023"><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="invalid_command_line_style.html"><img src="images/next.png" alt="Next"></a> | 
|---|
 | 70 | </div> | 
|---|
 | 71 | </body> | 
|---|
 | 72 | </html> | 
|---|