This file is indexed.

/usr/share/doc/mia-2.0/libdoc/classCComplexOptionParser.html is in libmia-2.0-doc 2.0.13-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>CComplexOptionParser Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="classes.html"><span>Data&#160;Structure&#160;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-types">Public Types</a>  </div>
  <div class="headertitle">
<div class="title">CComplexOptionParser Class Reference<div class="ingroups"><a class="el" href="group__cmdline.html">Command line and parameter parsing</a></div></div>  </div>
</div><!--header-->
<div class="contents">

<p>Parser for complex command line options.  
 <a href="classCComplexOptionParser.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="optionparser_8hh_source.html">mia/core/optionparser.hh</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:a3cf5c234912b2ee3ea61a5086c13cd4d"><td class="memItemLeft" align="right" valign="top">typedef CParts::const_iterator&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCComplexOptionParser.html#a3cf5c234912b2ee3ea61a5086c13cd4d">const_iterator</a></td></tr>
<tr class="memdesc:a3cf5c234912b2ee3ea61a5086c13cd4d"><td class="mdescLeft">&#160;</td><td class="mdescRight">the iterator over the parts of a complex option  <a href="#a3cf5c234912b2ee3ea61a5086c13cd4d">More...</a><br/></td></tr>
<tr class="separator:a3cf5c234912b2ee3ea61a5086c13cd4d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a50d18e2ba41d67becf82f993d17b12"><td class="memItemLeft" align="right" valign="top">typedef std::multimap<br class="typebreak"/>
&lt; std::string, <a class="el" href="group__cmdline.html#gac2085ba01a9878af9a3a65b97b81c26e">CParsedOptions</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCComplexOptionParser.html#a7a50d18e2ba41d67becf82f993d17b12">CParts</a></td></tr>
<tr class="memdesc:a7a50d18e2ba41d67becf82f993d17b12"><td class="mdescLeft">&#160;</td><td class="mdescRight">Type for a map of parts of a complex option.  <a href="#a7a50d18e2ba41d67becf82f993d17b12">More...</a><br/></td></tr>
<tr class="separator:a7a50d18e2ba41d67becf82f993d17b12"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a809e846733cb514c2945782466daff92"><td class="memItemLeft" align="right" valign="top">typedef char&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCComplexOptionParser.html#a809e846733cb514c2945782466daff92">SSeperators</a> []</td></tr>
<tr class="separator:a809e846733cb514c2945782466daff92"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="member-group"></a>
constructor</h2></td></tr>
<tr><td class="ititle" colspan="2"><p><a class="anchor" id="amgrp6ca268371eeb5d93eefeb68f96157666"></a>Parse the input string and split it in a nested list of name-value pairs </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">param</td><td>the option string </td></tr>
  </table>
  </dd>
</dl>
</td></tr>
<tr class="memitem:a629697c2d0a0423864c8a64029a70371"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCComplexOptionParser.html#a629697c2d0a0423864c8a64029a70371">CComplexOptionParser</a> (const std::string &amp;param)</td></tr>
<tr class="separator:a629697c2d0a0423864c8a64029a70371"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad3460d74648006fdac17050b5fc07acc"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classCComplexOptionParser.html#a3cf5c234912b2ee3ea61a5086c13cd4d">const_iterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCComplexOptionParser.html#ad3460d74648006fdac17050b5fc07acc">begin</a> () const </td></tr>
<tr class="separator:ad3460d74648006fdac17050b5fc07acc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a601ba27cdb051825bb60fcf539b36325"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classCComplexOptionParser.html#a3cf5c234912b2ee3ea61a5086c13cd4d">const_iterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCComplexOptionParser.html#a601ba27cdb051825bb60fcf539b36325">end</a> () const </td></tr>
<tr class="separator:a601ba27cdb051825bb60fcf539b36325"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8ea9d13a8324400787e9dd401beec04d"><td class="memItemLeft" align="right" valign="top">CParts::size_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCComplexOptionParser.html#a8ea9d13a8324400787e9dd401beec04d">size</a> () const </td></tr>
<tr class="separator:a8ea9d13a8324400787e9dd401beec04d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a30d27e372ab1ac0892b82414a845cb1b"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCComplexOptionParser.html#a30d27e372ab1ac0892b82414a845cb1b">set_seperators</a> (<a class="el" href="classCComplexOptionParser.html#a809e846733cb514c2945782466daff92">SSeperators</a> sep)</td></tr>
<tr class="separator:a30d27e372ab1ac0892b82414a845cb1b"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Parser for complex command line options. </p>
<p>This is a little parser to parse more complex command line options. The syntax of the command line is "ssd:src=img1.v,ref=img2.v+lm:src=lm1.lmx,ref=lm2.lmx,f=[tsp:r=3]" with one level of brackets allowed</p>
<p>Above options string will be split off like: &lt; ssd, { &lt; src, img1.v &gt;, &lt; ref, img2.v &gt; } &gt; &lt; lm, ( &lt; src, lm1.lmx &gt;, &lt; ref, lm2.lmx &gt;, &lt; f, tsp:r=3 &gt; } &gt; </p>

