Files
SERiF/docs/html/_metadata_8h_source.html

199 lines
22 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" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.13.2"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>SERiF: src/dobj/public/Metadata.h Source File</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>
<script type="text/javascript" src="clipboard.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="cookie.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>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
<link href="doxygen-awesome-sidebar-only.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 id="projectrow">
<td id="projectalign">
<div id="projectname">SERiF<span id="projectnumber">&#160;0.0.1a</span>
</div>
<div id="projectbrief">3+1D Stellar Structure and Evolution</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.13.2 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @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:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search',true);
$(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){initNavTree('_metadata_8h_source.html',''); initResizable(true); });
/* @license-end */
</script>
<div id="doc-content">
<!-- 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">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="headertitle"><div class="title">Metadata.h</div></div>
</div><!--header-->
<div class="contents">
<a href="_metadata_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/* ***********************************************************************</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment">//</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment">// Copyright (C) 2025 -- The 4D-STAR Collaboration</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment">// File Author: Emily Boudreaux</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment">// Last Modified: March 17, 2025</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment">//</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment">// 4DSSE is free software; you can use it and/or modify</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment">// it under the terms and restrictions the GNU General Library Public</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment">// License version 3 (GPLv3) as published by the Free Software Foundation.</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment">//</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment">// 4DSSE is distributed in the hope that it will be useful,</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">// but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment">// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment">// See the GNU Library General Public License for more details.</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment">//</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment">// You should have received a copy of the GNU Library General Public License</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment">// along with this software; if not, write to the Free Software</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment">// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="comment">//</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="comment">// *********************************************************************** */</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#ifndef METADATA_H</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#define METADATA_H</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#if defined(__APPLE__) || defined(__linux__)</span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#define EXPORT_SYMBOL __attribute__((visibility(&quot;default&quot;)))</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#else</span></div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"><a class="line" href="_metadata_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339"> 27</a></span><span class="preprocessor">#define EXPORT_SYMBOL</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#include &lt;string&gt;</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="preprocessor">#include &lt;vector&gt;</span></div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="preprocessor">#include &lt;cstddef&gt;</span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="preprocessor">#include &lt;iostream&gt;</span></div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span></div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span></div>
<div class="foldopen" id="foldopen00051" data-start="{" data-end="};">
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="class_metadata.html"> 51</a></span><span class="keyword">class </span><a class="code hl_define" href="_metadata_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339">EXPORT_SYMBOL</a> <a class="code hl_function" href="class_metadata.html#ae849560667461008cb72e83919c20be0">Metadata</a> {</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"><a class="line" href="class_metadata.html#ae849560667461008cb72e83919c20be0"> 56</a></span> <a class="code hl_function" href="class_metadata.html#ae849560667461008cb72e83919c20be0">Metadata</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span></div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <a class="code hl_function" href="class_metadata.html#ae849560667461008cb72e83919c20be0">Metadata</a>(std::size_t byteSize, std::string dataType, std::vector&lt;std::size_t&gt; dimensions, <span class="keywordtype">bool</span> debugFlag = <span class="keyword">false</span>);</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span></div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> [[nodiscard]] std::size_t <a class="code hl_function" href="class_metadata.html#ac7980d1efdd6ae434f0115f83d08348e">getByteSize</a>() const noexcept;</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span></div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_metadata.html#a07035de7b0c780ef340e1a11c60a4d2b">setByteSize</a>(std::<span class="keywordtype">size_t</span> byteSize) noexcept;</div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span></div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> [[nodiscard]] const std::<span class="keywordtype">string</span>&amp; <a class="code hl_function" href="class_metadata.html#aeed7f22ccc61d9a3d6425441d381dcdc">getDataType</a>() const noexcept;</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span></div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_metadata.html#a88f4f57d443e2b7664e75e57a29dfbf0">setDataType</a>(const std::<span class="keywordtype">string</span>&amp; dataType);</div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span></div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> [[nodiscard]] const std::vector&lt;std::<span class="keywordtype">size_t</span>&gt;&amp; <a class="code hl_function" href="class_metadata.html#a412c0c0b8754d85f9edbbdcd637f3b20">getDimensions</a>() const noexcept;</div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span></div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_metadata.html#af5264d1666839e69c192b565b5cfa606">setDimensions</a>(const std::vector&lt;std::<span class="keywordtype">size_t</span>&gt;&amp; dimensions);</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span></div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> [[nodiscard]] <span class="keywordtype">bool</span> <a class="code hl_function" href="class_metadata.html#abe52c81e04665628666b4140cd346b69">isDebugEnabled</a>() const noexcept;</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span></div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_metadata.html#a365c4594ad65c3b10b40a1cf4f4aea26">setDebugEnabled</a>(<span class="keywordtype">bool</span> debugFlag) noexcept;</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span></div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> friend std::ostream&amp; operator&lt;&lt;(std::ostream&amp; os, const <a class="code hl_function" href="class_metadata.html#ae849560667461008cb72e83919c20be0">Metadata</a>&amp; metadata);</div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> </div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span>private:</div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"><a class="line" href="class_metadata.html#ac73a509797c98c0d52fb32e1f93e38bc"> 126</a></span> <span class="keywordtype">int</span> <a class="code hl_variable" href="class_metadata.html#ac73a509797c98c0d52fb32e1f93e38bc">byteSize_</a> = 0; </div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"><a class="line" href="class_metadata.html#a290205e5f46416dd0f48bd6ff62888ac"> 127</a></span> std::<span class="keywordtype">string</span> <a class="code hl_variable" href="class_metadata.html#a290205e5f46416dd0f48bd6ff62888ac">dataType_</a>; </div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"><a class="line" href="class_metadata.html#a163f74d4ef9ecd13a34e7e9cab2e21ce"> 128</a></span> std::vector&lt;std::<span class="keywordtype">size_t</span>&gt; <a class="code hl_variable" href="class_metadata.html#a163f74d4ef9ecd13a34e7e9cab2e21ce">dimensions_</a>; </div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"><a class="line" href="class_metadata.html#a65fd506f1bd41699d9cd19bc0dfc9701"> 129</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="class_metadata.html#a65fd506f1bd41699d9cd19bc0dfc9701">debugFlag_</a> = false; </div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span>};</div>
</div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> </div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span><span class="preprocessor">#endif </span><span class="comment">// METADATA_H</span></div>
<div class="ttc" id="a_metadata_8h_html_ab57c319c35ea0fbacf781f2ecb3a4339"><div class="ttname"><a href="_metadata_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339">EXPORT_SYMBOL</a></div><div class="ttdeci">#define EXPORT_SYMBOL</div><div class="ttdef"><b>Definition</b> <a href="#l00027">Metadata.h:27</a></div></div>
<div class="ttc" id="aclass_metadata_html_a07035de7b0c780ef340e1a11c60a4d2b"><div class="ttname"><a href="class_metadata.html#a07035de7b0c780ef340e1a11c60a4d2b">Metadata::setByteSize</a></div><div class="ttdeci">void setByteSize(std::size_t byteSize) noexcept</div><div class="ttdoc">Sets the total size of the data in bytes.</div><div class="ttdef"><b>Definition</b> <a href="_metadata_8cpp_source.html#l00062">Metadata.cpp:62</a></div></div>
<div class="ttc" id="aclass_metadata_html_a163f74d4ef9ecd13a34e7e9cab2e21ce"><div class="ttname"><a href="class_metadata.html#a163f74d4ef9ecd13a34e7e9cab2e21ce">Metadata::dimensions_</a></div><div class="ttdeci">std::vector&lt; std::size_t &gt; dimensions_</div><div class="ttdoc">Dimensions of the data (e.g., {3, 4} for a 3x4 matrix).</div><div class="ttdef"><b>Definition</b> <a href="#l00128">Metadata.h:128</a></div></div>
<div class="ttc" id="aclass_metadata_html_a290205e5f46416dd0f48bd6ff62888ac"><div class="ttname"><a href="class_metadata.html#a290205e5f46416dd0f48bd6ff62888ac">Metadata::dataType_</a></div><div class="ttdeci">std::string dataType_</div><div class="ttdoc">Type of the data (e.g., &quot;float&quot;, &quot;double&quot;).</div><div class="ttdef"><b>Definition</b> <a href="#l00127">Metadata.h:127</a></div></div>
<div class="ttc" id="aclass_metadata_html_a365c4594ad65c3b10b40a1cf4f4aea26"><div class="ttname"><a href="class_metadata.html#a365c4594ad65c3b10b40a1cf4f4aea26">Metadata::setDebugEnabled</a></div><div class="ttdeci">void setDebugEnabled(bool debugFlag) noexcept</div><div class="ttdoc">Sets the debugging flag.</div><div class="ttdef"><b>Definition</b> <a href="_metadata_8cpp_source.html#l00132">Metadata.cpp:132</a></div></div>
<div class="ttc" id="aclass_metadata_html_a412c0c0b8754d85f9edbbdcd637f3b20"><div class="ttname"><a href="class_metadata.html#a412c0c0b8754d85f9edbbdcd637f3b20">Metadata::getDimensions</a></div><div class="ttdeci">const std::vector&lt; std::size_t &gt; &amp; getDimensions() const noexcept</div><div class="ttdoc">Gets the dimensions of the data.</div><div class="ttdef"><b>Definition</b> <a href="_metadata_8cpp_source.html#l00098">Metadata.cpp:98</a></div></div>
<div class="ttc" id="aclass_metadata_html_a65fd506f1bd41699d9cd19bc0dfc9701"><div class="ttname"><a href="class_metadata.html#a65fd506f1bd41699d9cd19bc0dfc9701">Metadata::debugFlag_</a></div><div class="ttdeci">bool debugFlag_</div><div class="ttdoc">Indicates whether debugging is enabled.</div><div class="ttdef"><b>Definition</b> <a href="#l00129">Metadata.h:129</a></div></div>
<div class="ttc" id="aclass_metadata_html_a88f4f57d443e2b7664e75e57a29dfbf0"><div class="ttname"><a href="class_metadata.html#a88f4f57d443e2b7664e75e57a29dfbf0">Metadata::setDataType</a></div><div class="ttdeci">void setDataType(const std::string &amp;dataType)</div><div class="ttdoc">Sets the type of the data.</div><div class="ttdef"><b>Definition</b> <a href="_metadata_8cpp_source.html#l00086">Metadata.cpp:86</a></div></div>
<div class="ttc" id="aclass_metadata_html_abe52c81e04665628666b4140cd346b69"><div class="ttname"><a href="class_metadata.html#abe52c81e04665628666b4140cd346b69">Metadata::isDebugEnabled</a></div><div class="ttdeci">bool isDebugEnabled() const noexcept</div><div class="ttdoc">Checks if debugging information is enabled.</div><div class="ttdef"><b>Definition</b> <a href="_metadata_8cpp_source.html#l00120">Metadata.cpp:120</a></div></div>
<div class="ttc" id="aclass_metadata_html_ac73a509797c98c0d52fb32e1f93e38bc"><div class="ttname"><a href="class_metadata.html#ac73a509797c98c0d52fb32e1f93e38bc">Metadata::byteSize_</a></div><div class="ttdeci">int byteSize_</div><div class="ttdoc">Total size of the data in bytes.</div><div class="ttdef"><b>Definition</b> <a href="#l00126">Metadata.h:126</a></div></div>
<div class="ttc" id="aclass_metadata_html_ac7980d1efdd6ae434f0115f83d08348e"><div class="ttname"><a href="class_metadata.html#ac7980d1efdd6ae434f0115f83d08348e">Metadata::getByteSize</a></div><div class="ttdeci">std::size_t getByteSize() const noexcept</div><div class="ttdoc">Gets the total size of the data in bytes.</div><div class="ttdef"><b>Definition</b> <a href="_metadata_8cpp_source.html#l00050">Metadata.cpp:50</a></div></div>
<div class="ttc" id="aclass_metadata_html_ae849560667461008cb72e83919c20be0"><div class="ttname"><a href="class_metadata.html#ae849560667461008cb72e83919c20be0">Metadata::Metadata</a></div><div class="ttdeci">Metadata()=default</div><div class="ttdoc">Default constructor for Metadata.</div></div>
<div class="ttc" id="aclass_metadata_html_aeed7f22ccc61d9a3d6425441d381dcdc"><div class="ttname"><a href="class_metadata.html#aeed7f22ccc61d9a3d6425441d381dcdc">Metadata::getDataType</a></div><div class="ttdeci">const std::string &amp; getDataType() const noexcept</div><div class="ttdoc">Gets the type of the data.</div><div class="ttdef"><b>Definition</b> <a href="_metadata_8cpp_source.html#l00074">Metadata.cpp:74</a></div></div>
<div class="ttc" id="aclass_metadata_html_af5264d1666839e69c192b565b5cfa606"><div class="ttname"><a href="class_metadata.html#af5264d1666839e69c192b565b5cfa606">Metadata::setDimensions</a></div><div class="ttdeci">void setDimensions(const std::vector&lt; std::size_t &gt; &amp;dimensions)</div><div class="ttdoc">Sets the dimensions of the data.</div><div class="ttdef"><b>Definition</b> <a href="_metadata_8cpp_source.html#l00109">Metadata.cpp:109</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_768194193337d64eaa7edd2c5f5038a4.html">dobj</a></li><li class="navelem"><a class="el" href="dir_5657658ab0dc14c9c63c088cb1f6321c.html">public</a></li><li class="navelem"><a class="el" href="_metadata_8h.html">Metadata.h</a></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
</ul>
</div>
</body>
</html>