This commit is contained in:
ximinez
2025-01-28 15:50:10 +00:00
parent af9fe2651a
commit 32429cc6d3
1647 changed files with 32697 additions and 32600 deletions

View File

@@ -101,12 +101,12 @@ Collaboration diagram for ripple::BasicConfig:</div>
<div class="dyncontent">
<div class="center"><img src="classripple_1_1BasicConfig__coll__graph.png" border="0" usemap="#aripple_1_1BasicConfig_coll__map" alt="Collaboration graph"/></div>
<map name="aripple_1_1BasicConfig_coll__map" id="aripple_1_1BasicConfig_coll__map">
<area shape="rect" title="Holds unparsed configuration information." alt="" coords="1163,20,1305,45"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/container/map.html" title=" " alt="" coords="911,5,1073,60"/>
<area shape="rect" title="Holds unparsed configuration information." alt="" coords="1152,20,1295,45"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/container/unordered_map.html" title=" " alt="" coords="911,5,1063,60"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/string/basic_string.html" title=" " alt="" coords="193,72,280,97"/>
<area shape="rect" href="classripple_1_1Section.html" title="Holds a collection of configuration values." alt="" coords="683,68,797,93"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/container/map.html" title=" " alt="" coords="405,107,568,147"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/container/vector.html" title=" " alt="" coords="393,172,580,197"/>
<area shape="rect" href="classripple_1_1Section.html" title="Holds a collection of configuration values." alt="" coords="683,69,797,95"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/container/unordered_map.html" title=" " alt="" coords="411,108,563,163"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/container/vector.html" title=" " alt="" coords="393,187,580,212"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/string/basic_string.html" title=" " alt="" coords="5,65,144,105"/>
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
@@ -143,13 +143,13 @@ Public Member Functions</h2></td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pro-methods" name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr class="memitem:aa86db3273a1ea032a13c58220255d6e6"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1BasicConfig.html#aa86db3273a1ea032a13c58220255d6e6">build</a> (<a class="el" href="namespaceripple.html#a055e8fa202b98cbf0b9abb812e093b4e">IniFileSections</a> const &amp;ifs)</td></tr>
<tr class="memitem:aa86db3273a1ea032a13c58220255d6e6"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1BasicConfig.html#aa86db3273a1ea032a13c58220255d6e6">build</a> (<a class="el" href="namespaceripple.html#ae2acf2a346dd759d84af97c8d5ccbc6f">IniFileSections</a> const &amp;ifs)</td></tr>
<tr class="separator:aa86db3273a1ea032a13c58220255d6e6"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pri-attribs" name="pri-attribs"></a>
Private Attributes</h2></td></tr>
<tr class="memitem:a9ea715907c7a350de242c3b8391fd333"><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a>&lt; <a class="elRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a>, <a class="el" href="classripple_1_1Section.html">Section</a>, boost::beast::iless &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1BasicConfig.html#a9ea715907c7a350de242c3b8391fd333">map_</a></td></tr>
<tr class="separator:a9ea715907c7a350de242c3b8391fd333"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac1faf413a495d8095b0853d602052276"><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="http://en.cppreference.com/w/cpp/container/unordered_map.html">std::unordered_map</a>&lt; <a class="elRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a>, <a class="el" href="classripple_1_1Section.html">Section</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1BasicConfig.html#ac1faf413a495d8095b0853d602052276">map_</a></td></tr>
<tr class="separator:ac1faf413a495d8095b0853d602052276"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="friends" name="friends"></a>
Friends</h2></td></tr>
@@ -160,7 +160,7 @@ Friends</h2></td></tr>
<div class="textblock"><p >Holds unparsed configuration information. </p>
<p >The raw data sections are processed with intermediate parsers specific to each module instead of being all parsed in a central location. </p>
<p class="definition">Definition at line <a class="el" href="BasicConfig_8h_source.html#l00215">215</a> of file <a class="el" href="BasicConfig_8h_source.html">BasicConfig.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="BasicConfig_8h_source.html#l00218">218</a> of file <a class="el" href="BasicConfig_8h_source.html">BasicConfig.h</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a id="a09b31b8ed3c769b4c23b040c3d4798ed" name="a09b31b8ed3c769b4c23b040c3d4798ed"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a09b31b8ed3c769b4c23b040c3d4798ed">&#9670;&#160;</a></span>exists()</h2>
@@ -243,7 +243,7 @@ Friends</h2></td></tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="BasicConfig_8h_source.html#l00236">236</a> of file <a class="el" href="BasicConfig_8h_source.html">BasicConfig.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="BasicConfig_8h_source.html#l00239">239</a> of file <a class="el" href="BasicConfig_8h_source.html">BasicConfig.h</a>.</p>
</div>
</div>
@@ -263,7 +263,7 @@ Friends</h2></td></tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="BasicConfig_8h_source.html#l00242">242</a> of file <a class="el" href="BasicConfig_8h_source.html">BasicConfig.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="BasicConfig_8h_source.html#l00245">245</a> of file <a class="el" href="BasicConfig_8h_source.html">BasicConfig.h</a>.</p>
</div>
</div>
@@ -413,7 +413,7 @@ Friends</h2></td></tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="BasicConfig_8h_source.html#l00292">292</a> of file <a class="el" href="BasicConfig_8h_source.html">BasicConfig.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="BasicConfig_8h_source.html#l00295">295</a> of file <a class="el" href="BasicConfig_8h_source.html">BasicConfig.h</a>.</p>
</div>
</div>
@@ -429,7 +429,7 @@ Friends</h2></td></tr>
<tr>
<td class="memname">void ripple::BasicConfig::build </td>
<td>(</td>
<td class="paramtype"><a class="el" href="namespaceripple.html#a055e8fa202b98cbf0b9abb812e093b4e">IniFileSections</a> const &amp;&#160;</td>
<td class="paramtype"><a class="el" href="namespaceripple.html#ae2acf2a346dd759d84af97c8d5ccbc6f">IniFileSections</a> const &amp;&#160;</td>
<td class="paramname"><em>ifs</em></td><td>)</td>
<td></td>
</tr>
@@ -485,8 +485,8 @@ Friends</h2></td></tr>
</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
<a id="a9ea715907c7a350de242c3b8391fd333" name="a9ea715907c7a350de242c3b8391fd333"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9ea715907c7a350de242c3b8391fd333">&#9670;&#160;</a></span>map_</h2>
<a id="ac1faf413a495d8095b0853d602052276" name="ac1faf413a495d8095b0853d602052276"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac1faf413a495d8095b0853d602052276">&#9670;&#160;</a></span>map_</h2>
<div class="memitem">
<div class="memproto">
@@ -495,7 +495,7 @@ Friends</h2></td></tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a>&lt;<a class="elRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a>, <a class="el" href="classripple_1_1Section.html">Section</a>, boost::beast::iless&gt; ripple::BasicConfig::map_</td>
<td class="memname"><a class="elRef" href="http://en.cppreference.com/w/cpp/container/unordered_map.html">std::unordered_map</a>&lt;<a class="elRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a>, <a class="el" href="classripple_1_1Section.html">Section</a>&gt; ripple::BasicConfig::map_</td>
</tr>
</table>
</td>
@@ -505,7 +505,7 @@ Friends</h2></td></tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="BasicConfig_8h_source.html#l00218">218</a> of file <a class="el" href="BasicConfig_8h_source.html">BasicConfig.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="BasicConfig_8h_source.html#l00221">221</a> of file <a class="el" href="BasicConfig_8h_source.html">BasicConfig.h</a>.</p>
</div>
</div>