<p>Definition at line <a class="el" href="optionparser_8hh_source.html#l00054">54</a> of file <a class="el" href="optionparser_8hh_source.html">optionparser.hh</a>.</p>
</div><h2 class="groupheader">Member Typedef Documentation</h2>
<a class="anchor" id="a3cf5c234912b2ee3ea61a5086c13cd4d"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef CParts::const_iterator <a class="el" href="classCComplexOptionParser.html#a3cf5c234912b2ee3ea61a5086c13cd4d">CComplexOptionParser::const_iterator</a></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>the iterator over the parts of a complex option </p>

<p>Definition at line <a class="el" href="optionparser_8hh_source.html#l00065">65</a> of file <a class="el" href="optionparser_8hh_source.html">optionparser.hh</a>.</p>

</div>
</div>
<a class="anchor" id="a7a50d18e2ba41d67becf82f993d17b12"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef std::multimap&lt;std::string, <a class="el" href="group__cmdline.html#gac2085ba01a9878af9a3a65b97b81c26e">CParsedOptions</a>&gt; <a class="el" href="classCComplexOptionParser.html#a7a50d18e2ba41d67becf82f993d17b12">CComplexOptionParser::CParts</a></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Type for a map of parts of a complex option. </p>

<p>Definition at line <a class="el" href="optionparser_8hh_source.html#l00062">62</a> of file <a class="el" href="optionparser_8hh_source.html">optionparser.hh</a>.</p>

</div>
</div>
<a class="anchor" id="a809e846733cb514c2945782466daff92"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef char CComplexOptionParser::SSeperators[]</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>define thy type for a list of separators </p>

<p>Definition at line <a class="el" href="optionparser_8hh_source.html#l00059">59</a> of file <a class="el" href="optionparser_8hh_source.html">optionparser.hh</a>.</p>

</div>
</div>
<h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a629697c2d0a0423864c8a64029a70371"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CComplexOptionParser::CComplexOptionParser </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&#160;</td>
          <td class="paramname"><em>param</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="ad3460d74648006fdac17050b5fc07acc"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCComplexOptionParser.html#a3cf5c234912b2ee3ea61a5086c13cd4d">const_iterator</a> CComplexOptionParser::begin </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="section return"><dt>Returns</dt><dd>the begin iterator to the list of option parts that are (normally) delimited by '+' </dd></dl>

<p>Referenced by <a class="el" href="plugintester_8hh_source.html#l00044">BOOST_TEST_create_from_plugin()</a>.</p>

</div>
</div>
<a class="anchor" id="a601ba27cdb051825bb60fcf539b36325"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCComplexOptionParser.html#a3cf5c234912b2ee3ea61a5086c13cd4d">const_iterator</a> CComplexOptionParser::end </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="section return"><dt>Returns</dt><dd>the end iterator to the list of option parts that are (normally) delimited by '+' </dd></dl>

</div>
</div>
<a class="anchor" id="a30d27e372ab1ac0892b82414a845cb1b"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void CComplexOptionParser::set_seperators </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classCComplexOptionParser.html#a809e846733cb514c2945782466daff92">SSeperators</a>&#160;</td>
          <td class="paramname"><em>sep</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">
<p>replace the standart set of seperators </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">sep</td><td>the new seperators </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a8ea9d13a8324400787e9dd401beec04d"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CParts::size_type CComplexOptionParser::size </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="section return"><dt>Returns</dt><dd>the number of the parts in the option string parsed </dd></dl>

<p>Referenced by <a class="el" href="plugintester_8hh_source.html#l00044">BOOST_TEST_create_from_plugin()</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="optionparser_8hh_source.html">optionparser.hh</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Jan 25 2014 23:52:09 by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>