Build doxygen

This commit is contained in:
Leonetienne
2021-06-03 13:43:05 +02:00
parent 124b6e5b98
commit 27879c40b6
260 changed files with 11369 additions and 2484 deletions

View File

@@ -75,29 +75,30 @@ $(function() {
</div><!--header-->
<div class="contents">
<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory">
<table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classFloatValue.html" target="_self">FloatValue</a></td><td class="desc">Specializations for floating point values (uses long double) </td></tr>
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnupp.html" target="_self">Hazelnupp</a></td><td class="desc">The main class to interface with </td></tr>
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnuppConstraintException.html" target="_self">HazelnuppConstraintException</a></td><td class="desc">Gets thrown something bad happens because of parameter constraints </td></tr>
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnuppConstraintMissingValue.html" target="_self">HazelnuppConstraintMissingValue</a></td><td class="desc">Gets thrown when a parameter constrained to be required is not provided, and has no default value set </td></tr>
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnuppConstraintTypeMissmatch.html" target="_self">HazelnuppConstraintTypeMissmatch</a></td><td class="desc">Gets thrown when a parameter is of a type that does not match the required type, and is not convertible to it </td></tr>
<tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnuppException.html" target="_self">HazelnuppException</a></td><td class="desc">Generic hazelnupp exception </td></tr>
<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnuppInvalidKeyException.html" target="_self">HazelnuppInvalidKeyException</a></td><td class="desc">Gets thrown when an non-existent key gets dereferenced </td></tr>
<tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnuppValueNotConvertibleException.html" target="_self">HazelnuppValueNotConvertibleException</a></td><td class="desc">Gets thrown when an attempt is made to retrieve the wrong data type from a value, when the value not convertible </td></tr>
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classIntValue.html" target="_self">IntValue</a></td><td class="desc">Specializations for integer values (uses long long int) </td></tr>
<tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classListValue.html" target="_self">ListValue</a></td><td class="desc">Specializations for list values (uses std::vector&lt;Value*&gt;) </td></tr>
<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structParamConstraint.html" target="_self">ParamConstraint</a></td><td class="desc"></td></tr>
<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classParameter.html" target="_self">Parameter</a></td><td class="desc"></td></tr>
<tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classStringTools.html" target="_self">StringTools</a></td><td class="desc">Internal helper class </td></tr>
<tr id="row_13_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classStringValue.html" target="_self">StringValue</a></td><td class="desc">Specializations for string values (uses std::string) </td></tr>
<tr id="row_14_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classValue.html" target="_self">Value</a></td><td class="desc">Abstract class for values </td></tr>
<tr id="row_15_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classVoidValue.html" target="_self">VoidValue</a></td><td class="desc">Specializations for void values </td></tr>
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceHazelnp.html" target="_self">Hazelnp</a></td><td class="desc"></td></tr>
<tr id="row_0_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1FloatValue.html" target="_self">FloatValue</a></td><td class="desc">Specializations for floating point values (uses long double) </td></tr>
<tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1Hazelnupp.html" target="_self">Hazelnupp</a></td><td class="desc">The main class to interface with </td></tr>
<tr id="row_0_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1HazelnuppConstraintException.html" target="_self">HazelnuppConstraintException</a></td><td class="desc">Gets thrown something bad happens because of parameter constraints </td></tr>
<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1HazelnuppConstraintMissingValue.html" target="_self">HazelnuppConstraintMissingValue</a></td><td class="desc">Gets thrown when a parameter constrained to be required is not provided, and has no default value set </td></tr>
<tr id="row_0_4_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1HazelnuppConstraintTypeMissmatch.html" target="_self">HazelnuppConstraintTypeMissmatch</a></td><td class="desc">Gets thrown when a parameter is of a type that does not match the required type, and is not convertible to it </td></tr>
<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1HazelnuppException.html" target="_self">HazelnuppException</a></td><td class="desc">Generic hazelnupp exception </td></tr>
<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1HazelnuppInvalidKeyException.html" target="_self">HazelnuppInvalidKeyException</a></td><td class="desc">Gets thrown when an non-existent key gets dereferenced </td></tr>
<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1HazelnuppValueNotConvertibleException.html" target="_self">HazelnuppValueNotConvertibleException</a></td><td class="desc">Gets thrown when an attempt is made to retrieve the wrong data type from a value, when the value not convertible </td></tr>
<tr id="row_0_8_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1IntValue.html" target="_self">IntValue</a></td><td class="desc">Specializations for integer values (uses long long int) </td></tr>
<tr id="row_0_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1ListValue.html" target="_self">ListValue</a></td><td class="desc">Specializations for list values (uses std::vector&lt;Value*&gt;) </td></tr>
<tr id="row_0_10_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structHazelnp_1_1ParamConstraint.html" target="_self">ParamConstraint</a></td><td class="desc"></td></tr>
<tr id="row_0_11_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1Parameter.html" target="_self">Parameter</a></td><td class="desc"></td></tr>
<tr id="row_0_12_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1StringTools.html" target="_self">StringTools</a></td><td class="desc">Internal helper class </td></tr>
<tr id="row_0_13_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1StringValue.html" target="_self">StringValue</a></td><td class="desc">Specializations for string values (uses std::string) </td></tr>
<tr id="row_0_14_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1Value.html" target="_self">Value</a></td><td class="desc">Abstract class for values </td></tr>
<tr id="row_0_15_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1VoidValue.html" target="_self">VoidValue</a></td><td class="desc">Specializations for void values </td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jun 3 2021 12:21:21 for Leonetienne/Hazelnupp by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Thu Jun 3 2021 13:42:55 for Leonetienne/Hazelnupp by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>