This commit is contained in:
manojsdoshi
2023-11-08 18:39:32 +00:00
parent e2a2b5c865
commit c5554cfb8a
2686 changed files with 55239 additions and 53717 deletions

View File

@@ -203,10 +203,10 @@ $(function() {
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;<a class="code" href="classripple_1_1Section.html">Section</a> <span class="keyword">const</span>&amp;</div>
<div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="classripple_1_1BasicConfig.html#a69db08289110c1ef0d82f741f7951baa"> 133</a></span>&#160;<a class="code" href="classripple_1_1BasicConfig.html#a60aca585d76b1121dd4f72b358729456">BasicConfig::section</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>&amp; name)<span class="keyword"> const</span></div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; <span class="keyword">static</span> <a class="code" href="classripple_1_1Section.html">Section</a> <a class="code" href="namespaceripple.html#a169967ff418b80729654b6d45ade8711a334c4a4c42fdb79d7ebc3e73b517e6f8">none</a>(<span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; <span class="keyword">static</span> <a class="code" href="classripple_1_1Section.html">Section</a> none(<span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; <span class="keyword">auto</span> <span class="keyword">const</span> iter = <a class="code" href="classripple_1_1BasicConfig.html#a9ea715907c7a350de242c3b8391fd333">map_</a>.find(name);</div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; <span class="keywordflow">if</span> (iter == <a class="code" href="classripple_1_1BasicConfig.html#a9ea715907c7a350de242c3b8391fd333">map_</a>.end())</div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#a169967ff418b80729654b6d45ade8711a334c4a4c42fdb79d7ebc3e73b517e6f8">none</a>;</div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; <span class="keywordflow">return</span> none;</div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; <span class="keywordflow">return</span> iter-&gt;second;</div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160;}</div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; </div>
@@ -286,7 +286,6 @@ $(function() {
<div class="ttc" id="ainsert_or_assign_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/map/insert_or_assign.html">std::map::insert_or_assign</a></div><div class="ttdeci">T insert_or_assign(T... args)</div></div>
<div class="ttc" id="aclassripple_1_1BasicConfig_html_a556417c29df26f83f08f81c64f2375b8"><div class="ttname"><a href="classripple_1_1BasicConfig.html#a556417c29df26f83f08f81c64f2375b8">ripple::BasicConfig::deprecatedClearSection</a></div><div class="ttdeci">void deprecatedClearSection(std::string const &amp;section)</div><div class="ttdoc">Remove all the key/value pairs from the section.</div><div class="ttdef"><b>Definition:</b> <a href="BasicConfig_8cpp_source.html#l00156">BasicConfig.cpp:156</a></div></div>
<div class="ttc" id="abasic_ostream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::ostream</a></div><div class="ttdoc">STL class.</div></div>
<div class="ttc" id="anamespaceripple_html_a169967ff418b80729654b6d45ade8711a334c4a4c42fdb79d7ebc3e73b517e6f8"><div class="ttname"><a href="namespaceripple.html#a169967ff418b80729654b6d45ade8711a334c4a4c42fdb79d7ebc3e73b517e6f8">ripple::JsonOptions::none</a></div><div class="ttdeci">@ none</div></div>
<div class="ttc" id="aclassripple_1_1BasicConfig_html_aa86db3273a1ea032a13c58220255d6e6"><div class="ttname"><a href="classripple_1_1BasicConfig.html#aa86db3273a1ea032a13c58220255d6e6">ripple::BasicConfig::build</a></div><div class="ttdeci">void build(IniFileSections const &amp;ifs)</div><div class="ttdef"><b>Definition:</b> <a href="BasicConfig_8cpp_source.html#l00176">BasicConfig.cpp:176</a></div></div>
<div class="ttc" id="aclassripple_1_1BasicConfig_html_ae2c21d011e6424d4917db175ef9df301"><div class="ttname"><a href="classripple_1_1BasicConfig.html#ae2c21d011e6424d4917db175ef9df301">ripple::BasicConfig::legacy</a></div><div class="ttdeci">void legacy(std::string const &amp;section, std::string value)</div><div class="ttdoc">Set a value that is not a key/value pair.</div><div class="ttdef"><b>Definition:</b> <a href="BasicConfig_8cpp_source.html#l00164">BasicConfig.cpp:164</a></div></div>
<div class="ttc" id="aclassripple_1_1Section_html_ad6acd93afdf9fc50942f9c6c10f21942"><div class="ttname"><a href="classripple_1_1Section.html#ad6acd93afdf9fc50942f9c6c10f21942">ripple::Section::lines</a></div><div class="ttdeci">std::vector&lt; std::string &gt; const &amp; lines() const</div><div class="ttdoc">Returns all the lines in the section.</div><div class="ttdef"><b>Definition:</b> <a href="BasicConfig_8h_source.html#l00068">BasicConfig.h:68</a></div></div>