This commit is contained in:
intelliot
2023-04-11 22:54:00 +00:00
parent af6e9013ea
commit 97153de244
159 changed files with 5791 additions and 5672 deletions

View File

@@ -134,9 +134,9 @@ Classes</h2></td></tr>
Public Member Functions</h2></td></tr>
<tr class="memitem:a38f560ae8e28cf743665f2151b2826a9"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerHistory.html#a38f560ae8e28cf743665f2151b2826a9">LedgerHistory</a> (<a class="el" href="classbeast_1_1insight_1_1Collector.html#ad1677ecd39a09b6a8bb8f2e073266bc4">beast::insight::Collector::ptr</a> const &amp;collector, <a class="el" href="classripple_1_1Application.html">Application</a> &amp;app)</td></tr>
<tr class="separator:a38f560ae8e28cf743665f2151b2826a9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1148d79bd25d415e793e4d11f79836bf"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerHistory.html#a1148d79bd25d415e793e4d11f79836bf">insert</a> (<a class="elRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a>&lt; <a class="el" href="classripple_1_1Ledger.html">Ledger</a> const &gt; ledger, bool validated)</td></tr>
<tr class="memdesc:a1148d79bd25d415e793e4d11f79836bf"><td class="mdescLeft">&#160;</td><td class="mdescRight">Track a ledger. <a href="classripple_1_1LedgerHistory.html#a1148d79bd25d415e793e4d11f79836bf">More...</a><br /></td></tr>
<tr class="separator:a1148d79bd25d415e793e4d11f79836bf"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adaa8295b513d8c306f074cc9ca7755d0"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerHistory.html#adaa8295b513d8c306f074cc9ca7755d0">insert</a> (<a class="elRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a>&lt; <a class="el" href="classripple_1_1Ledger.html">Ledger</a> const &gt; const &amp;ledger, bool validated)</td></tr>
<tr class="memdesc:adaa8295b513d8c306f074cc9ca7755d0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Track a ledger. <a href="classripple_1_1LedgerHistory.html#adaa8295b513d8c306f074cc9ca7755d0">More...</a><br /></td></tr>
<tr class="separator:adaa8295b513d8c306f074cc9ca7755d0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a507bb40b5649985141e3dcbf57bd481d"><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerHistory.html#a507bb40b5649985141e3dcbf57bd481d">getCacheHitRate</a> ()</td></tr>
<tr class="memdesc:a507bb40b5649985141e3dcbf57bd481d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the ledgers_by_hash cache hit rate. <a href="classripple_1_1LedgerHistory.html#a507bb40b5649985141e3dcbf57bd481d">More...</a><br /></td></tr>
<tr class="separator:a507bb40b5649985141e3dcbf57bd481d"><td class="memSeparator" colspan="2">&#160;</td></tr>
@@ -279,8 +279,8 @@ Private Attributes</h2></td></tr>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="a1148d79bd25d415e793e4d11f79836bf"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1148d79bd25d415e793e4d11f79836bf">&#9670;&nbsp;</a></span>insert()</h2>
<a id="adaa8295b513d8c306f074cc9ca7755d0"></a>
<h2 class="memtitle"><span class="permalink"><a href="#adaa8295b513d8c306f074cc9ca7755d0">&#9670;&nbsp;</a></span>insert()</h2>
<div class="memitem">
<div class="memproto">
@@ -288,7 +288,7 @@ Private Attributes</h2></td></tr>
<tr>
<td class="memname">bool ripple::LedgerHistory::insert </td>
<td>(</td>
<td class="paramtype"><a class="elRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a>&lt; <a class="el" href="classripple_1_1Ledger.html">Ledger</a> const &gt;&#160;</td>
<td class="paramtype"><a class="elRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a>&lt; <a class="el" href="classripple_1_1Ledger.html">Ledger</a> const &gt; const &amp;&#160;</td>
<td class="paramname"><em>ledger</em>, </td>
</tr>
<tr>
@@ -352,7 +352,7 @@ Private Attributes</h2></td></tr>
<p>Get a ledger given its sequence number. </p>
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00084">84</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00083">83</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
</div>
</div>
@@ -374,7 +374,7 @@ Private Attributes</h2></td></tr>
<p>Retrieve a ledger given its hash. </p>
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00117">117</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00116">116</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
</div>
</div>
@@ -403,7 +403,7 @@ Private Attributes</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The hash of the specified ledger </dd></dl>
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00072">72</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00074">74</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
</div>
</div>
@@ -462,7 +462,7 @@ Private Attributes</h2></td></tr>
<p>Report that we have locally built a particular ledger. </p>
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00423">423</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00426">426</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
</div>
</div>
@@ -494,7 +494,7 @@ Private Attributes</h2></td></tr>
<p>Report that we have validated a particular ledger. </p>
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00464">464</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00467">467</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
</div>
</div>
@@ -535,7 +535,7 @@ Private Attributes</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> if the mapping was repaired </dd></dl>
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00505">505</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00508">508</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
</div>
</div>
@@ -555,7 +555,7 @@ Private Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00519">519</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00522">522</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
</div>
</div>
@@ -623,7 +623,7 @@ Private Attributes</h2></td></tr>
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00315">315</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00318">318</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
</div>
</div>