Built mkdocs
This commit is contained in:
@@ -82,25 +82,26 @@ This inheritance list is sorted roughly, but not completely, alphabetically:</di
|
||||
<tr id="row_1_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">▼</span><span class="icona"><span class="icon">C</span></span><b>std::exception</b></td><td class="desc">STL class </td></tr>
|
||||
<tr id="row_1_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_0_" class="arrow" onclick="toggleFolder('1_0_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1HazelnuppException.html" target="_self">Hazelnp::HazelnuppException</a></td><td class="desc">Generic hazelnupp exception </td></tr>
|
||||
<tr id="row_1_0_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_1_0_0_" class="arrow" onclick="toggleFolder('1_0_0_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1HazelnuppConstraintException.html" target="_self">Hazelnp::HazelnuppConstraintException</a></td><td class="desc">Gets thrown something bad happens because of parameter constraints </td></tr>
|
||||
<tr id="row_1_0_0_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1HazelnuppConstraintMissingValue.html" target="_self">Hazelnp::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_1_0_0_1_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1HazelnuppConstraintTypeMissmatch.html" target="_self">Hazelnp::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_1_0_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1HazelnuppInvalidKeyException.html" target="_self">Hazelnp::HazelnuppInvalidKeyException</a></td><td class="desc">Gets thrown when an non-existent key gets dereferenced </td></tr>
|
||||
<tr id="row_1_0_2_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1HazelnuppValueNotConvertibleException.html" target="_self">Hazelnp::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_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structHazelnp_1_1ParamConstraint.html" target="_self">Hazelnp::ParamConstraint</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1Parameter.html" target="_self">Hazelnp::Parameter</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1Internal_1_1StringTools.html" target="_self">Hazelnp::Internal::StringTools</a></td><td class="desc"><a class="el" href="namespaceHazelnp_1_1Internal.html">Internal</a> helper class </td></tr>
|
||||
<tr id="row_5_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_5_" class="arrow" onclick="toggleFolder('5_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1Value.html" target="_self">Hazelnp::Value</a></td><td class="desc">Abstract class for values </td></tr>
|
||||
<tr id="row_5_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1FloatValue.html" target="_self">Hazelnp::FloatValue</a></td><td class="desc">Specializations for floating point values (uses long double) </td></tr>
|
||||
<tr id="row_5_1_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1IntValue.html" target="_self">Hazelnp::IntValue</a></td><td class="desc">Specializations for integer values (uses long long int) </td></tr>
|
||||
<tr id="row_5_2_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1ListValue.html" target="_self">Hazelnp::ListValue</a></td><td class="desc">Specializations for list values (uses std::vector<Value*>) </td></tr>
|
||||
<tr id="row_5_3_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1StringValue.html" target="_self">Hazelnp::StringValue</a></td><td class="desc">Specializations for string values (uses std::string) </td></tr>
|
||||
<tr id="row_5_4_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1VoidValue.html" target="_self">Hazelnp::VoidValue</a></td><td class="desc">Specializations for void values </td></tr>
|
||||
<tr id="row_1_0_0_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1HazelnuppConstraintIncompatibleParameters.html" target="_self">Hazelnp::HazelnuppConstraintIncompatibleParameters</a></td><td class="desc">Gets thrown when a parameter constrained to be incompatible with other parameters gets supplied alongside at least one of those incompatible ones </td></tr>
|
||||
<tr id="row_1_0_0_1_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1HazelnuppConstraintMissingValue.html" target="_self">Hazelnp::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_1_0_0_2_" class="even"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1HazelnuppConstraintTypeMissmatch.html" target="_self">Hazelnp::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_1_0_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1HazelnuppInvalidKeyException.html" target="_self">Hazelnp::HazelnuppInvalidKeyException</a></td><td class="desc">Gets thrown when an non-existent key gets dereferenced </td></tr>
|
||||
<tr id="row_1_0_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1HazelnuppValueNotConvertibleException.html" target="_self">Hazelnp::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_2_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structHazelnp_1_1ParamConstraint.html" target="_self">Hazelnp::ParamConstraint</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_3_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1Parameter.html" target="_self">Hazelnp::Parameter</a></td><td class="desc"></td></tr>
|
||||
<tr id="row_4_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1Internal_1_1StringTools.html" target="_self">Hazelnp::Internal::StringTools</a></td><td class="desc"><a class="el" href="namespaceHazelnp_1_1Internal.html">Internal</a> helper class </td></tr>
|
||||
<tr id="row_5_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_5_" class="arrow" onclick="toggleFolder('5_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1Value.html" target="_self">Hazelnp::Value</a></td><td class="desc">Abstract class for values </td></tr>
|
||||
<tr id="row_5_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1FloatValue.html" target="_self">Hazelnp::FloatValue</a></td><td class="desc">Specializations for floating point values (uses long double) </td></tr>
|
||||
<tr id="row_5_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1IntValue.html" target="_self">Hazelnp::IntValue</a></td><td class="desc">Specializations for integer values (uses long long int) </td></tr>
|
||||
<tr id="row_5_2_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1ListValue.html" target="_self">Hazelnp::ListValue</a></td><td class="desc">Specializations for list values (uses std::vector<Value*>) </td></tr>
|
||||
<tr id="row_5_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1StringValue.html" target="_self">Hazelnp::StringValue</a></td><td class="desc">Specializations for string values (uses std::string) </td></tr>
|
||||
<tr id="row_5_4_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classHazelnp_1_1VoidValue.html" target="_self">Hazelnp::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 Wed Aug 4 2021 21:16:25 for Leonetienne/Hazelnupp by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Sun Sep 5 2021 12:11:51 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>
|
||||
|
Reference in New Issue
Block a user