This commit is contained in:
intelliot
2023-08-21 23:24:10 +00:00
parent 6f1ca2cba3
commit 2082d336dc
2389 changed files with 122140 additions and 114310 deletions

View File

@@ -130,7 +130,7 @@ $(function() {
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; </div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <a class="code" href="classripple_1_1LedgerDeltaAcquire.html#af74d2edea033488979054171ab01a6fa">processData</a>(</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <a class="code" href="structripple_1_1LedgerInfo.html">LedgerInfo</a> <span class="keyword">const</span>&amp; info,</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <a class="code" href="structripple_1_1LedgerHeader.html">LedgerInfo</a> <span class="keyword">const</span>&amp; info,</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a>&lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>, <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;STTx const&gt;</a>&gt;&amp;&amp; orderedTxns);</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; </div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;Ledger const&gt;</a></div>
@@ -206,6 +206,7 @@ $(function() {
<div class="ttc" id="aclassripple_1_1test_1_1LedgerReplayClient_html"><div class="ttname"><a href="classripple_1_1test_1_1LedgerReplayClient.html">ripple::test::LedgerReplayClient</a></div><div class="ttdoc">Ledger replay client side.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplay__test_8cpp_source.html#l00561">LedgerReplay_test.cpp:561</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerDeltaAcquire_html_ad2e598351677e94036ad2e43c6a74d79"><div class="ttname"><a href="classripple_1_1LedgerDeltaAcquire.html#ad2e598351677e94036ad2e43c6a74d79">ripple::LedgerDeltaAcquire::addDataCallback</a></div><div class="ttdeci">void addDataCallback(InboundLedger::Reason reason, OnDeltaDataCB &amp;&amp;cb)</div><div class="ttdoc">Add a reason and a callback to the LedgerDeltaAcquire subtask.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerDeltaAcquire_8cpp_source.html#l00170">LedgerDeltaAcquire.cpp:170</a></div></div>
<div class="ttc" id="aclassripple_1_1InboundLedgers_html"><div class="ttname"><a href="classripple_1_1InboundLedgers.html">ripple::InboundLedgers</a></div><div class="ttdoc">Manages the lifetime of inbound ledgers.</div><div class="ttdef"><b>Definition:</b> <a href="InboundLedgers_8h_source.html#l00033">InboundLedgers.h:33</a></div></div>
<div class="ttc" id="astructripple_1_1LedgerHeader_html"><div class="ttname"><a href="structripple_1_1LedgerHeader.html">ripple::LedgerHeader</a></div><div class="ttdoc">Information about the notional ledger backing the view.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHeader_8h_source.html#l00033">LedgerHeader.h:33</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerDeltaAcquire_html_ac91d92a517554c6ae05ebc1e41c0c0c3"><div class="ttname"><a href="classripple_1_1LedgerDeltaAcquire.html#ac91d92a517554c6ae05ebc1e41c0c0c3">ripple::LedgerDeltaAcquire::pmDowncast</a></div><div class="ttdeci">std::weak_ptr&lt; TimeoutCounter &gt; pmDowncast() override</div><div class="ttdoc">Return a weak pointer to this.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerDeltaAcquire_8cpp_source.html#l00133">LedgerDeltaAcquire.cpp:133</a></div></div>
<div class="ttc" id="aweak_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/weak_ptr.html">std::weak_ptr</a></div><div class="ttdoc">STL class.</div></div>
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition:</b> <a href="RCLCensorshipDetector_8h_source.html#l00029">RCLCensorshipDetector.h:29</a></div></div>
@@ -214,7 +215,6 @@ $(function() {
<div class="ttc" id="aclassripple_1_1LedgerDeltaAcquire_html_a506c055b3ba74b6e36de8f64f6bdd586"><div class="ttname"><a href="classripple_1_1LedgerDeltaAcquire.html#a506c055b3ba74b6e36de8f64f6bdd586">ripple::LedgerDeltaAcquire::tryBuild</a></div><div class="ttdeci">std::shared_ptr&lt; Ledger const &gt; tryBuild(std::shared_ptr&lt; Ledger const &gt; const &amp;parent)</div><div class="ttdoc">Try to build the ledger if not already.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerDeltaAcquire_8cpp_source.html#l00192">LedgerDeltaAcquire.cpp:192</a></div></div>
<div class="ttc" id="aoptional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional</a></div></div>
<div class="ttc" id="asize_t_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div></div>
<div class="ttc" id="astructripple_1_1LedgerInfo_html"><div class="ttname"><a href="structripple_1_1LedgerInfo.html">ripple::LedgerInfo</a></div><div class="ttdoc">Information about the notional ledger backing the view.</div><div class="ttdef"><b>Definition:</b> <a href="ReadView_8h_source.html#l00075">ReadView.h:75</a></div></div>
<div class="ttc" id="aclassripple_1_1InboundLedger_html_a3e8d7f8b5fa089a184dcc9b00b6e0da7"><div class="ttname"><a href="classripple_1_1InboundLedger.html#a3e8d7f8b5fa089a184dcc9b00b6e0da7">ripple::InboundLedger::Reason</a></div><div class="ttdeci">Reason</div><div class="ttdef"><b>Definition:</b> <a href="InboundLedger_8h_source.html#l00043">InboundLedger.h:43</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerReplayTask_html"><div class="ttname"><a href="classripple_1_1LedgerReplayTask.html">ripple::LedgerReplayTask</a></div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayTask_8h_source.html#l00040">LedgerReplayTask.h:40</a></div></div>
<div class="ttc" id="aunique_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a></div><div class="ttdoc">STL class.</div></div>