~ubuntu-branches/ubuntu/dapper/boost/dapper

« back to all changes in this revision

Viewing changes to doc/html/multiple_values.html

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli, Christophe Prud'homme, Domenico Andreoli
  • Date: 2006-01-11 11:11:42 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060111111142-xy6z1i5himlgu8iw
Tags: 1.33.1-2
[ Christophe Prud'homme ]
* Bug fix: "libboost-wave-dev: Dependency on libboost-filesystem-dev
  missing", thanks to Martin v . Löwis (Closes: #346367).

[ Domenico Andreoli ]
* boost/graph/topological_sort.hpp: removed name of unused parameter
  to prevent long compiler warning.  Closes: #347519.
* Applied patch from upstream CVS to fix parsing of valid options
  with a common root.  Closes: #345714.
* libboost-python-dev now correctly depends on python2.4-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4
4
<title>Class multiple_values</title>
5
5
<link rel="stylesheet" href="boostbook.css" type="text/css">
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
7
7
<link rel="start" href="index.html" title="The Boost C++ Libraries">
8
 
<link rel="up" href="program_options/reference.html#id696710" title="Header &lt;boost/program_options/errors.hpp&gt;">
9
 
<link rel="prev" href="multiple_occurrences.html" title="Class multiple_occurrences">
10
 
<link rel="next" href="id766036.html" title="Class too_few_positional_options_error">
 
8
<link rel="up" href="program_options/reference.html#id2399042" title="Header &lt;boost/program_options/errors.hpp&gt;">
 
9
<link rel="prev" href="ambiguous_option.html" title="Class ambiguous_option">
 
10
<link rel="next" href="multiple_occurrences.html" title="Class multiple_occurrences">
11
11
</head>
12
12
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13
13
<table cellpadding="2" width="100%">
20
20
</table>
21
21
<hr>
22
22
<div class="spirit-nav">
23
 
<a accesskey="p" href="multiple_occurrences.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="program_options/reference.html#id696710"><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="id766036.html"><img src="images/next.png" alt="Next"></a>
 
23
<a accesskey="p" href="ambiguous_option.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="program_options/reference.html#id2399042"><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="multiple_occurrences.html"><img src="images/next.png" alt="Next"></a>
24
24
</div>
25
25
<div class="refentry" lang="en">
26
26
<a name="multiple_values"></a><div class="titlepage"></div>
33
33
<span class="bold"><strong>class</strong></span> multiple_values : <span class="bold"><strong>public</strong></span> boost::program_options::error {
34
34
<span class="bold"><strong>public</strong></span>:
35
35
��<span class="emphasis"><em>// <a href="multiple_values.html#multiple_valuesconstruct-copy-destruct">construct/copy/destruct</a></em></span>
36
 
��<a href="multiple_values.html#id1109963-bb">multiple_values</a>(<span class="bold"><strong>const</strong></span> std::string &amp;);
 
36
��<a href="multiple_values.html#id2336350-bb">multiple_values</a>(<span class="bold"><strong>const</strong></span> std::string &amp;);
37
37
 
38
 
��<span class="emphasis"><em>// <a href="multiple_values.html#id1068594-bb">public member functions</a></em></span>
 
38
��<span class="emphasis"><em>// <a href="multiple_values.html#id2336346-bb">public member functions</a></em></span>
39
39
};</pre></div>
40
40
<div class="refsect1" lang="en">
41
 
<a name="id1251098"></a><h2>Description</h2>
 
41
<a name="id2718807"></a><h2>Description</h2>
42
42
<p>Class thrown when there are several option values, but user called a method which cannot return them all. </p>
43
43
<div class="refsect2" lang="en">
44
 
<a name="id1251105"></a><h3>
 
44
<a name="id2718815"></a><h3>
45
45
<a name="multiple_valuesconstruct-copy-destruct"></a><code class="computeroutput">multiple_values</code> construct/copy/destruct</h3>
46
 
<div class="orderedlist"><ol type="1"><li><pre class="literallayout"><a name="id1109963-bb"></a>multiple_values(<span class="bold"><strong>const</strong></span> std::string &amp; what);</pre></li></ol></div>
 
46
<div class="orderedlist"><ol type="1"><li><pre class="literallayout"><a name="id2336350-bb"></a>multiple_values(<span class="bold"><strong>const</strong></span> std::string &amp; what);</pre></li></ol></div>
47
47
</div>
48
48
<div class="refsect2" lang="en">
49
 
<a name="id1251146"></a><h3>
50
 
<a name="id1068594-bb"></a><code class="computeroutput">multiple_values</code> public member functions</h3>
 
49
<a name="id2718854"></a><h3>
 
50
<a name="id2336346-bb"></a><code class="computeroutput">multiple_values</code> public member functions</h3>
51
51
<div class="orderedlist"><ol type="1"></ol></div>
52
52
</div>
53
53
</div>
54
54
</div>
55
 
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 
55
<table width="100%"><tr>
56
56
<td align="left"></td>
57
57
<td align="right"><small>Copyright � 2002-2004 Vladimir Prus</small></td>
58
58
</tr></table>
59
59
<hr>
60
60
<div class="spirit-nav">
61
 
<a accesskey="p" href="multiple_occurrences.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="program_options/reference.html#id696710"><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="id766036.html"><img src="images/next.png" alt="Next"></a>
 
61
<a accesskey="p" href="ambiguous_option.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="program_options/reference.html#id2399042"><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="multiple_occurrences.html"><img src="images/next.png" alt="Next"></a>
62
62
</div>
63
63
</body>
64
64
</html>