204 lines
13 KiB
HTML
204 lines
13 KiB
HTML
|
<!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.8.17"/>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||
|
<title>Leonetienne/Hazelnupp: HazelnuppValueNotConvertibleException 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="search/search.css" rel="stylesheet" type="text/css"/>
|
||
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
||
|
<script type="text/javascript" src="search/search.js"></script>
|
||
|
<script type="text/x-mathjax-config">
|
||
|
MathJax.Hub.Config({
|
||
|
extensions: ["tex2jax.js"],
|
||
|
jax: ["input/TeX","output/HTML-CSS"],
|
||
|
});
|
||
|
</script>
|
||
|
<script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.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="projectlogo"><img alt="Logo" src="nupp_small.png"/></td>
|
||
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||
|
<div id="projectname">Leonetienne/Hazelnupp
|
||
|
</div>
|
||
|
<div id="projectbrief">Simple, easy to use, command line parameter interface</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
<!-- end header part -->
|
||
|
<!-- Generated by Doxygen 1.8.17 -->
|
||
|
<script type="text/javascript">
|
||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||
|
/* @license-end */
|
||
|
</script>
|
||
|
<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('',true,false,'search.php','Search');
|
||
|
$(document).ready(function() { init_search(); });
|
||
|
});
|
||
|
/* @license-end */</script>
|
||
|
<div id="main-nav"></div>
|
||
|
<!-- window showing the filter options -->
|
||
|
<div id="MSearchSelectWindow"
|
||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
||
|
</div>
|
||
|
|
||
|
<!-- iframe showing the search results (closed by default) -->
|
||
|
<div id="MSearchResultsWindow">
|
||
|
<iframe src="javascript:void(0)" frameborder="0"
|
||
|
name="MSearchResults" id="MSearchResults">
|
||
|
</iframe>
|
||
|
</div>
|
||
|
|
||
|
</div><!-- top -->
|
||
|
<div class="header">
|
||
|
<div class="summary">
|
||
|
<a href="#pub-methods">Public Member Functions</a> |
|
||
|
<a href="classHazelnuppValueNotConvertibleException-members.html">List of all members</a> </div>
|
||
|
<div class="headertitle">
|
||
|
<div class="title">HazelnuppValueNotConvertibleException Class Reference</div> </div>
|
||
|
</div><!--header-->
|
||
|
<div class="contents">
|
||
|
|
||
|
<p>Gets thrown when an attempt is made to retrieve the wrong data type from a value, when the value not convertible.
|
||
|
<a href="classHazelnuppValueNotConvertibleException.html#details">More...</a></p>
|
||
|
|
||
|
<p><code>#include <<a class="el" href="HazelnuppException_8h_source.html">HazelnuppException.h</a>></code></p>
|
||
|
<div class="dynheader">
|
||
|
Inheritance diagram for HazelnuppValueNotConvertibleException:</div>
|
||
|
<div class="dyncontent">
|
||
|
<div class="center"><img src="classHazelnuppValueNotConvertibleException__inherit__graph.png" border="0" usemap="#HazelnuppValueNotConvertibleException_inherit__map" alt="Inheritance graph"/></div>
|
||
|
<map name="HazelnuppValueNotConvertibleException_inherit__map" id="HazelnuppValueNotConvertibleException_inherit__map">
|
||
|
<area shape="rect" title="Gets thrown when an attempt is made to retrieve the wrong data type from a value, when the value not ..." alt="" coords="5,155,231,196"/>
|
||
|
<area shape="rect" href="classHazelnuppException.html" title="Generic hazelnupp exception." alt="" coords="41,80,195,107"/>
|
||
|
<area shape="rect" title="STL class." alt="" coords="61,5,175,32"/>
|
||
|
</map>
|
||
|
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
|
||
|
<div class="dynheader">
|
||
|
Collaboration diagram for HazelnuppValueNotConvertibleException:</div>
|
||
|
<div class="dyncontent">
|
||
|
<div class="center"><img src="classHazelnuppValueNotConvertibleException__coll__graph.png" border="0" usemap="#HazelnuppValueNotConvertibleException_coll__map" alt="Collaboration graph"/></div>
|
||
|
<map name="HazelnuppValueNotConvertibleException_coll__map" id="HazelnuppValueNotConvertibleException_coll__map">
|
||
|
<area shape="rect" title="Gets thrown when an attempt is made to retrieve the wrong data type from a value, when the value not ..." alt="" coords="5,261,231,303"/>
|
||
|
<area shape="rect" href="classHazelnuppException.html" title="Generic hazelnupp exception." alt="" coords="41,185,195,212"/>
|
||
|
<area shape="rect" title="STL class." alt="" coords="39,96,154,123"/>
|
||
|
<area shape="rect" title="STL class." alt="" coords="179,96,265,123"/>
|
||
|
<area shape="rect" title="STL class." alt="" coords="153,5,291,47"/>
|
||
|
</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:a459233c9ed4ca577f596761abb2f46e7"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classHazelnuppValueNotConvertibleException.html#a459233c9ed4ca577f596761abb2f46e7">HazelnuppValueNotConvertibleException</a> ()</td></tr>
|
||
|
<tr class="separator:a459233c9ed4ca577f596761abb2f46e7"><td class="memSeparator" colspan="2"> </td></tr>
|
||
|
<tr class="memitem:a77dfcc974a767b77aefdaef86e9ad60c"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classHazelnuppValueNotConvertibleException.html#a77dfcc974a767b77aefdaef86e9ad60c">HazelnuppValueNotConvertibleException</a> (const std::string &msg)</td></tr>
|
||
|
<tr class="separator:a77dfcc974a767b77aefdaef86e9ad60c"><td class="memSeparator" colspan="2"> </td></tr>
|
||
|
<tr class="inherit_header pub_methods_classHazelnuppException"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classHazelnuppException')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classHazelnuppException.html">HazelnuppException</a></td></tr>
|
||
|
<tr class="memitem:a90d10b00ec056b721c102a70b629a779 inherit pub_methods_classHazelnuppException"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classHazelnuppException.html#a90d10b00ec056b721c102a70b629a779">HazelnuppException</a> ()</td></tr>
|
||
|
<tr class="separator:a90d10b00ec056b721c102a70b629a779 inherit pub_methods_classHazelnuppException"><td class="memSeparator" colspan="2"> </td></tr>
|
||
|
<tr class="memitem:a864a84c0498870ae0a76fb8c3542fa74 inherit pub_methods_classHazelnuppException"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classHazelnuppException.html#a864a84c0498870ae0a76fb8c3542fa74">HazelnuppException</a> (const std::string &msg)</td></tr>
|
||
|
<tr class="separator:a864a84c0498870ae0a76fb8c3542fa74 inherit pub_methods_classHazelnuppException"><td class="memSeparator" colspan="2"> </td></tr>
|
||
|
<tr class="memitem:ac087d5190a9b3f6964120cc35321c3a6 inherit pub_methods_classHazelnuppException"><td class="memItemLeft" align="right" valign="top">const std::string & </td><td class="memItemRight" valign="bottom"><a class="el" href="classHazelnuppException.html#ac087d5190a9b3f6964120cc35321c3a6">What</a> () const</td></tr>
|
||
|
<tr class="memdesc:ac087d5190a9b3f6964120cc35321c3a6 inherit pub_methods_classHazelnuppException"><td class="mdescLeft"> </td><td class="mdescRight">Will return an error message. <a href="classHazelnuppException.html#ac087d5190a9b3f6964120cc35321c3a6">More...</a><br /></td></tr>
|
||
|
<tr class="separator:ac087d5190a9b3f6964120cc35321c3a6 inherit pub_methods_classHazelnuppException"><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 pro_attribs_classHazelnuppException"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_classHazelnuppException')"><img src="closed.png" alt="-"/> Protected Attributes inherited from <a class="el" href="classHazelnuppException.html">HazelnuppException</a></td></tr>
|
||
|
<tr class="memitem:a4d80f59d2732975461ee480642c4addf inherit pro_attribs_classHazelnuppException"><td class="memItemLeft" align="right" valign="top">std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="classHazelnuppException.html#a4d80f59d2732975461ee480642c4addf">message</a></td></tr>
|
||
|
<tr class="separator:a4d80f59d2732975461ee480642c4addf inherit pro_attribs_classHazelnuppException"><td class="memSeparator" colspan="2"> </td></tr>
|
||
|
</table>
|
||
|
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||
|
<div class="textblock"><p>Gets thrown when an attempt is made to retrieve the wrong data type from a value, when the value not convertible. </p>
|
||
|
|
||
|
<p class="definition">Definition at line <a class="el" href="HazelnuppException_8h_source.html#l00033">33</a> of file <a class="el" href="HazelnuppException_8h_source.html">HazelnuppException.h</a>.</p>
|
||
|
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
|
||
|
<a id="a459233c9ed4ca577f596761abb2f46e7"></a>
|
||
|
<h2 class="memtitle"><span class="permalink"><a href="#a459233c9ed4ca577f596761abb2f46e7">◆ </a></span>HazelnuppValueNotConvertibleException() <span class="overload">[1/2]</span></h2>
|
||
|
|
||
|
<div class="memitem">
|
||
|
<div class="memproto">
|
||
|
<table class="mlabels">
|
||
|
<tr>
|
||
|
<td class="mlabels-left">
|
||
|
<table class="memname">
|
||
|
<tr>
|
||
|
<td class="memname">HazelnuppValueNotConvertibleException::HazelnuppValueNotConvertibleException </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> </td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div><div class="memdoc">
|
||
|
|
||
|
<p class="definition">Definition at line <a class="el" href="HazelnuppException_8h_source.html#l00036">36</a> of file <a class="el" href="HazelnuppException_8h_source.html">HazelnuppException.h</a>.</p>
|
||
|
<div class="fragment"><div class="line"><a name="l00036"></a><span class="lineno"> 36</span> : <a class="code" href="classHazelnuppException.html#a90d10b00ec056b721c102a70b629a779">HazelnuppException</a>() {};</div>
|
||
|
</div><!-- fragment -->
|
||
|
</div>
|
||
|
</div>
|
||
|
<a id="a77dfcc974a767b77aefdaef86e9ad60c"></a>
|
||
|
<h2 class="memtitle"><span class="permalink"><a href="#a77dfcc974a767b77aefdaef86e9ad60c">◆ </a></span>HazelnuppValueNotConvertibleException() <span class="overload">[2/2]</span></h2>
|
||
|
|
||
|
<div class="memitem">
|
||
|
<div class="memproto">
|
||
|
<table class="mlabels">
|
||
|
<tr>
|
||
|
<td class="mlabels-left">
|
||
|
<table class="memname">
|
||
|
<tr>
|
||
|
<td class="memname">HazelnuppValueNotConvertibleException::HazelnuppValueNotConvertibleException </td>
|
||
|
<td>(</td>
|
||
|
<td class="paramtype">const std::string & </td>
|
||
|
<td class="paramname"><em>msg</em></td><td>)</td>
|
||
|
<td></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
<td class="mlabels-right">
|
||
|
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div><div class="memdoc">
|
||
|
|
||
|
<p class="definition">Definition at line <a class="el" href="HazelnuppException_8h_source.html#l00037">37</a> of file <a class="el" href="HazelnuppException_8h_source.html">HazelnuppException.h</a>.</p>
|
||
|
<div class="fragment"><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> : <a class="code" href="classHazelnuppException.html#a90d10b00ec056b721c102a70b629a779">HazelnuppException</a>(msg) {};</div>
|
||
|
</div><!-- fragment -->
|
||
|
</div>
|
||
|
</div>
|
||
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||
|
<li>Hazelnupp/<a class="el" href="HazelnuppException_8h_source.html">HazelnuppException.h</a></li>
|
||
|
</ul>
|
||
|
</div><!-- contents -->
|
||
|
<div class="ttc" id="aclassHazelnuppException_html_a90d10b00ec056b721c102a70b629a779"><div class="ttname"><a href="classHazelnuppException.html#a90d10b00ec056b721c102a70b629a779">HazelnuppException::HazelnuppException</a></div><div class="ttdeci">HazelnuppException()</div><div class="ttdef"><b>Definition:</b> <a href="HazelnuppException_8h_source.html#l00009">HazelnuppException.h:9</a></div></div>
|
||
|
<!-- start footer part -->
|
||
|
<hr class="footer"/><address class="footer"><small>
|
||
|
Generated on Thu Jun 3 2021 12:21:21 for Leonetienne/Hazelnupp by  <a href="http://www.doxygen.org/index.html">
|
||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||
|
</a> 1.8.17
|
||
|
</small></address>
|
||
|
</body>
|
||
|
</html>
|