2021-06-03 12:22:37 +02:00
<!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: Class Hierarchy< / 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 >
< / div > <!-- top -->
<!-- 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 class = "header" >
< div class = "headertitle" >
< div class = "title" > Class Hierarchy< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< div class = "textblock" >
< p > < a href = "hierarchy.html" > Go to the textual class hierarchy< / a > < / p >
< / div > < table border = "0" cellspacing = "10" cellpadding = "0" >
2021-06-08 14:02:49 +02:00
< tr > < td > < img src = "inherit_graph_0.png" border = "0" usemap = "#Hazelnp_1_1CmdArgsInterface" alt = "" / >
< map name = "Hazelnp_1_1CmdArgsInterface" id = "Hazelnp_1_1CmdArgsInterface" >
< area shape = "rect" href = "classHazelnp_1_1CmdArgsInterface.html" title = "The main class to interface with." alt = "" coords = "5,5,205,32" / >
2021-06-03 12:22:37 +02:00
< / map >
< / td > < / tr >
2021-06-03 13:43:05 +02:00
< tr > < td > < img src = "inherit_graph_1.png" border = "0" usemap = "#Hazelnp_1_1HazelnuppException" alt = "" / >
< map name = "Hazelnp_1_1HazelnuppException" id = "Hazelnp_1_1HazelnuppException" >
< area shape = "rect" title = "STL class." alt = "" coords = "5,110,120,137" / >
< area shape = "rect" href = "classHazelnp_1_1HazelnuppException.html" title = "Generic hazelnupp exception." alt = "" coords = "168,110,384,137" / >
< area shape = "rect" href = "classHazelnp_1_1HazelnuppConstraintException.html" title = "Gets thrown something bad happens because of parameter constraints." alt = "" coords = "432,37,651,79" / >
< area shape = "rect" href = "classHazelnp_1_1HazelnuppInvalidKeyException.html" title = "Gets thrown when an non-existent key gets dereferenced." alt = "" coords = "443,103,639,144" / >
< area shape = "rect" href = "classHazelnp_1_1HazelnuppValueNotConvertibleException.html" title = "Gets thrown when an attempt is made to retrieve the wrong data type from a value, when the value not ..." alt = "" coords = "436,168,647,209" / >
< area shape = "rect" href = "classHazelnp_1_1HazelnuppConstraintMissingValue.html" title = "Gets thrown when a parameter constrained to be required is not provided, and has no default value set..." alt = "" coords = "699,5,917,47" / >
< area shape = "rect" href = "classHazelnp_1_1HazelnuppConstraintTypeMissmatch.html" title = "Gets thrown when a parameter is of a type that does not match the required type, and is not convertib..." alt = "" coords = "699,71,917,112" / >
2021-06-03 12:22:37 +02:00
< / map >
< / td > < / tr >
2021-06-03 13:43:05 +02:00
< tr > < td > < img src = "inherit_graph_2.png" border = "0" usemap = "#Hazelnp_1_1ParamConstraint" alt = "" / >
< map name = "Hazelnp_1_1ParamConstraint" id = "Hazelnp_1_1ParamConstraint" >
< area shape = "rect" href = "structHazelnp_1_1ParamConstraint.html" title = " " alt = "" coords = "5,5,196,32" / >
2021-06-03 12:22:37 +02:00
< / map >
< / td > < / tr >
2021-06-03 13:43:05 +02:00
< tr > < td > < img src = "inherit_graph_3.png" border = "0" usemap = "#Hazelnp_1_1Parameter" alt = "" / >
< map name = "Hazelnp_1_1Parameter" id = "Hazelnp_1_1Parameter" >
< area shape = "rect" href = "classHazelnp_1_1Parameter.html" title = " " alt = "" coords = "5,5,156,32" / >
2021-06-03 12:22:37 +02:00
< / map >
< / td > < / tr >
2021-06-03 13:43:05 +02:00
< tr > < td > < img src = "inherit_graph_4.png" border = "0" usemap = "#Hazelnp_1_1StringTools" alt = "" / >
< map name = "Hazelnp_1_1StringTools" id = "Hazelnp_1_1StringTools" >
< area shape = "rect" href = "classHazelnp_1_1StringTools.html" title = "Internal helper class." alt = "" coords = "5,5,160,32" / >
2021-06-03 12:22:37 +02:00
< / map >
< / td > < / tr >
2021-06-03 13:43:05 +02:00
< tr > < td > < img src = "inherit_graph_5.png" border = "0" usemap = "#Hazelnp_1_1Value" alt = "" / >
< map name = "Hazelnp_1_1Value" id = "Hazelnp_1_1Value" >
< area shape = "rect" href = "classHazelnp_1_1Value.html" title = "Abstract class for values." alt = "" coords = "5,107,124,133" / >
< area shape = "rect" href = "classHazelnp_1_1FloatValue.html" title = "Specializations for floating point values (uses long double)" alt = "" coords = "175,5,327,32" / >
< area shape = "rect" href = "classHazelnp_1_1IntValue.html" title = "Specializations for integer values (uses long long int)" alt = "" coords = "183,56,319,83" / >
< area shape = "rect" href = "classHazelnp_1_1ListValue.html" title = "Specializations for list values (uses std::vector<Value*>)" alt = "" coords = "179,107,322,133" / >
< area shape = "rect" href = "classHazelnp_1_1StringValue.html" title = "Specializations for string values (uses std::string)" alt = "" coords = "172,157,329,184" / >
< area shape = "rect" href = "classHazelnp_1_1VoidValue.html" title = "Specializations for void values." alt = "" coords = "177,208,324,235" / >
2021-06-03 12:22:37 +02:00
< / map >
< / td > < / tr >
< / table >
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
2021-06-08 14:02:49 +02:00
Generated on Tue Jun 8 2021 14:02:40 for Leonetienne/Hazelnupp by   < a href = "http://www.doxygen.org/index.html" >
2021-06-03 12:22:37 +02:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
< / a > 1.8.17
< / small > < / address >
< / body >
< / html >