This commit is contained in:
bthomee
2025-08-19 09:49:50 -07:00
parent bb5efdeec8
commit e7f4ae8bed
14888 changed files with 259444 additions and 168566 deletions

View File

@@ -3,7 +3,7 @@
<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.9.5"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>rippled: LedgerReplay.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -29,7 +29,7 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.5 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
@@ -46,6 +46,11 @@ $(function() {
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
@@ -108,6 +113,7 @@ $(function() {
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="keyword">class </span>Ledger;</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="keyword">class </span>STTx;</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div>
<div class="foldopen" id="foldopen00033" data-start="{" data-end="};">
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerReplay.html"> 33</a></span><span class="keyword">class </span><a class="code hl_class" href="classripple_1_1LedgerReplay.html">LedgerReplay</a> : <span class="keyword">public</span> <a class="code hl_class" href="classripple_1_1CountedObject.html">CountedObject</a>&lt;LedgerReplay&gt;</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span>{</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerReplay.html#a5b04ce33c6c1f7ac628442d9b3a15644"> 35</a></span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;Ledger const&gt;</a> <a class="code hl_variable" href="classripple_1_1LedgerReplay.html#a5b04ce33c6c1f7ac628442d9b3a15644">parent_</a>;</div>
@@ -125,44 +131,51 @@ $(function() {
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a>&lt;<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;STTx const&gt;</a>&gt;&amp;&amp; <a class="code hl_function" href="classripple_1_1LedgerReplay.html#a52f068321aa5441efd0520f87c0e450e">orderedTxns</a>);</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> </div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;Ledger const&gt;</a> <span class="keyword">const</span>&amp;</div>
<div class="foldopen" id="foldopen00052" data-start="{" data-end="}">
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerReplay.html#a420112a9174dcde59c1bccf9d4203034"> 52</a></span> <a class="code hl_function" href="classripple_1_1LedgerReplay.html#a420112a9174dcde59c1bccf9d4203034">parent</a>()<span class="keyword"> const</span></div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1LedgerReplay.html#a5b04ce33c6c1f7ac628442d9b3a15644">parent_</a>;</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> }</div>
</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;Ledger const&gt;</a> <span class="keyword">const</span>&amp;</div>
<div class="foldopen" id="foldopen00060" data-start="{" data-end="}">
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerReplay.html#a5cf06b80c6401ba7ce4b5a9ded438b6f"> 60</a></span> <a class="code hl_function" href="classripple_1_1LedgerReplay.html#a5cf06b80c6401ba7ce4b5a9ded438b6f">replay</a>()<span class="keyword"> const</span></div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1LedgerReplay.html#a950ead1f9e9669adf998a632d98c0d1b">replay_</a>;</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> }</div>
</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> </div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map&lt;std::uint32_t, std::shared_ptr&lt;STTx const&gt;</a>&gt; <span class="keyword">const</span>&amp;</div>
<div class="foldopen" id="foldopen00068" data-start="{" data-end="}">
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerReplay.html#a52f068321aa5441efd0520f87c0e450e"> 68</a></span> <a class="code hl_function" href="classripple_1_1LedgerReplay.html#a52f068321aa5441efd0520f87c0e450e">orderedTxns</a>()<span class="keyword"> const</span></div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1LedgerReplay.html#a3df8a7cf356cead21e923ccd7ae54ee2">orderedTxns_</a>;</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> }</div>
</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span>};</div>
</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> </div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span>} <span class="comment">// namespace ripple</span></div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> </div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="aclassripple_1_1CountedObject_html"><div class="ttname"><a href="classripple_1_1CountedObject.html">ripple::CountedObject</a></div><div class="ttdoc">Tracks the number of instances of an object.</div><div class="ttdef"><b>Definition:</b> <a href="CountedObject_8h_source.html#l00125">CountedObject.h:126</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerReplay_html"><div class="ttname"><a href="classripple_1_1LedgerReplay.html">ripple::LedgerReplay</a></div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplay_8h_source.html#l00033">LedgerReplay.h:34</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerReplay_html_a3df8a7cf356cead21e923ccd7ae54ee2"><div class="ttname"><a href="classripple_1_1LedgerReplay.html#a3df8a7cf356cead21e923ccd7ae54ee2">ripple::LedgerReplay::orderedTxns_</a></div><div class="ttdeci">std::map&lt; std::uint32_t, std::shared_ptr&lt; STTx const &gt; &gt; orderedTxns_</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplay_8h_source.html#l00037">LedgerReplay.h:37</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerReplay_html_a420112a9174dcde59c1bccf9d4203034"><div class="ttname"><a href="classripple_1_1LedgerReplay.html#a420112a9174dcde59c1bccf9d4203034">ripple::LedgerReplay::parent</a></div><div class="ttdeci">std::shared_ptr&lt; Ledger const &gt; const &amp; parent() const</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplay_8h_source.html#l00052">LedgerReplay.h:52</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerReplay_html_a52f068321aa5441efd0520f87c0e450e"><div class="ttname"><a href="classripple_1_1LedgerReplay.html#a52f068321aa5441efd0520f87c0e450e">ripple::LedgerReplay::orderedTxns</a></div><div class="ttdeci">std::map&lt; std::uint32_t, std::shared_ptr&lt; STTx const &gt; &gt; const &amp; orderedTxns() const</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplay_8h_source.html#l00068">LedgerReplay.h:68</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerReplay_html_a5b04ce33c6c1f7ac628442d9b3a15644"><div class="ttname"><a href="classripple_1_1LedgerReplay.html#a5b04ce33c6c1f7ac628442d9b3a15644">ripple::LedgerReplay::parent_</a></div><div class="ttdeci">std::shared_ptr&lt; Ledger const &gt; parent_</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplay_8h_source.html#l00035">LedgerReplay.h:35</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerReplay_html_a5cf06b80c6401ba7ce4b5a9ded438b6f"><div class="ttname"><a href="classripple_1_1LedgerReplay.html#a5cf06b80c6401ba7ce4b5a9ded438b6f">ripple::LedgerReplay::replay</a></div><div class="ttdeci">std::shared_ptr&lt; Ledger const &gt; const &amp; replay() const</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplay_8h_source.html#l00060">LedgerReplay.h:60</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerReplay_html_a950ead1f9e9669adf998a632d98c0d1b"><div class="ttname"><a href="classripple_1_1LedgerReplay.html#a950ead1f9e9669adf998a632d98c0d1b">ripple::LedgerReplay::replay_</a></div><div class="ttdeci">std::shared_ptr&lt; Ledger const &gt; replay_</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplay_8h_source.html#l00036">LedgerReplay.h:36</a></div></div>
<div class="ttc" id="aclassripple_1_1CountedObject_html"><div class="ttname"><a href="classripple_1_1CountedObject.html">ripple::CountedObject</a></div><div class="ttdoc">Tracks the number of instances of an object.</div><div class="ttdef"><b>Definition</b> <a href="CountedObject_8h_source.html#l00125">CountedObject.h:126</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerReplay_html"><div class="ttname"><a href="classripple_1_1LedgerReplay.html">ripple::LedgerReplay</a></div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay_8h_source.html#l00033">LedgerReplay.h:34</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerReplay_html_a3df8a7cf356cead21e923ccd7ae54ee2"><div class="ttname"><a href="classripple_1_1LedgerReplay.html#a3df8a7cf356cead21e923ccd7ae54ee2">ripple::LedgerReplay::orderedTxns_</a></div><div class="ttdeci">std::map&lt; std::uint32_t, std::shared_ptr&lt; STTx const &gt; &gt; orderedTxns_</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay_8h_source.html#l00037">LedgerReplay.h:37</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerReplay_html_a420112a9174dcde59c1bccf9d4203034"><div class="ttname"><a href="classripple_1_1LedgerReplay.html#a420112a9174dcde59c1bccf9d4203034">ripple::LedgerReplay::parent</a></div><div class="ttdeci">std::shared_ptr&lt; Ledger const &gt; const &amp; parent() const</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay_8h_source.html#l00052">LedgerReplay.h:52</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerReplay_html_a52f068321aa5441efd0520f87c0e450e"><div class="ttname"><a href="classripple_1_1LedgerReplay.html#a52f068321aa5441efd0520f87c0e450e">ripple::LedgerReplay::orderedTxns</a></div><div class="ttdeci">std::map&lt; std::uint32_t, std::shared_ptr&lt; STTx const &gt; &gt; const &amp; orderedTxns() const</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay_8h_source.html#l00068">LedgerReplay.h:68</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerReplay_html_a5b04ce33c6c1f7ac628442d9b3a15644"><div class="ttname"><a href="classripple_1_1LedgerReplay.html#a5b04ce33c6c1f7ac628442d9b3a15644">ripple::LedgerReplay::parent_</a></div><div class="ttdeci">std::shared_ptr&lt; Ledger const &gt; parent_</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay_8h_source.html#l00035">LedgerReplay.h:35</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerReplay_html_a5cf06b80c6401ba7ce4b5a9ded438b6f"><div class="ttname"><a href="classripple_1_1LedgerReplay.html#a5cf06b80c6401ba7ce4b5a9ded438b6f">ripple::LedgerReplay::replay</a></div><div class="ttdeci">std::shared_ptr&lt; Ledger const &gt; const &amp; replay() const</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay_8h_source.html#l00060">LedgerReplay.h:60</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerReplay_html_a950ead1f9e9669adf998a632d98c0d1b"><div class="ttname"><a href="classripple_1_1LedgerReplay.html#a950ead1f9e9669adf998a632d98c0d1b">ripple::LedgerReplay::replay_</a></div><div class="ttdeci">std::shared_ptr&lt; Ledger const &gt; replay_</div><div class="ttdef"><b>Definition</b> <a href="LedgerReplay_8h_source.html#l00036">LedgerReplay.h:36</a></div></div>
<div class="ttc" id="acstdint_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cstdint.html">cstdint</a></div></div>
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a></div></div>
<div class="ttc" id="amap_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/map.html">map</a></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="algorithm_8h_source.html#l00025">algorithm.h:25</a></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="algorithm_8h_source.html#l00025">algorithm.h:25</a></div></div>
<div class="ttc" id="ashared_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>