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: OpenLedger.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()"
@@ -125,6 +130,7 @@ $(function() {
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> </div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span><span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
<div class="foldopen" id="foldopen00051" data-start="{" data-end="};">
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="classripple_1_1OpenLedger.html"> 51</a></span><span class="keyword">class </span><a class="code hl_class" href="classripple_1_1OpenLedger.html">OpenLedger</a></div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span>{</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span><span class="keyword">private</span>:</div>
@@ -194,11 +200,13 @@ $(function() {
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> <a class="code hl_enumeration" href="namespaceripple.html#ad2487abbcc1a5d6064b72144b461df6e">ApplyFlags</a> flags,</div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> <a class="code hl_class" href="classbeast_1_1Journal.html">beast::Journal</a> j);</div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span>};</div>
</div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> </div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span><span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> </div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span><span class="keyword">template</span> &lt;<span class="keyword">class</span> FwdRange&gt;</div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span><span class="keywordtype">void</span></div>
<div class="foldopen" id="foldopen00211" data-start="{" data-end="}">
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"><a class="line" href="classripple_1_1OpenLedger.html#a90a638edeab8df2795ec705451782975"> 211</a></span><a class="code hl_function" href="classripple_1_1OpenLedger.html#a90a638edeab8df2795ec705451782975">OpenLedger::apply</a>(</div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> <a class="code hl_class" href="classripple_1_1Application.html">Application</a>&amp; app,</div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> <a class="code hl_class" href="classripple_1_1OpenView.html">OpenView</a>&amp; view,</div>
@@ -259,6 +267,7 @@ $(function() {
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> XRPL_ASSERT(</div>
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> retries.<a class="code hl_function" href="classripple_1_1CanonicalTXSet.html#a74b2568b8529216a9c646edee16179af">empty</a>() || !<a class="code hl_enumvalue" href="classripple_1_1OpenLedger.html#a96bb5c3c9dfae39b054eedc8d6026a97abd936aff81db9087051d25a3e30e6e54">retry</a>, <span class="stringliteral">&quot;ripple::OpenLedger::apply : valid retries&quot;</span>);</div>
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span>}</div>
</div>
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> </div>
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span><span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> </div>
@@ -280,54 +289,54 @@ $(function() {
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> </div>
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="abasic_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div></div>
<div class="ttc" id="aclassbeast_1_1Journal_html"><div class="ttname"><a href="classbeast_1_1Journal.html">beast::Journal</a></div><div class="ttdoc">A generic endpoint for log messages.</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00059">Journal.h:60</a></div></div>
<div class="ttc" id="aclassbeast_1_1Journal_html_a49b0713e65bb8e2c51b76fbf16252afe"><div class="ttname"><a href="classbeast_1_1Journal.html#a49b0713e65bb8e2c51b76fbf16252afe">beast::Journal::error</a></div><div class="ttdeci">Stream error() const</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00346">Journal.h:346</a></div></div>
<div class="ttc" id="aclassripple_1_1Application_html"><div class="ttname"><a href="classripple_1_1Application.html">ripple::Application</a></div><div class="ttdef"><b>Definition:</b> <a href="Application_8h_source.html#l00113">Application.h:114</a></div></div>
<div class="ttc" id="aclassripple_1_1CanonicalTXSet_html"><div class="ttname"><a href="classripple_1_1CanonicalTXSet.html">ripple::CanonicalTXSet</a></div><div class="ttdoc">Holds transactions which were deferred to the next pass of consensus.</div><div class="ttdef"><b>Definition:</b> <a href="CanonicalTXSet_8h_source.html#l00038">CanonicalTXSet.h:39</a></div></div>
<div class="ttc" id="aclassripple_1_1CanonicalTXSet_html_a1c2fa3073adf8f6405ec16dcdb9afd92"><div class="ttname"><a href="classripple_1_1CanonicalTXSet.html#a1c2fa3073adf8f6405ec16dcdb9afd92">ripple::CanonicalTXSet::insert</a></div><div class="ttdeci">void insert(std::shared_ptr&lt; STTx const &gt; const &amp;txn)</div><div class="ttdef"><b>Definition:</b> <a href="CanonicalTXSet_8cpp_source.html#l00052">CanonicalTXSet.cpp:52</a></div></div>
<div class="ttc" id="aclassripple_1_1CanonicalTXSet_html_a495b08dc4b911cd69f4193f8adb42b20"><div class="ttname"><a href="classripple_1_1CanonicalTXSet.html#a495b08dc4b911cd69f4193f8adb42b20">ripple::CanonicalTXSet::end</a></div><div class="ttdeci">const_iterator end() const</div><div class="ttdef"><b>Definition:</b> <a href="CanonicalTXSet_8h_source.html#l00149">CanonicalTXSet.h:149</a></div></div>
<div class="ttc" id="aclassripple_1_1CanonicalTXSet_html_a74b2568b8529216a9c646edee16179af"><div class="ttname"><a href="classripple_1_1CanonicalTXSet.html#a74b2568b8529216a9c646edee16179af">ripple::CanonicalTXSet::empty</a></div><div class="ttdeci">bool empty() const</div><div class="ttdef"><b>Definition:</b> <a href="CanonicalTXSet_8h_source.html#l00160">CanonicalTXSet.h:160</a></div></div>
<div class="ttc" id="aclassripple_1_1CanonicalTXSet_html_a867d7654e3ed11b5d7047f776a02fb44"><div class="ttname"><a href="classripple_1_1CanonicalTXSet.html#a867d7654e3ed11b5d7047f776a02fb44">ripple::CanonicalTXSet::begin</a></div><div class="ttdeci">const_iterator begin() const</div><div class="ttdef"><b>Definition:</b> <a href="CanonicalTXSet_8h_source.html#l00143">CanonicalTXSet.h:143</a></div></div>
<div class="ttc" id="aclassripple_1_1CanonicalTXSet_html_aa4807d9612f7e9874d9d6dac5c650de1"><div class="ttname"><a href="classripple_1_1CanonicalTXSet.html#aa4807d9612f7e9874d9d6dac5c650de1">ripple::CanonicalTXSet::erase</a></div><div class="ttdeci">const_iterator erase(const_iterator const &amp;it)</div><div class="ttdef"><b>Definition:</b> <a href="CanonicalTXSet_8h_source.html#l00137">CanonicalTXSet.h:137</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html"><div class="ttname"><a href="classripple_1_1OpenLedger.html">ripple::OpenLedger</a></div><div class="ttdoc">Represents the open ledger.</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8h_source.html#l00051">OpenLedger.h:52</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a05ada40b015a008ffd28668b8daf5808"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a05ada40b015a008ffd28668b8daf5808">ripple::OpenLedger::modify</a></div><div class="ttdeci">bool modify(modify_type const &amp;f)</div><div class="ttdoc">Modify the open ledger.</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8cpp_source.html#l00058">OpenLedger.cpp:58</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a3b20a6007626da5a1d79d1213924cb72"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a3b20a6007626da5a1d79d1213924cb72">ripple::OpenLedger::accept</a></div><div class="ttdeci">void accept(Application &amp;app, Rules const &amp;rules, std::shared_ptr&lt; Ledger const &gt; const &amp;ledger, OrderedTxs const &amp;locals, bool retriesFirst, OrderedTxs &amp;retries, ApplyFlags flags, std::string const &amp;suffix=&quot;&quot;, modify_type const &amp;f={})</div><div class="ttdoc">Accept a new ledger.</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8cpp_source.html#l00072">OpenLedger.cpp:72</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a45ea81952cd667f5e109a173db763d3c"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a45ea81952cd667f5e109a173db763d3c">ripple::OpenLedger::cache_</a></div><div class="ttdeci">CachedSLEs &amp; cache_</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8h_source.html#l00055">OpenLedger.h:55</a></div></div>
<div class="ttc" id="aclassbeast_1_1Journal_html"><div class="ttname"><a href="classbeast_1_1Journal.html">beast::Journal</a></div><div class="ttdoc">A generic endpoint for log messages.</div><div class="ttdef"><b>Definition</b> <a href="Journal_8h_source.html#l00059">Journal.h:60</a></div></div>
<div class="ttc" id="aclassbeast_1_1Journal_html_a49b0713e65bb8e2c51b76fbf16252afe"><div class="ttname"><a href="classbeast_1_1Journal.html#a49b0713e65bb8e2c51b76fbf16252afe">beast::Journal::error</a></div><div class="ttdeci">Stream error() const</div><div class="ttdef"><b>Definition</b> <a href="Journal_8h_source.html#l00346">Journal.h:346</a></div></div>
<div class="ttc" id="aclassripple_1_1Application_html"><div class="ttname"><a href="classripple_1_1Application.html">ripple::Application</a></div><div class="ttdef"><b>Definition</b> <a href="Application_8h_source.html#l00113">Application.h:114</a></div></div>
<div class="ttc" id="aclassripple_1_1CanonicalTXSet_html"><div class="ttname"><a href="classripple_1_1CanonicalTXSet.html">ripple::CanonicalTXSet</a></div><div class="ttdoc">Holds transactions which were deferred to the next pass of consensus.</div><div class="ttdef"><b>Definition</b> <a href="CanonicalTXSet_8h_source.html#l00038">CanonicalTXSet.h:39</a></div></div>
<div class="ttc" id="aclassripple_1_1CanonicalTXSet_html_a1c2fa3073adf8f6405ec16dcdb9afd92"><div class="ttname"><a href="classripple_1_1CanonicalTXSet.html#a1c2fa3073adf8f6405ec16dcdb9afd92">ripple::CanonicalTXSet::insert</a></div><div class="ttdeci">void insert(std::shared_ptr&lt; STTx const &gt; const &amp;txn)</div><div class="ttdef"><b>Definition</b> <a href="CanonicalTXSet_8cpp_source.html#l00052">CanonicalTXSet.cpp:52</a></div></div>
<div class="ttc" id="aclassripple_1_1CanonicalTXSet_html_a495b08dc4b911cd69f4193f8adb42b20"><div class="ttname"><a href="classripple_1_1CanonicalTXSet.html#a495b08dc4b911cd69f4193f8adb42b20">ripple::CanonicalTXSet::end</a></div><div class="ttdeci">const_iterator end() const</div><div class="ttdef"><b>Definition</b> <a href="CanonicalTXSet_8h_source.html#l00149">CanonicalTXSet.h:149</a></div></div>
<div class="ttc" id="aclassripple_1_1CanonicalTXSet_html_a74b2568b8529216a9c646edee16179af"><div class="ttname"><a href="classripple_1_1CanonicalTXSet.html#a74b2568b8529216a9c646edee16179af">ripple::CanonicalTXSet::empty</a></div><div class="ttdeci">bool empty() const</div><div class="ttdef"><b>Definition</b> <a href="CanonicalTXSet_8h_source.html#l00160">CanonicalTXSet.h:160</a></div></div>
<div class="ttc" id="aclassripple_1_1CanonicalTXSet_html_a867d7654e3ed11b5d7047f776a02fb44"><div class="ttname"><a href="classripple_1_1CanonicalTXSet.html#a867d7654e3ed11b5d7047f776a02fb44">ripple::CanonicalTXSet::begin</a></div><div class="ttdeci">const_iterator begin() const</div><div class="ttdef"><b>Definition</b> <a href="CanonicalTXSet_8h_source.html#l00143">CanonicalTXSet.h:143</a></div></div>
<div class="ttc" id="aclassripple_1_1CanonicalTXSet_html_aa4807d9612f7e9874d9d6dac5c650de1"><div class="ttname"><a href="classripple_1_1CanonicalTXSet.html#aa4807d9612f7e9874d9d6dac5c650de1">ripple::CanonicalTXSet::erase</a></div><div class="ttdeci">const_iterator erase(const_iterator const &amp;it)</div><div class="ttdef"><b>Definition</b> <a href="CanonicalTXSet_8h_source.html#l00137">CanonicalTXSet.h:137</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html"><div class="ttname"><a href="classripple_1_1OpenLedger.html">ripple::OpenLedger</a></div><div class="ttdoc">Represents the open ledger.</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8h_source.html#l00051">OpenLedger.h:52</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a05ada40b015a008ffd28668b8daf5808"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a05ada40b015a008ffd28668b8daf5808">ripple::OpenLedger::modify</a></div><div class="ttdeci">bool modify(modify_type const &amp;f)</div><div class="ttdoc">Modify the open ledger.</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8cpp_source.html#l00058">OpenLedger.cpp:58</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a3b20a6007626da5a1d79d1213924cb72"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a3b20a6007626da5a1d79d1213924cb72">ripple::OpenLedger::accept</a></div><div class="ttdeci">void accept(Application &amp;app, Rules const &amp;rules, std::shared_ptr&lt; Ledger const &gt; const &amp;ledger, OrderedTxs const &amp;locals, bool retriesFirst, OrderedTxs &amp;retries, ApplyFlags flags, std::string const &amp;suffix=&quot;&quot;, modify_type const &amp;f={})</div><div class="ttdoc">Accept a new ledger.</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8cpp_source.html#l00072">OpenLedger.cpp:72</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a45ea81952cd667f5e109a173db763d3c"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a45ea81952cd667f5e109a173db763d3c">ripple::OpenLedger::cache_</a></div><div class="ttdeci">CachedSLEs &amp; cache_</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8h_source.html#l00055">OpenLedger.h:55</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a58d2a88e1e264287d3653c19aa3436d8"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a58d2a88e1e264287d3653c19aa3436d8">ripple::OpenLedger::OpenLedger</a></div><div class="ttdeci">OpenLedger(OpenLedger const &amp;)=delete</div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a778ee55e7d299457863870e12efdd4b6"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a778ee55e7d299457863870e12efdd4b6">ripple::OpenLedger::create</a></div><div class="ttdeci">std::shared_ptr&lt; OpenView &gt; create(Rules const &amp;rules, std::shared_ptr&lt; Ledger const &gt; const &amp;ledger)</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8cpp_source.html#l00160">OpenLedger.cpp:160</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a778ee55e7d299457863870e12efdd4b6"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a778ee55e7d299457863870e12efdd4b6">ripple::OpenLedger::create</a></div><div class="ttdeci">std::shared_ptr&lt; OpenView &gt; create(Rules const &amp;rules, std::shared_ptr&lt; Ledger const &gt; const &amp;ledger)</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8cpp_source.html#l00160">OpenLedger.cpp:160</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a83bc97098814823939ed94c547a257f4"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a83bc97098814823939ed94c547a257f4">ripple::OpenLedger::OpenLedger</a></div><div class="ttdeci">OpenLedger()=delete</div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a88144aac5696b3f33eccfaaed0aeb8ba"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a88144aac5696b3f33eccfaaed0aeb8ba">ripple::OpenLedger::empty</a></div><div class="ttdeci">bool empty() const</div><div class="ttdoc">Returns true if there are no transactions.</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8cpp_source.html#l00044">OpenLedger.cpp:44</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a90a638edeab8df2795ec705451782975"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a90a638edeab8df2795ec705451782975">ripple::OpenLedger::apply</a></div><div class="ttdeci">static void apply(Application &amp;app, OpenView &amp;view, ReadView const &amp;check, FwdRange const &amp;txs, OrderedTxs &amp;retries, ApplyFlags flags, beast::Journal j)</div><div class="ttdoc">Algorithm for applying transactions.</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8h_source.html#l00211">OpenLedger.h:211</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a918f3adba0e6acb5dd1b32e73061588e"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a918f3adba0e6acb5dd1b32e73061588e">ripple::OpenLedger::modify_mutex_</a></div><div class="ttdeci">std::mutex modify_mutex_</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8h_source.html#l00056">OpenLedger.h:56</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a96bb5c3c9dfae39b054eedc8d6026a97"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a96bb5c3c9dfae39b054eedc8d6026a97">ripple::OpenLedger::Result</a></div><div class="ttdeci">Result</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8h_source.html#l00192">OpenLedger.h:192</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a96bb5c3c9dfae39b054eedc8d6026a97a844e5b8d8fa1068931e454f4b9ef0f30"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a96bb5c3c9dfae39b054eedc8d6026a97a844e5b8d8fa1068931e454f4b9ef0f30">ripple::OpenLedger::success</a></div><div class="ttdeci">@ success</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8h_source.html#l00192">OpenLedger.h:192</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a96bb5c3c9dfae39b054eedc8d6026a97ab1bdfba01dc2e495ad5658f24d8db566"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a96bb5c3c9dfae39b054eedc8d6026a97ab1bdfba01dc2e495ad5658f24d8db566">ripple::OpenLedger::failure</a></div><div class="ttdeci">@ failure</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8h_source.html#l00192">OpenLedger.h:192</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a96bb5c3c9dfae39b054eedc8d6026a97abd936aff81db9087051d25a3e30e6e54"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a96bb5c3c9dfae39b054eedc8d6026a97abd936aff81db9087051d25a3e30e6e54">ripple::OpenLedger::retry</a></div><div class="ttdeci">@ retry</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8h_source.html#l00192">OpenLedger.h:192</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a88144aac5696b3f33eccfaaed0aeb8ba"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a88144aac5696b3f33eccfaaed0aeb8ba">ripple::OpenLedger::empty</a></div><div class="ttdeci">bool empty() const</div><div class="ttdoc">Returns true if there are no transactions.</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8cpp_source.html#l00044">OpenLedger.cpp:44</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a90a638edeab8df2795ec705451782975"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a90a638edeab8df2795ec705451782975">ripple::OpenLedger::apply</a></div><div class="ttdeci">static void apply(Application &amp;app, OpenView &amp;view, ReadView const &amp;check, FwdRange const &amp;txs, OrderedTxs &amp;retries, ApplyFlags flags, beast::Journal j)</div><div class="ttdoc">Algorithm for applying transactions.</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8h_source.html#l00211">OpenLedger.h:211</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a918f3adba0e6acb5dd1b32e73061588e"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a918f3adba0e6acb5dd1b32e73061588e">ripple::OpenLedger::modify_mutex_</a></div><div class="ttdeci">std::mutex modify_mutex_</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8h_source.html#l00056">OpenLedger.h:56</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a96bb5c3c9dfae39b054eedc8d6026a97"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a96bb5c3c9dfae39b054eedc8d6026a97">ripple::OpenLedger::Result</a></div><div class="ttdeci">Result</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8h_source.html#l00192">OpenLedger.h:192</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a96bb5c3c9dfae39b054eedc8d6026a97a844e5b8d8fa1068931e454f4b9ef0f30"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a96bb5c3c9dfae39b054eedc8d6026a97a844e5b8d8fa1068931e454f4b9ef0f30">ripple::OpenLedger::success</a></div><div class="ttdeci">@ success</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8h_source.html#l00192">OpenLedger.h:192</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a96bb5c3c9dfae39b054eedc8d6026a97ab1bdfba01dc2e495ad5658f24d8db566"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a96bb5c3c9dfae39b054eedc8d6026a97ab1bdfba01dc2e495ad5658f24d8db566">ripple::OpenLedger::failure</a></div><div class="ttdeci">@ failure</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8h_source.html#l00192">OpenLedger.h:192</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_a96bb5c3c9dfae39b054eedc8d6026a97abd936aff81db9087051d25a3e30e6e54"><div class="ttname"><a href="classripple_1_1OpenLedger.html#a96bb5c3c9dfae39b054eedc8d6026a97abd936aff81db9087051d25a3e30e6e54">ripple::OpenLedger::retry</a></div><div class="ttdeci">@ retry</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8h_source.html#l00192">OpenLedger.h:192</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_aa9784b85b55613a0b5e664808581b386"><div class="ttname"><a href="classripple_1_1OpenLedger.html#aa9784b85b55613a0b5e664808581b386">ripple::OpenLedger::operator=</a></div><div class="ttdeci">OpenLedger &amp; operator=(OpenLedger const &amp;)=delete</div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_aade3c5c258064798500759fe1696ddd0"><div class="ttname"><a href="classripple_1_1OpenLedger.html#aade3c5c258064798500759fe1696ddd0">ripple::OpenLedger::apply_one</a></div><div class="ttdeci">static Result apply_one(Application &amp;app, OpenView &amp;view, std::shared_ptr&lt; STTx const &gt; const &amp;tx, bool retry, ApplyFlags flags, beast::Journal j)</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8cpp_source.html#l00171">OpenLedger.cpp:171</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_ab7f4326cb3cb4aa865d2cd9a930a7641"><div class="ttname"><a href="classripple_1_1OpenLedger.html#ab7f4326cb3cb4aa865d2cd9a930a7641">ripple::OpenLedger::current_</a></div><div class="ttdeci">std::shared_ptr&lt; OpenView const &gt; current_</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8h_source.html#l00058">OpenLedger.h:58</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_abfeedbaf43ff4275b7abdef3a9f7f2af"><div class="ttname"><a href="classripple_1_1OpenLedger.html#abfeedbaf43ff4275b7abdef3a9f7f2af">ripple::OpenLedger::j_</a></div><div class="ttdeci">beast::Journal const j_</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8h_source.html#l00054">OpenLedger.h:54</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_ad34da15d3e40a35a73bbabe104478114"><div class="ttname"><a href="classripple_1_1OpenLedger.html#ad34da15d3e40a35a73bbabe104478114">ripple::OpenLedger::current</a></div><div class="ttdeci">std::shared_ptr&lt; OpenView const &gt; current() const</div><div class="ttdoc">Returns a view to the current open ledger.</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8cpp_source.html#l00051">OpenLedger.cpp:51</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_afdd6c8e6da089ba764fda1a5ba0a0f9b"><div class="ttname"><a href="classripple_1_1OpenLedger.html#afdd6c8e6da089ba764fda1a5ba0a0f9b">ripple::OpenLedger::current_mutex_</a></div><div class="ttdeci">std::mutex current_mutex_</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8h_source.html#l00057">OpenLedger.h:57</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenView_html"><div class="ttname"><a href="classripple_1_1OpenView.html">ripple::OpenView</a></div><div class="ttdoc">Writable ledger view that accumulates state and tx changes.</div><div class="ttdef"><b>Definition:</b> <a href="OpenView_8h_source.html#l00065">OpenView.h:66</a></div></div>
<div class="ttc" id="aclassripple_1_1ReadView_html"><div class="ttname"><a href="classripple_1_1ReadView.html">ripple::ReadView</a></div><div class="ttdoc">A view into a ledger.</div><div class="ttdef"><b>Definition:</b> <a href="ReadView_8h_source.html#l00051">ReadView.h:52</a></div></div>
<div class="ttc" id="aclassripple_1_1Rules_html"><div class="ttname"><a href="classripple_1_1Rules.html">ripple::Rules</a></div><div class="ttdoc">Rules controlling protocol behavior.</div><div class="ttdef"><b>Definition:</b> <a href="Rules_8h_source.html#l00037">Rules.h:38</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMap_html"><div class="ttname"><a href="classripple_1_1SHAMap.html">ripple::SHAMap</a></div><div class="ttdoc">A SHAMap is both a radix tree with a fan-out of 16 and a Merkle tree.</div><div class="ttdef"><b>Definition:</b> <a href="SHAMap_8h_source.html#l00098">SHAMap.h:99</a></div></div>
<div class="ttc" id="aclassripple_1_1TaggedCache_html"><div class="ttname"><a href="classripple_1_1TaggedCache.html">ripple::TaggedCache</a></div><div class="ttdoc">Map/cache combination.</div><div class="ttdef"><b>Definition:</b> <a href="TaggedCache_8h_source.html#l00061">TaggedCache.h:62</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_aade3c5c258064798500759fe1696ddd0"><div class="ttname"><a href="classripple_1_1OpenLedger.html#aade3c5c258064798500759fe1696ddd0">ripple::OpenLedger::apply_one</a></div><div class="ttdeci">static Result apply_one(Application &amp;app, OpenView &amp;view, std::shared_ptr&lt; STTx const &gt; const &amp;tx, bool retry, ApplyFlags flags, beast::Journal j)</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8cpp_source.html#l00171">OpenLedger.cpp:171</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_ab7f4326cb3cb4aa865d2cd9a930a7641"><div class="ttname"><a href="classripple_1_1OpenLedger.html#ab7f4326cb3cb4aa865d2cd9a930a7641">ripple::OpenLedger::current_</a></div><div class="ttdeci">std::shared_ptr&lt; OpenView const &gt; current_</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8h_source.html#l00058">OpenLedger.h:58</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_abfeedbaf43ff4275b7abdef3a9f7f2af"><div class="ttname"><a href="classripple_1_1OpenLedger.html#abfeedbaf43ff4275b7abdef3a9f7f2af">ripple::OpenLedger::j_</a></div><div class="ttdeci">beast::Journal const j_</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8h_source.html#l00054">OpenLedger.h:54</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_ad34da15d3e40a35a73bbabe104478114"><div class="ttname"><a href="classripple_1_1OpenLedger.html#ad34da15d3e40a35a73bbabe104478114">ripple::OpenLedger::current</a></div><div class="ttdeci">std::shared_ptr&lt; OpenView const &gt; current() const</div><div class="ttdoc">Returns a view to the current open ledger.</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8cpp_source.html#l00051">OpenLedger.cpp:51</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenLedger_html_afdd6c8e6da089ba764fda1a5ba0a0f9b"><div class="ttname"><a href="classripple_1_1OpenLedger.html#afdd6c8e6da089ba764fda1a5ba0a0f9b">ripple::OpenLedger::current_mutex_</a></div><div class="ttdeci">std::mutex current_mutex_</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8h_source.html#l00057">OpenLedger.h:57</a></div></div>
<div class="ttc" id="aclassripple_1_1OpenView_html"><div class="ttname"><a href="classripple_1_1OpenView.html">ripple::OpenView</a></div><div class="ttdoc">Writable ledger view that accumulates state and tx changes.</div><div class="ttdef"><b>Definition</b> <a href="OpenView_8h_source.html#l00065">OpenView.h:66</a></div></div>
<div class="ttc" id="aclassripple_1_1ReadView_html"><div class="ttname"><a href="classripple_1_1ReadView.html">ripple::ReadView</a></div><div class="ttdoc">A view into a ledger.</div><div class="ttdef"><b>Definition</b> <a href="ReadView_8h_source.html#l00051">ReadView.h:52</a></div></div>
<div class="ttc" id="aclassripple_1_1Rules_html"><div class="ttname"><a href="classripple_1_1Rules.html">ripple::Rules</a></div><div class="ttdoc">Rules controlling protocol behavior.</div><div class="ttdef"><b>Definition</b> <a href="Rules_8h_source.html#l00037">Rules.h:38</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMap_html"><div class="ttname"><a href="classripple_1_1SHAMap.html">ripple::SHAMap</a></div><div class="ttdoc">A SHAMap is both a radix tree with a fan-out of 16 and a Merkle tree.</div><div class="ttdef"><b>Definition</b> <a href="SHAMap_8h_source.html#l00098">SHAMap.h:99</a></div></div>
<div class="ttc" id="aclassripple_1_1TaggedCache_html"><div class="ttname"><a href="classripple_1_1TaggedCache.html">ripple::TaggedCache</a></div><div class="ttdoc">Map/cache combination.</div><div class="ttdef"><b>Definition</b> <a href="TaggedCache_8h_source.html#l00061">TaggedCache.h:62</a></div></div>
<div class="ttc" id="aexception_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/error/exception.html">std::exception</a></div></div>
<div class="ttc" id="afunction_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/functional/function.html">std::function</a></div></div>
<div class="ttc" id="amutex_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/mutex.html">mutex</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_a60696b01dc3651699da2361a1e1479f2"><div class="ttname"><a href="namespaceripple.html#a60696b01dc3651699da2361a1e1479f2">ripple::Result</a></div><div class="ttdeci">boost::outcome_v2::result&lt; T, std::error_code &gt; Result</div><div class="ttdef"><b>Definition:</b> <a href="b58__utils_8h_source.html#l00037">b58_utils.h:37</a></div></div>
<div class="ttc" id="anamespaceripple_html_a97e4b79eaa01694360e38723347ea344"><div class="ttname"><a href="namespaceripple.html#a97e4b79eaa01694360e38723347ea344">ripple::debugTostr</a></div><div class="ttdeci">std::string debugTostr(OrderedTxs const &amp;set)</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8cpp_source.html#l00202">OpenLedger.cpp:202</a></div></div>
<div class="ttc" id="anamespaceripple_html_ad2487abbcc1a5d6064b72144b461df6e"><div class="ttname"><a href="namespaceripple.html#ad2487abbcc1a5d6064b72144b461df6e">ripple::ApplyFlags</a></div><div class="ttdeci">ApplyFlags</div><div class="ttdef"><b>Definition:</b> <a href="ApplyView_8h_source.html#l00031">ApplyView.h:31</a></div></div>
<div class="ttc" id="anamespaceripple_html_af1ea8e3f1e47355b19068f429e230201"><div class="ttname"><a href="namespaceripple.html#af1ea8e3f1e47355b19068f429e230201">ripple::debugTxstr</a></div><div class="ttdeci">std::string debugTxstr(std::shared_ptr&lt; STTx const &gt; const &amp;tx)</div><div class="ttdef"><b>Definition:</b> <a href="OpenLedger_8cpp_source.html#l00194">OpenLedger.cpp:194</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_a60696b01dc3651699da2361a1e1479f2"><div class="ttname"><a href="namespaceripple.html#a60696b01dc3651699da2361a1e1479f2">ripple::Result</a></div><div class="ttdeci">boost::outcome_v2::result&lt; T, std::error_code &gt; Result</div><div class="ttdef"><b>Definition</b> <a href="b58__utils_8h_source.html#l00037">b58_utils.h:37</a></div></div>
<div class="ttc" id="anamespaceripple_html_a97e4b79eaa01694360e38723347ea344"><div class="ttname"><a href="namespaceripple.html#a97e4b79eaa01694360e38723347ea344">ripple::debugTostr</a></div><div class="ttdeci">std::string debugTostr(OrderedTxs const &amp;set)</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8cpp_source.html#l00202">OpenLedger.cpp:202</a></div></div>
<div class="ttc" id="anamespaceripple_html_ad2487abbcc1a5d6064b72144b461df6e"><div class="ttname"><a href="namespaceripple.html#ad2487abbcc1a5d6064b72144b461df6e">ripple::ApplyFlags</a></div><div class="ttdeci">ApplyFlags</div><div class="ttdef"><b>Definition</b> <a href="ApplyView_8h_source.html#l00031">ApplyView.h:31</a></div></div>
<div class="ttc" id="anamespaceripple_html_af1ea8e3f1e47355b19068f429e230201"><div class="ttname"><a href="namespaceripple.html#af1ea8e3f1e47355b19068f429e230201">ripple::debugTxstr</a></div><div class="ttdeci">std::string debugTxstr(std::shared_ptr&lt; STTx const &gt; const &amp;tx)</div><div class="ttdef"><b>Definition</b> <a href="OpenLedger_8cpp_source.html#l00194">OpenLedger.cpp:194</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 class="ttc" id="awhat_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/error/exception/what.html">std::exception::what</a></div><div class="ttdeci">T what(T... args)</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>