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 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>tclap: TCLAP::ValuesConstraint< T > Class Template 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! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">tclap
 <span id="projectnumber">1.2.5</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespaceTCLAP.html">TCLAP</a></li><li class="navelem"><a class="el" href="classTCLAP_1_1ValuesConstraint.html">ValuesConstraint</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pro-attribs">Protected Attributes</a> |
<a href="classTCLAP_1_1ValuesConstraint-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">TCLAP::ValuesConstraint< T > Class Template Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>A <a class="el" href="classTCLAP_1_1Constraint.html" title="The interface that defines the interaction between the Arg and Constraint.">Constraint</a> that constrains the <a class="el" href="classTCLAP_1_1Arg.html" title="A virtual base class that defines the essential data for all arguments.">Arg</a> to only those values specified in the constraint.
<a href="classTCLAP_1_1ValuesConstraint.html#details">More...</a></p>
<p><code>#include <<a class="el" href="ValuesConstraint_8h_source.html">ValuesConstraint.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for TCLAP::ValuesConstraint< T >:</div>
<div class="dyncontent">
<div class="center"><img src="classTCLAP_1_1ValuesConstraint__inherit__graph.png" border="0" usemap="#aTCLAP_1_1ValuesConstraint_3_01T_01_4_inherit__map" alt="Inheritance graph"/></div>
<map name="aTCLAP_1_1ValuesConstraint_3_01T_01_4_inherit__map" id="aTCLAP_1_1ValuesConstraint_3_01T_01_4_inherit__map">
<area shape="rect" title="A Constraint that constrains the Arg to only those values specified in the constraint." alt="" coords="5,80,209,107"/>
<area shape="rect" href="classTCLAP_1_1Constraint.html" title="The interface that defines the interaction between the Arg and Constraint." alt="" coords="25,5,190,32"/>
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for TCLAP::ValuesConstraint< T >:</div>
<div class="dyncontent">
<div class="center"><img src="classTCLAP_1_1ValuesConstraint__coll__graph.png" border="0" usemap="#aTCLAP_1_1ValuesConstraint_3_01T_01_4_coll__map" alt="Collaboration graph"/></div>
<map name="aTCLAP_1_1ValuesConstraint_3_01T_01_4_coll__map" id="aTCLAP_1_1ValuesConstraint_3_01T_01_4_coll__map">
<area shape="rect" title="A Constraint that constrains the Arg to only those values specified in the constraint." alt="" coords="5,80,209,107"/>
<area shape="rect" href="classTCLAP_1_1Constraint.html" title="The interface that defines the interaction between the Arg and Constraint." alt="" coords="25,5,190,32"/>
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a267c4f4265be5895f5b07f5b5630f844"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classTCLAP_1_1ValuesConstraint.html#a267c4f4265be5895f5b07f5b5630f844">ValuesConstraint</a> (std::vector< T >const &allowed)</td></tr>
<tr class="memdesc:a267c4f4265be5895f5b07f5b5630f844"><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <a href="classTCLAP_1_1ValuesConstraint.html#a267c4f4265be5895f5b07f5b5630f844">More...</a><br /></td></tr>
<tr class="separator:a267c4f4265be5895f5b07f5b5630f844"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9b0c218300a9e0937386f2e566ba21bd"><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classTCLAP_1_1ValuesConstraint.html#a9b0c218300a9e0937386f2e566ba21bd">~ValuesConstraint</a> ()</td></tr>
<tr class="memdesc:a9b0c218300a9e0937386f2e566ba21bd"><td class="mdescLeft"> </td><td class="mdescRight">Virtual destructor. <a href="classTCLAP_1_1ValuesConstraint.html#a9b0c218300a9e0937386f2e566ba21bd">More...</a><br /></td></tr>
<tr class="separator:a9b0c218300a9e0937386f2e566ba21bd"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a857ae98b8632c88d127366534cd983a9"><td class="memItemLeft" align="right" valign="top">virtual std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="classTCLAP_1_1ValuesConstraint.html#a857ae98b8632c88d127366534cd983a9">description</a> () const</td></tr>
<tr class="memdesc:a857ae98b8632c88d127366534cd983a9"><td class="mdescLeft"> </td><td class="mdescRight">Returns a description of the <a class="el" href="classTCLAP_1_1Constraint.html" title="The interface that defines the interaction between the Arg and Constraint.">Constraint</a>. <a href="classTCLAP_1_1ValuesConstraint.html#a857ae98b8632c88d127366534cd983a9">More...</a><br /></td></tr>
<tr class="separator:a857ae98b8632c88d127366534cd983a9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad5dc3cf68b57a9c1cd2bb012cf684318"><td class="memItemLeft" align="right" valign="top">virtual std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="classTCLAP_1_1ValuesConstraint.html#ad5dc3cf68b57a9c1cd2bb012cf684318">shortID</a> () const</td></tr>
<tr class="memdesc:ad5dc3cf68b57a9c1cd2bb012cf684318"><td class="mdescLeft"> </td><td class="mdescRight">Returns the short ID for the <a class="el" href="classTCLAP_1_1Constraint.html" title="The interface that defines the interaction between the Arg and Constraint.">Constraint</a>. <a href="classTCLAP_1_1ValuesConstraint.html#ad5dc3cf68b57a9c1cd2bb012cf684318">More...</a><br /></td></tr>
<tr class="separator:ad5dc3cf68b57a9c1cd2bb012cf684318"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a744f1a5dd05c7210de8eb2452adb01e4"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classTCLAP_1_1ValuesConstraint.html#a744f1a5dd05c7210de8eb2452adb01e4">check</a> (const T &value) const</td></tr>
<tr class="memdesc:a744f1a5dd05c7210de8eb2452adb01e4"><td class="mdescLeft"> </td><td class="mdescRight">The method used to verify that the value parsed from the command line meets the constraint. <a href="classTCLAP_1_1ValuesConstraint.html#a744f1a5dd05c7210de8eb2452adb01e4">More...</a><br /></td></tr>
<tr class="separator:a744f1a5dd05c7210de8eb2452adb01e4"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classTCLAP_1_1Constraint"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classTCLAP_1_1Constraint')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classTCLAP_1_1Constraint.html">TCLAP::Constraint< T ></a></td></tr>
<tr class="memitem:ae96bbe5301e9517b68b1597b36098224 inherit pub_methods_classTCLAP_1_1Constraint"><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classTCLAP_1_1Constraint.html#ae96bbe5301e9517b68b1597b36098224">~Constraint</a> ()</td></tr>
<tr class="memdesc:ae96bbe5301e9517b68b1597b36098224 inherit pub_methods_classTCLAP_1_1Constraint"><td class="mdescLeft"> </td><td class="mdescRight">Destructor. <a href="classTCLAP_1_1Constraint.html#ae96bbe5301e9517b68b1597b36098224">More...</a><br /></td></tr>
<tr class="separator:ae96bbe5301e9517b68b1597b36098224 inherit pub_methods_classTCLAP_1_1Constraint"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr class="memitem:ac43fa83688358c0ad06157053cce347a"><td class="memItemLeft" align="right" valign="top">std::vector< T > </td><td class="memItemRight" valign="bottom"><a class="el" href="classTCLAP_1_1ValuesConstraint.html#ac43fa83688358c0ad06157053cce347a">_allowed</a></td></tr>
<tr class="memdesc:ac43fa83688358c0ad06157053cce347a"><td class="mdescLeft"> </td><td class="mdescRight">The list of valid values. <a href="classTCLAP_1_1ValuesConstraint.html#ac43fa83688358c0ad06157053cce347a">More...</a><br /></td></tr>
<tr class="separator:ac43fa83688358c0ad06157053cce347a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6ebc63fa5eea116a50aa5f76aee56fd6"><td class="memItemLeft" align="right" valign="top">std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="classTCLAP_1_1ValuesConstraint.html#a6ebc63fa5eea116a50aa5f76aee56fd6">_typeDesc</a></td></tr>
<tr class="memdesc:a6ebc63fa5eea116a50aa5f76aee56fd6"><td class="mdescLeft"> </td><td class="mdescRight">The string used to describe the allowed values of this constraint. <a href="classTCLAP_1_1ValuesConstraint.html#a6ebc63fa5eea116a50aa5f76aee56fd6">More...</a><br /></td></tr>
<tr class="separator:a6ebc63fa5eea116a50aa5f76aee56fd6"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_static_methods_classTCLAP_1_1Constraint"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classTCLAP_1_1Constraint')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classTCLAP_1_1Constraint.html">TCLAP::Constraint< T ></a></td></tr>
<tr class="memitem:a9614770a97eeb5de3c62231ae2b45346 inherit pub_static_methods_classTCLAP_1_1Constraint"><td class="memItemLeft" align="right" valign="top">static std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="classTCLAP_1_1Constraint.html#a9614770a97eeb5de3c62231ae2b45346">shortID</a> (<a class="el" href="classTCLAP_1_1Constraint.html">Constraint</a>< T > *constraint)</td></tr>
<tr class="separator:a9614770a97eeb5de3c62231ae2b45346 inherit pub_static_methods_classTCLAP_1_1Constraint"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><h3>template<class T><br />
class TCLAP::ValuesConstraint< T ></h3>
<p>A <a class="el" href="classTCLAP_1_1Constraint.html" title="The interface that defines the interaction between the Arg and Constraint.">Constraint</a> that constrains the <a class="el" href="classTCLAP_1_1Arg.html" title="A virtual base class that defines the essential data for all arguments.">Arg</a> to only those values specified in the constraint. </p>
<p class="definition">Definition at line <a class="el" href="ValuesConstraint_8h_source.html#l00045">45</a> of file <a class="el" href="ValuesConstraint_8h_source.html">ValuesConstraint.h</a>.</p>
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a id="a267c4f4265be5895f5b07f5b5630f844"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a267c4f4265be5895f5b07f5b5630f844">◆ </a></span>ValuesConstraint()</h2>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classTCLAP_1_1ValuesConstraint.html">TCLAP::ValuesConstraint</a>< T >::<a class="el" href="classTCLAP_1_1ValuesConstraint.html">ValuesConstraint</a> </td>
<td>(</td>
<td class="paramtype">std::vector< T >const & </td>
<td class="paramname"><em>allowed</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Constructor. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">allowed</td><td>- vector of allowed values. </td></tr>
</table>
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="ValuesConstraint_8h_source.html#l00093">93</a> of file <a class="el" href="ValuesConstraint_8h_source.html">ValuesConstraint.h</a>.</p>
<p class="reference">References <a class="el" href="ValuesConstraint_8h_source.html#l00083">TCLAP::ValuesConstraint< T >::_allowed</a>, and <a class="el" href="ValuesConstraint_8h_source.html#l00088">TCLAP::ValuesConstraint< T >::_typeDesc</a>.</p>
</div>
</div>
<a id="a9b0c218300a9e0937386f2e566ba21bd"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9b0c218300a9e0937386f2e566ba21bd">◆ </a></span>~ValuesConstraint()</h2>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classTCLAP_1_1ValuesConstraint.html">TCLAP::ValuesConstraint</a>< T >::~<a class="el" href="classTCLAP_1_1ValuesConstraint.html">ValuesConstraint</a> </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Virtual destructor. </p>
<p class="definition">Definition at line <a class="el" href="ValuesConstraint_8h_source.html#l00059">59</a> of file <a class="el" href="ValuesConstraint_8h_source.html">ValuesConstraint.h</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="a744f1a5dd05c7210de8eb2452adb01e4"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a744f1a5dd05c7210de8eb2452adb01e4">◆ </a></span>check()</h2>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="classTCLAP_1_1ValuesConstraint.html">TCLAP::ValuesConstraint</a>< T >::check </td>
<td>(</td>
<td class="paramtype">const T & </td>
<td class="paramname"><em>value</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>The method used to verify that the value parsed from the command line meets the constraint. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">value</td><td>- The value that will be checked. </td></tr>
</table>
</dd>
</dl>
<p>Implements <a class="el" href="classTCLAP_1_1Constraint.html#a773c3e16d0150523c1c92b7b24868c34">TCLAP::Constraint< T ></a>.</p>
<p class="definition">Definition at line <a class="el" href="ValuesConstraint_8h_source.html#l00111">111</a> of file <a class="el" href="ValuesConstraint_8h_source.html">ValuesConstraint.h</a>.</p>
</div>
</div>
<a id="a857ae98b8632c88d127366534cd983a9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a857ae98b8632c88d127366534cd983a9">◆ </a></span>description()</h2>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">std::string <a class="el" href="classTCLAP_1_1ValuesConstraint.html">TCLAP::ValuesConstraint</a>< T >::description</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns a description of the <a class="el" href="classTCLAP_1_1Constraint.html" title="The interface that defines the interaction between the Arg and Constraint.">Constraint</a>. </p>
<p>Implements <a class="el" href="classTCLAP_1_1Constraint.html#ae16dd80aa217fb56c0862af5478afe01">TCLAP::Constraint< T ></a>.</p>
<p class="definition">Definition at line <a class="el" href="ValuesConstraint_8h_source.html#l00126">126</a> of file <a class="el" href="ValuesConstraint_8h_source.html">ValuesConstraint.h</a>.</p>
</div>
</div>
<a id="ad5dc3cf68b57a9c1cd2bb012cf684318"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad5dc3cf68b57a9c1cd2bb012cf684318">◆ </a></span>shortID()</h2>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">std::string <a class="el" href="classTCLAP_1_1ValuesConstraint.html">TCLAP::ValuesConstraint</a>< T >::shortID</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the short ID for the <a class="el" href="classTCLAP_1_1Constraint.html" title="The interface that defines the interaction between the Arg and Constraint.">Constraint</a>. </p>
<p>Implements <a class="el" href="classTCLAP_1_1Constraint.html#a39f707895311da682439810a0bec4a5f">TCLAP::Constraint< T ></a>.</p>
<p class="definition">Definition at line <a class="el" href="ValuesConstraint_8h_source.html#l00120">120</a> of file <a class="el" href="ValuesConstraint_8h_source.html">ValuesConstraint.h</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
<a id="ac43fa83688358c0ad06157053cce347a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac43fa83688358c0ad06157053cce347a">◆ </a></span>_allowed</h2>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">std::vector<T> <a class="el" href="classTCLAP_1_1ValuesConstraint.html">TCLAP::ValuesConstraint</a>< T >::_allowed</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>The list of valid values. </p>
<p class="definition">Definition at line <a class="el" href="ValuesConstraint_8h_source.html#l00083">83</a> of file <a class="el" href="ValuesConstraint_8h_source.html">ValuesConstraint.h</a>.</p>
<p class="reference">Referenced by <a class="el" href="ValuesConstraint_8h_source.html#l00093">TCLAP::ValuesConstraint< T >::ValuesConstraint()</a>.</p>
</div>
</div>
<a id="a6ebc63fa5eea116a50aa5f76aee56fd6"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6ebc63fa5eea116a50aa5f76aee56fd6">◆ </a></span>_typeDesc</h2>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">std::string <a class="el" href="classTCLAP_1_1ValuesConstraint.html">TCLAP::ValuesConstraint</a>< T >::_typeDesc</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>The string used to describe the allowed values of this constraint. </p>
<p class="definition">Definition at line <a class="el" href="ValuesConstraint_8h_source.html#l00088">88</a> of file <a class="el" href="ValuesConstraint_8h_source.html">ValuesConstraint.h</a>.</p>
<p class="reference">Referenced by <a class="el" href="ValuesConstraint_8h_source.html#l00093">TCLAP::ValuesConstraint< T >::ValuesConstraint()</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="ValuesConstraint_8h_source.html">ValuesConstraint.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
</small></address>
</body>
</html>
|