Files
rippled/ApplyStateTable_8h_source.html
2025-11-04 00:36:48 -08:00

290 lines
51 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<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.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>rippled: ApplyStateTable.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">rippled
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- 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');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @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()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_0103a8ad82dcc2c51f5cde661b4b5cb7.html">xrpl</a></li><li class="navelem"><a class="el" href="dir_f732c880ba22363365bbd638a4cc259a.html">ledger</a></li><li class="navelem"><a class="el" href="dir_f968c3900412bc7cb537a49e1e0550a6.html">detail</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">ApplyStateTable.h</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#ifndef XRPL_LEDGER_APPLYSTATETABLE_H_INCLUDED</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define XRPL_LEDGER_APPLYSTATETABLE_H_INCLUDED</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include &lt;xrpl/beast/utility/Journal.h&gt;</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include &lt;xrpl/ledger/OpenView.h&gt;</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#include &lt;xrpl/ledger/RawView.h&gt;</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="preprocessor">#include &lt;xrpl/ledger/ReadView.h&gt;</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#include &lt;xrpl/protocol/TER.h&gt;</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#include &lt;xrpl/protocol/TxMeta.h&gt;</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#include &lt;xrpl/protocol/XRPAmount.h&gt;</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> </div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/memory.html">memory</a>&gt;</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> </div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceripple.html">ripple</a> {</div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="keyword">namespace </span>detail {</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> </div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment">// Helper class that buffers modifications</span></div>
<div class="foldopen" id="foldopen00018" data-start="{" data-end="};">
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ApplyStateTable.html"> 18</a></span><span class="keyword">class </span><a class="code hl_class" href="classripple_1_1detail_1_1ApplyStateTable.html">ApplyStateTable</a></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span>{</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ApplyStateTable.html#a92ff2820fcb353f3b969686b0a408520"> 21</a></span> <span class="keyword">using </span><a class="code hl_class" href="classripple_1_1base__uint.html">key_type</a> = <a class="code hl_typedef" href="classripple_1_1ReadView.html#a937328125a7d62270f32b4e1555c5cdd">ReadView::key_type</a>;</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> </div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="keyword">private</span>:</div>
<div class="foldopen" id="foldopen00024" data-start="{" data-end="};">
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ApplyStateTable.html#a958ac2550ee88b655217f6f1f51c6222"> 24</a></span> <span class="keyword">enum class</span> <a class="code hl_enumeration" href="classripple_1_1detail_1_1ApplyStateTable.html#a958ac2550ee88b655217f6f1f51c6222">Action</a> {</div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> <a class="code hl_enumvalue" href="classripple_1_1detail_1_1ApplyStateTable.html#a958ac2550ee88b655217f6f1f51c6222a0fea6a13c52b4d4725368f24b045ca84">cache</a>,</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> <a class="code hl_enumvalue" href="classripple_1_1detail_1_1ApplyStateTable.html#a958ac2550ee88b655217f6f1f51c6222a26eb25b14d930f9d5f59b2c50798a9a4">erase</a>,</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> <a class="code hl_enumvalue" href="classripple_1_1detail_1_1ApplyStateTable.html#a958ac2550ee88b655217f6f1f51c6222ae0df5f3dfd2650ae5be9993434e2b2c0">insert</a>,</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> <a class="code hl_enumvalue" href="classripple_1_1detail_1_1ApplyStateTable.html#a958ac2550ee88b655217f6f1f51c6222a8f45a2644508b5282f57fe129f62d19a">modify</a>,</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> };</div>
</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> </div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ApplyStateTable.html#a734805f84cbfafed876cd72b630db35c"> 31</a></span> <span class="keyword">using </span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/map.html">items_t</a> = <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map&lt;key_type, std::pair&lt;Action, std::shared_ptr&lt;SLE&gt;</a>&gt;&gt;;</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ApplyStateTable.html#a147c23bf0232814a71d4a5f11fe92272"> 33</a></span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/map.html">items_t</a> <a class="code hl_variable" href="classripple_1_1detail_1_1ApplyStateTable.html#a147c23bf0232814a71d4a5f11fe92272">items_</a>;</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ApplyStateTable.html#aed60756c5ff71886b95b0d09022f3e3c"> 34</a></span> <a class="code hl_class" href="classripple_1_1XRPAmount.html">XRPAmount</a> <a class="code hl_variable" href="classripple_1_1detail_1_1ApplyStateTable.html#aed60756c5ff71886b95b0d09022f3e3c">dropsDestroyed_</a>{0};</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> </div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ApplyStateTable.html#aff1534358a62ede1db5ddcea1d78fabc"> 37</a></span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#aff1534358a62ede1db5ddcea1d78fabc">ApplyStateTable</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ApplyStateTable.html#ab792c584eab5ae3c01f543d7c4335c29"> 38</a></span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#ab792c584eab5ae3c01f543d7c4335c29">ApplyStateTable</a>(<a class="code hl_class" href="classripple_1_1detail_1_1ApplyStateTable.html">ApplyStateTable</a>&amp;&amp;) = <span class="keywordflow">default</span>;</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> </div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ApplyStateTable.html#addc8aa01e8cfb7aa6edb380e66dcff5a"> 40</a></span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#addc8aa01e8cfb7aa6edb380e66dcff5a">ApplyStateTable</a>(<a class="code hl_class" href="classripple_1_1detail_1_1ApplyStateTable.html">ApplyStateTable</a> <span class="keyword">const</span>&amp;) = <span class="keyword">delete</span>;</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> <a class="code hl_class" href="classripple_1_1detail_1_1ApplyStateTable.html">ApplyStateTable</a>&amp;</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ApplyStateTable.html#a7b06208a1f417d91b01f39a7f613df7b"> 42</a></span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#a7b06208a1f417d91b01f39a7f613df7b">operator=</a>(<a class="code hl_class" href="classripple_1_1detail_1_1ApplyStateTable.html">ApplyStateTable</a>&amp;&amp;) = <span class="keyword">delete</span>;</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> <a class="code hl_class" href="classripple_1_1detail_1_1ApplyStateTable.html">ApplyStateTable</a>&amp;</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ApplyStateTable.html#abaa9a630148124ca012043b929f27fa2"> 44</a></span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#abaa9a630148124ca012043b929f27fa2">operator=</a>(<a class="code hl_class" href="classripple_1_1detail_1_1ApplyStateTable.html">ApplyStateTable</a> <span class="keyword">const</span>&amp;) = <span class="keyword">delete</span>;</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> </div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <span class="keywordtype">void</span></div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#ac71c446d6cd8570add6765c71d5f8e8d">apply</a>(<a class="code hl_class" href="classripple_1_1RawView.html">RawView</a>&amp; to) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> </div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;TxMeta&gt;</a></div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#ac71c446d6cd8570add6765c71d5f8e8d">apply</a>(</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <a class="code hl_class" href="classripple_1_1OpenView.html">OpenView</a>&amp; to,</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <a class="code hl_class" href="classripple_1_1STTx.html">STTx</a> <span class="keyword">const</span>&amp; tx,</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <a class="code hl_class" href="classripple_1_1TERSubset.html">TER</a> ter,</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;STAmount&gt;</a> <span class="keyword">const</span>&amp; deliver,</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;uint256 const&gt;</a> <span class="keyword">const</span>&amp; parentBatchId,</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> <span class="keywordtype">bool</span> isDryRun,</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> <a class="code hl_class" href="classbeast_1_1Journal.html">beast::Journal</a> j);</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> </div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> <span class="keywordtype">bool</span></div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#a555c3b482f8688a50002a5a0a5faec03">exists</a>(<a class="code hl_class" href="classripple_1_1ReadView.html">ReadView</a> <span class="keyword">const</span>&amp; base, <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a> <span class="keyword">const</span>&amp; k) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> </div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;key_type&gt;</a></div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#ad75aeecf35b6616fa259d533bd06f622">succ</a>(</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> <a class="code hl_class" href="classripple_1_1ReadView.html">ReadView</a> <span class="keyword">const</span>&amp; base,</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <a class="code hl_class" href="classripple_1_1base__uint.html">key_type</a> <span class="keyword">const</span>&amp; key,</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;key_type&gt;</a> <span class="keyword">const</span>&amp; last) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> </div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE const&gt;</a></div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#a46af8fae651e790f1a7c69ee56f1d5ce">read</a>(<a class="code hl_class" href="classripple_1_1ReadView.html">ReadView</a> <span class="keyword">const</span>&amp; base, <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a> <span class="keyword">const</span>&amp; k) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> </div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE&gt;</a></div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#a15ce23331a3e0efc8b82593615d06179">peek</a>(<a class="code hl_class" href="classripple_1_1ReadView.html">ReadView</a> <span class="keyword">const</span>&amp; base, <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a> <span class="keyword">const</span>&amp; k);</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> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#ad6a1856ba17b6c03dda8c2e163aca613">size</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> </div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <span class="keywordtype">void</span></div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#a5ec327d07ac54d993660381dbc68d6a2">visit</a>(</div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> <a class="code hl_class" href="classripple_1_1ReadView.html">ReadView</a> <span class="keyword">const</span>&amp; base,</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/functional/function.html">std::function</a>&lt;<span class="keywordtype">void</span>(</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> <a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; key,</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <span class="keywordtype">bool</span> isDelete,</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE const&gt;</a> <span class="keyword">const</span>&amp; before,</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE const&gt;</a> <span class="keyword">const</span>&amp; <a class="code hl_function" href="namespaceripple.html#ac3e90afb749bb1f01e06729c7c860ba3">after</a>)&gt; <span class="keyword">const</span>&amp; func) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> </div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> <span class="keywordtype">void</span></div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> <a class="code hl_enumvalue" href="classripple_1_1detail_1_1ApplyStateTable.html#a958ac2550ee88b655217f6f1f51c6222a26eb25b14d930f9d5f59b2c50798a9a4">erase</a>(<a class="code hl_class" href="classripple_1_1ReadView.html">ReadView</a> <span class="keyword">const</span>&amp; base, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE&gt;</a> <span class="keyword">const</span>&amp; sle);</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> </div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> <span class="keywordtype">void</span></div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#a1f72320635a01285c1ded84ade7c9676">rawErase</a>(<a class="code hl_class" href="classripple_1_1ReadView.html">ReadView</a> <span class="keyword">const</span>&amp; base, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE&gt;</a> <span class="keyword">const</span>&amp; sle);</div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> </div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> <span class="keywordtype">void</span></div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> <a class="code hl_enumvalue" href="classripple_1_1detail_1_1ApplyStateTable.html#a958ac2550ee88b655217f6f1f51c6222ae0df5f3dfd2650ae5be9993434e2b2c0">insert</a>(<a class="code hl_class" href="classripple_1_1ReadView.html">ReadView</a> <span class="keyword">const</span>&amp; base, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE&gt;</a> <span class="keyword">const</span>&amp; sle);</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> </div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> <span class="keywordtype">void</span></div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#a4f02173d95de431d5d65f9988e846410">update</a>(<a class="code hl_class" href="classripple_1_1ReadView.html">ReadView</a> <span class="keyword">const</span>&amp; base, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE&gt;</a> <span class="keyword">const</span>&amp; sle);</div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> </div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> <span class="keywordtype">void</span></div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#ad8170222c018b2a9953559d5ca412ee6">replace</a>(<a class="code hl_class" href="classripple_1_1ReadView.html">ReadView</a> <span class="keyword">const</span>&amp; base, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE&gt;</a> <span class="keyword">const</span>&amp; sle);</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> </div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> <span class="keywordtype">void</span></div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#aebf108c8a6b2e8e7a0f516df29d0e926">destroyXRP</a>(<a class="code hl_class" href="classripple_1_1XRPAmount.html">XRPAmount</a> <span class="keyword">const</span>&amp; fee);</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> </div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> <span class="comment">// For debugging</span></div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> <a class="code hl_class" href="classripple_1_1XRPAmount.html">XRPAmount</a> <span class="keyword">const</span>&amp;</div>
<div class="foldopen" id="foldopen00106" data-start="{" data-end="}">
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ApplyStateTable.html#a3911f7905d2146dfd692a51238b980f4"> 106</a></span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#a3911f7905d2146dfd692a51238b980f4">dropsDestroyed</a>()<span class="keyword"> const</span></div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1detail_1_1ApplyStateTable.html#aed60756c5ff71886b95b0d09022f3e3c">dropsDestroyed_</a>;</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> }</div>
</div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> </div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span><span class="keyword">private</span>:</div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ApplyStateTable.html#a7bc64273ff4bcd3b2ecef678cbed5446"> 112</a></span> <span class="keyword">using </span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/unordered_map.html">Mods</a> = <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/unordered_map.html">hash_map&lt;key_type, std::shared_ptr&lt;SLE&gt;</a>&gt;;</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> </div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> <span class="keyword">static</span> <span class="keywordtype">void</span></div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#a701ddeba06b2df355cc359fcdf1e60e1">threadItem</a>(<a class="code hl_class" href="classripple_1_1TxMeta.html">TxMeta</a>&amp; meta, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE&gt;</a> <span class="keyword">const</span>&amp; to);</div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> </div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE&gt;</a></div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#a7e62021e501c3d99b49590266318e657">getForMod</a>(</div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> <a class="code hl_class" href="classripple_1_1ReadView.html">ReadView</a> <span class="keyword">const</span>&amp; base,</div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> <a class="code hl_class" href="classripple_1_1base__uint.html">key_type</a> <span class="keyword">const</span>&amp; key,</div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/unordered_map.html">Mods</a>&amp; mods,</div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> <a class="code hl_class" href="classbeast_1_1Journal.html">beast::Journal</a> j);</div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> </div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> <span class="keywordtype">void</span></div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#a3b84e6caea0d8f5e213a863d05e77563">threadTx</a>(</div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> <a class="code hl_class" href="classripple_1_1ReadView.html">ReadView</a> <span class="keyword">const</span>&amp; base,</div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> <a class="code hl_class" href="classripple_1_1TxMeta.html">TxMeta</a>&amp; meta,</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> <a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; to,</div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/unordered_map.html">Mods</a>&amp; mods,</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> <a class="code hl_class" href="classbeast_1_1Journal.html">beast::Journal</a> j);</div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> </div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> <span class="keywordtype">void</span></div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> <a class="code hl_function" href="classripple_1_1detail_1_1ApplyStateTable.html#a97fac093c160ca7a69e1860c02750c7e">threadOwners</a>(</div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> <a class="code hl_class" href="classripple_1_1ReadView.html">ReadView</a> <span class="keyword">const</span>&amp; base,</div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> <a class="code hl_class" href="classripple_1_1TxMeta.html">TxMeta</a>&amp; meta,</div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE const&gt;</a> <span class="keyword">const</span>&amp; sle,</div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/unordered_map.html">Mods</a>&amp; mods,</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> <a class="code hl_class" href="classbeast_1_1Journal.html">beast::Journal</a> j);</div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span>};</div>
</div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> </div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span>} <span class="comment">// namespace detail</span></div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span>} <span class="comment">// namespace ripple</span></div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> </div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span><span class="preprocessor">#endif</span></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#l00040">Journal.h:41</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#l00045">OpenView.h:46</a></div></div>
<div class="ttc" id="aclassripple_1_1RawView_html"><div class="ttname"><a href="classripple_1_1RawView.html">ripple::RawView</a></div><div class="ttdoc">Interface for ledger entry changes.</div><div class="ttdef"><b>Definition</b> <a href="RawView_8h_source.html#l00014">RawView.h:15</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#l00031">ReadView.h:32</a></div></div>
<div class="ttc" id="aclassripple_1_1ReadView_html_a937328125a7d62270f32b4e1555c5cdd"><div class="ttname"><a href="classripple_1_1ReadView.html#a937328125a7d62270f32b4e1555c5cdd">ripple::ReadView::key_type</a></div><div class="ttdeci">uint256 key_type</div><div class="ttdef"><b>Definition</b> <a href="ReadView_8h_source.html#l00037">ReadView.h:37</a></div></div>
<div class="ttc" id="aclassripple_1_1STTx_html"><div class="ttname"><a href="classripple_1_1STTx.html">ripple::STTx</a></div><div class="ttdef"><b>Definition</b> <a href="STTx_8h_source.html#l00028">STTx.h:29</a></div></div>
<div class="ttc" id="aclassripple_1_1TERSubset_html"><div class="ttname"><a href="classripple_1_1TERSubset.html">ripple::TERSubset&lt; CanCvtToTER &gt;</a></div></div>
<div class="ttc" id="aclassripple_1_1TxMeta_html"><div class="ttname"><a href="classripple_1_1TxMeta.html">ripple::TxMeta</a></div><div class="ttdef"><b>Definition</b> <a href="TxMeta_8h_source.html#l00015">TxMeta.h:16</a></div></div>
<div class="ttc" id="aclassripple_1_1XRPAmount_html"><div class="ttname"><a href="classripple_1_1XRPAmount.html">ripple::XRPAmount</a></div><div class="ttdef"><b>Definition</b> <a href="XRPAmount_8h_source.html#l00020">XRPAmount.h:24</a></div></div>
<div class="ttc" id="aclassripple_1_1base__uint_html"><div class="ttname"><a href="classripple_1_1base__uint.html">ripple::base_uint&lt; 256 &gt;</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html">ripple::detail::ApplyStateTable</a></div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8h_source.html#l00018">ApplyStateTable.h:19</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a147c23bf0232814a71d4a5f11fe92272"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a147c23bf0232814a71d4a5f11fe92272">ripple::detail::ApplyStateTable::items_</a></div><div class="ttdeci">items_t items_</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8h_source.html#l00033">ApplyStateTable.h:33</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a15ce23331a3e0efc8b82593615d06179"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a15ce23331a3e0efc8b82593615d06179">ripple::detail::ApplyStateTable::peek</a></div><div class="ttdeci">std::shared_ptr&lt; SLE &gt; peek(ReadView const &amp;base, Keylet const &amp;k)</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8cpp_source.html#l00358">ApplyStateTable.cpp:358</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a1f72320635a01285c1ded84ade7c9676"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a1f72320635a01285c1ded84ade7c9676">ripple::detail::ApplyStateTable::rawErase</a></div><div class="ttdeci">void rawErase(ReadView const &amp;base, std::shared_ptr&lt; SLE &gt; const &amp;sle)</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8cpp_source.html#l00416">ApplyStateTable.cpp:416</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a3911f7905d2146dfd692a51238b980f4"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a3911f7905d2146dfd692a51238b980f4">ripple::detail::ApplyStateTable::dropsDestroyed</a></div><div class="ttdeci">XRPAmount const &amp; dropsDestroyed() const</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8h_source.html#l00106">ApplyStateTable.h:106</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a3b84e6caea0d8f5e213a863d05e77563"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a3b84e6caea0d8f5e213a863d05e77563">ripple::detail::ApplyStateTable::threadTx</a></div><div class="ttdeci">void threadTx(ReadView const &amp;base, TxMeta &amp;meta, AccountID const &amp;to, Mods &amp;mods, beast::Journal j)</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8cpp_source.html#l00618">ApplyStateTable.cpp:618</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a46af8fae651e790f1a7c69ee56f1d5ce"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a46af8fae651e790f1a7c69ee56f1d5ce">ripple::detail::ApplyStateTable::read</a></div><div class="ttdeci">std::shared_ptr&lt; SLE const &gt; read(ReadView const &amp;base, Keylet const &amp;k) const</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8cpp_source.html#l00336">ApplyStateTable.cpp:336</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a4f02173d95de431d5d65f9988e846410"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a4f02173d95de431d5d65f9988e846410">ripple::detail::ApplyStateTable::update</a></div><div class="ttdeci">void update(ReadView const &amp;base, std::shared_ptr&lt; SLE &gt; const &amp;sle)</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8cpp_source.html#l00502">ApplyStateTable.cpp:502</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a555c3b482f8688a50002a5a0a5faec03"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a555c3b482f8688a50002a5a0a5faec03">ripple::detail::ApplyStateTable::exists</a></div><div class="ttdeci">bool exists(ReadView const &amp;base, Keylet const &amp;k) const</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8cpp_source.html#l00279">ApplyStateTable.cpp:279</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a5ec327d07ac54d993660381dbc68d6a2"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a5ec327d07ac54d993660381dbc68d6a2">ripple::detail::ApplyStateTable::visit</a></div><div class="ttdeci">void visit(ReadView const &amp;base, std::function&lt; void(uint256 const &amp;key, bool isDelete, std::shared_ptr&lt; SLE const &gt; const &amp;before, std::shared_ptr&lt; SLE const &gt; const &amp;after)&gt; const &amp;func) const</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8cpp_source.html#l00055">ApplyStateTable.cpp:55</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a701ddeba06b2df355cc359fcdf1e60e1"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a701ddeba06b2df355cc359fcdf1e60e1">ripple::detail::ApplyStateTable::threadItem</a></div><div class="ttdeci">static void threadItem(TxMeta &amp;meta, std::shared_ptr&lt; SLE &gt; const &amp;to)</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8cpp_source.html#l00534">ApplyStateTable.cpp:534</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a7b06208a1f417d91b01f39a7f613df7b"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a7b06208a1f417d91b01f39a7f613df7b">ripple::detail::ApplyStateTable::operator=</a></div><div class="ttdeci">ApplyStateTable &amp; operator=(ApplyStateTable &amp;&amp;)=delete</div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a7e62021e501c3d99b49590266318e657"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a7e62021e501c3d99b49590266318e657">ripple::detail::ApplyStateTable::getForMod</a></div><div class="ttdeci">std::shared_ptr&lt; SLE &gt; getForMod(ReadView const &amp;base, key_type const &amp;key, Mods &amp;mods, beast::Journal j)</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8cpp_source.html#l00567">ApplyStateTable.cpp:567</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a958ac2550ee88b655217f6f1f51c6222"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a958ac2550ee88b655217f6f1f51c6222">ripple::detail::ApplyStateTable::Action</a></div><div class="ttdeci">Action</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8h_source.html#l00024">ApplyStateTable.h:24</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a958ac2550ee88b655217f6f1f51c6222a0fea6a13c52b4d4725368f24b045ca84"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a958ac2550ee88b655217f6f1f51c6222a0fea6a13c52b4d4725368f24b045ca84">ripple::detail::ApplyStateTable::Action::cache</a></div><div class="ttdeci">@ cache</div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a958ac2550ee88b655217f6f1f51c6222a26eb25b14d930f9d5f59b2c50798a9a4"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a958ac2550ee88b655217f6f1f51c6222a26eb25b14d930f9d5f59b2c50798a9a4">ripple::detail::ApplyStateTable::Action::erase</a></div><div class="ttdeci">@ erase</div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a958ac2550ee88b655217f6f1f51c6222a8f45a2644508b5282f57fe129f62d19a"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a958ac2550ee88b655217f6f1f51c6222a8f45a2644508b5282f57fe129f62d19a">ripple::detail::ApplyStateTable::Action::modify</a></div><div class="ttdeci">@ modify</div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a958ac2550ee88b655217f6f1f51c6222ae0df5f3dfd2650ae5be9993434e2b2c0"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a958ac2550ee88b655217f6f1f51c6222ae0df5f3dfd2650ae5be9993434e2b2c0">ripple::detail::ApplyStateTable::Action::insert</a></div><div class="ttdeci">@ insert</div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a97fac093c160ca7a69e1860c02750c7e"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a97fac093c160ca7a69e1860c02750c7e">ripple::detail::ApplyStateTable::threadOwners</a></div><div class="ttdeci">void threadOwners(ReadView const &amp;base, TxMeta &amp;meta, std::shared_ptr&lt; SLE const &gt; const &amp;sle, Mods &amp;mods, beast::Journal j)</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8cpp_source.html#l00642">ApplyStateTable.cpp:642</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_ab792c584eab5ae3c01f543d7c4335c29"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#ab792c584eab5ae3c01f543d7c4335c29">ripple::detail::ApplyStateTable::ApplyStateTable</a></div><div class="ttdeci">ApplyStateTable(ApplyStateTable &amp;&amp;)=default</div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_abaa9a630148124ca012043b929f27fa2"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#abaa9a630148124ca012043b929f27fa2">ripple::detail::ApplyStateTable::operator=</a></div><div class="ttdeci">ApplyStateTable &amp; operator=(ApplyStateTable const &amp;)=delete</div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_ac71c446d6cd8570add6765c71d5f8e8d"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#ac71c446d6cd8570add6765c71d5f8e8d">ripple::detail::ApplyStateTable::apply</a></div><div class="ttdeci">void apply(RawView &amp;to) const</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8cpp_source.html#l00012">ApplyStateTable.cpp:12</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_ad6a1856ba17b6c03dda8c2e163aca613"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#ad6a1856ba17b6c03dda8c2e163aca613">ripple::detail::ApplyStateTable::size</a></div><div class="ttdeci">std::size_t size() const</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8cpp_source.html#l00036">ApplyStateTable.cpp:36</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_ad75aeecf35b6616fa259d533bd06f622"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#ad75aeecf35b6616fa259d533bd06f622">ripple::detail::ApplyStateTable::succ</a></div><div class="ttdeci">std::optional&lt; key_type &gt; succ(ReadView const &amp;base, key_type const &amp;key, std::optional&lt; key_type &gt; const &amp;last) const</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8cpp_source.html#l00301">ApplyStateTable.cpp:301</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_ad8170222c018b2a9953559d5ca412ee6"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#ad8170222c018b2a9953559d5ca412ee6">ripple::detail::ApplyStateTable::replace</a></div><div class="ttdeci">void replace(ReadView const &amp;base, std::shared_ptr&lt; SLE &gt; const &amp;sle)</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8cpp_source.html#l00473">ApplyStateTable.cpp:473</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_addc8aa01e8cfb7aa6edb380e66dcff5a"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#addc8aa01e8cfb7aa6edb380e66dcff5a">ripple::detail::ApplyStateTable::ApplyStateTable</a></div><div class="ttdeci">ApplyStateTable(ApplyStateTable const &amp;)=delete</div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_aebf108c8a6b2e8e7a0f516df29d0e926"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#aebf108c8a6b2e8e7a0f516df29d0e926">ripple::detail::ApplyStateTable::destroyXRP</a></div><div class="ttdeci">void destroyXRP(XRPAmount const &amp;fee)</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8cpp_source.html#l00525">ApplyStateTable.cpp:525</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_aed60756c5ff71886b95b0d09022f3e3c"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#aed60756c5ff71886b95b0d09022f3e3c">ripple::detail::ApplyStateTable::dropsDestroyed_</a></div><div class="ttdeci">XRPAmount dropsDestroyed_</div><div class="ttdef"><b>Definition</b> <a href="ApplyStateTable_8h_source.html#l00034">ApplyStateTable.h:34</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_aff1534358a62ede1db5ddcea1d78fabc"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#aff1534358a62ede1db5ddcea1d78fabc">ripple::detail::ApplyStateTable::ApplyStateTable</a></div><div class="ttdeci">ApplyStateTable()=default</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="amap_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/map.html">std::map&lt; key_type, std::pair&lt; Action, std::shared_ptr&lt; SLE &gt; &gt; &gt;</a></div></div>
<div class="ttc" id="amemory_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/memory.html">memory</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#l00006">algorithm.h:6</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac3e90afb749bb1f01e06729c7c860ba3"><div class="ttname"><a href="namespaceripple.html#ac3e90afb749bb1f01e06729c7c860ba3">ripple::after</a></div><div class="ttdeci">bool after(NetClock::time_point now, std::uint32_t mark)</div><div class="ttdoc">Has the specified time passed?</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l03247">View.cpp:3247</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="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="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_1Keylet_html"><div class="ttname"><a href="structripple_1_1Keylet.html">ripple::Keylet</a></div><div class="ttdoc">A pair of SHAMap key and LedgerEntryType.</div><div class="ttdef"><b>Definition</b> <a href="Keylet_8h_source.html#l00019">Keylet.h:20</a></div></div>
<div class="ttc" id="aunordered_map_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/unordered_map.html">std::unordered_map</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.8
</small></address>
</body>
</html>