[12] | 1 | <html> |
---|
| 2 | <head> |
---|
| 3 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
---|
| 4 | <title>Class value_semantic_codecvt_helper<wchar_t></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#id1139298" title="Header <boost/program_options/value_semantic.hpp>"> |
---|
| 9 | <link rel="prev" href="id833576-bb.html" title="Class value_semantic_codecvt_helper<char>"> |
---|
| 10 | <link rel="next" href="value.html" title="Function value"> |
---|
| 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="id833576-bb.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="program_options/reference.html#id1139298"><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="value.html"><img src="images/next.png" alt="Next"></a> |
---|
| 24 | </div> |
---|
| 25 | <div class="refentry" lang="en"> |
---|
| 26 | <a name="id1109608-bb"></a><div class="titlepage"></div> |
---|
| 27 | <div class="refnamediv"> |
---|
| 28 | <h2><span class="refentrytitle">Class value_semantic_codecvt_helper<wchar_t></span></h2> |
---|
| 29 | <p>boost::program_options::value_semantic_codecvt_helper<wchar_t> — </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> value_semantic_codecvt_helper<<span class="bold"><strong>wchar_t</strong></span>> |
---|
| 34 | : : <span class="bold"><strong>public</strong></span> boost::program_options::value_semantic |
---|
| 35 | { |
---|
| 36 | <span class="bold"><strong>public</strong></span>: |
---|
| 37 | |
---|
| 38 | <span class="emphasis"><em>// <a href="id1109608-bb.html#id928547-bb">protected member functions</a></em></span> |
---|
| 39 | <span class="type"><span class="bold"><strong>virtual</strong></span> <span class="bold"><strong>void</strong></span></span> <a href="id1109608-bb.html#id928552-bb">xparse</a>(boost::any &, <span class="bold"><strong>const</strong></span> std::vector< std::wstring > &) <span class="bold"><strong>const</strong></span>; |
---|
| 40 | |
---|
| 41 | <span class="emphasis"><em>// <a href="id1109608-bb.html#id1136710-bb">private member functions</a></em></span> |
---|
| 42 | <span class="type"><span class="bold"><strong>void</strong></span></span> <a href="id1109608-bb.html#id731889-bb">parse</a>(boost::any &, <span class="bold"><strong>const</strong></span> std::vector< std::string > &, <span class="bold"><strong>bool</strong></span>) <span class="bold"><strong>const</strong></span>; |
---|
| 43 | };</pre></div> |
---|
| 44 | <div class="refsect1" lang="en"> |
---|
| 45 | <a name="id1276112"></a><h2>Description</h2> |
---|
| 46 | <div class="refsect2" lang="en"> |
---|
| 47 | <a name="id1276116"></a><h3> |
---|
| 48 | <a name="id928547-bb"></a><code class="computeroutput">value_semantic_codecvt_helper</code> protected member functions</h3> |
---|
| 49 | <div class="orderedlist"><ol type="1"><li><pre class="literallayout"><span class="type"><span class="bold"><strong>virtual</strong></span> <span class="bold"><strong>void</strong></span></span> |
---|
| 50 | <a name="id928552-bb"></a>xparse(boost::any & value_store, |
---|
| 51 | <span class="bold"><strong>const</strong></span> std::vector< std::wstring > & new_tokens) <span class="bold"><strong>const</strong></span>;</pre></li></ol></div> |
---|
| 52 | </div> |
---|
| 53 | <div class="refsect2" lang="en"> |
---|
| 54 | <a name="id1276174"></a><h3> |
---|
| 55 | <a name="id1136710-bb"></a><code class="computeroutput">value_semantic_codecvt_helper</code> private member functions</h3> |
---|
| 56 | <div class="orderedlist"><ol type="1"><li><pre class="literallayout"><span class="type"><span class="bold"><strong>void</strong></span></span> <a name="id731889-bb"></a>parse(boost::any & value_store, |
---|
| 57 | <span class="bold"><strong>const</strong></span> std::vector< std::string > & new_tokens, <span class="bold"><strong>bool</strong></span> utf8) <span class="bold"><strong>const</strong></span>;</pre></li></ol></div> |
---|
| 58 | </div> |
---|
| 59 | </div> |
---|
| 60 | </div> |
---|
| 61 | <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> |
---|
| 62 | <td align="left"></td> |
---|
| 63 | <td align="right"><small>Copyright © 2002-2004 Vladimir Prus</small></td> |
---|
| 64 | </tr></table> |
---|
| 65 | <hr> |
---|
| 66 | <div class="spirit-nav"> |
---|
| 67 | <a accesskey="p" href="id833576-bb.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="program_options/reference.html#id1139298"><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="value.html"><img src="images/next.png" alt="Next"></a> |
---|
| 68 | </div> |
---|
| 69 | </body> |
---|
| 70 | </html> |
---|