Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/doc/html/id999350-bb.html @ 46

Last change on this file since 46 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 5.0 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>Class basic_parsed_options&lt;wchar_t&gt;</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 BoostBook Documentation Subset">
8<link rel="up" href="program_options/reference.html#header.boost.program_options.parsers.hpp" title="Header &lt;boost/program_options/parsers.hpp&gt;">
9<link rel="prev" href="boost/program_options/basic_parsed_options.html" title="Class template basic_parsed_options">
10<link rel="next" href="boost/program_options/collect_unrecognized_mode.html" title="Type collect_unrecognized_mode">
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 C++ Libraries" 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="boost/program_options/basic_parsed_options.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="program_options/reference.html#header.boost.program_options.parsers.hpp"><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="boost/program_options/collect_unrecognized_mode.html"><img src="images/next.png" alt="Next"></a>
24</div>
25<div class="refentry" lang="en">
26<a name="id999350-bb"></a><div class="titlepage"></div>
27<div class="refnamediv">
28<h2><span class="refentrytitle">Class basic_parsed_options&lt;wchar_t&gt;</span></h2>
29<p>boost::program_options::basic_parsed_options&lt;wchar_t&gt; &#8212; </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> basic_parsed_options&lt;<span class="bold"><strong>wchar_t</strong></span>&gt; {
34<span class="bold"><strong>public</strong></span>:
35
36  <span class="emphasis"><em>// <a href="id999350-bb.html#id999376-bb">public member functions</a></em></span>
37  <span class="type"></span> <a href="id999350-bb.html#id999379-bb">basic_parsed_options</a>(<span class="bold"><strong>const</strong></span> <a href="boost/program_options/basic_parsed_options.html" title="Class template basic_parsed_options">basic_parsed_options</a>&lt; <span class="bold"><strong>char</strong></span> &gt; &amp;) ;
38
39  std::vector&lt; <a href="boost/program_options/basic_option.html" title="Class template basic_option">basic_option</a>&lt; wchar_t &gt; &gt; options;
40  const  <a href="boost/program_options/options_description.html" title="Class options_description">options_description</a> * description;
41  <a href="boost/program_options/basic_parsed_options.html" title="Class template basic_parsed_options">basic_parsed_options</a>&lt; char &gt; utf8_encoded_options;
42};</pre></div>
43<div class="refsect1" lang="en">
44<a name="id1600901"></a><h2>Description</h2>
45<p>Specialization of basic_parsed_options which:</p>
46<div class="itemizedlist"><ul type="disc">
47<li><p>provides convenient conversion from basic_parsed_options&lt;char&gt;</p></li>
48<li><p>stores the passed char-based options for later use. </p></li>
49</ul></div>
50<p>
51</p>
52<div class="refsect2" lang="en">
53<a name="id1600920"></a><h3>
54<a name="id999376-bb"></a><code class="computeroutput">basic_parsed_options</code> public member functions</h3>
55<div class="orderedlist"><ol type="1"><li>
56<pre class="literallayout"><span class="type"></span> <a name="id999379-bb"></a>basic_parsed_options(<span class="bold"><strong>const</strong></span> <a href="boost/program_options/basic_parsed_options.html" title="Class template basic_parsed_options">basic_parsed_options</a>&lt; <span class="bold"><strong>char</strong></span> &gt; &amp; po) ;</pre>
57<p>Constructs wrapped options from options in UTF8 encoding. </p>
58</li></ol></div>
59</div>
60</div>
61</div>
62<table width="100%"><tr>
63<td align="left"></td>
64<td align="right"><small>Copyright © 2002-2004 Vladimir Prus</small></td>
65</tr></table>
66<hr>
67<div class="spirit-nav">
68<a accesskey="p" href="boost/program_options/basic_parsed_options.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="program_options/reference.html#header.boost.program_options.parsers.hpp"><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="boost/program_options/collect_unrecognized_mode.html"><img src="images/next.png" alt="Next"></a>
69</div>
70</body>
71</html>
Note: See TracBrowser for help on using the repository browser.