This commit is contained in:
nbougalis
2020-04-15 21:15:02 +00:00
commit 4ad595bf18
12373 changed files with 1478990 additions and 0 deletions

View File

@@ -0,0 +1,173 @@
<!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">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>rippled: AcceptedLedger.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 style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">rippled
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @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:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- 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">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_df9c78dcf3f59a33b12284f95992a64b.html">ripple</a></li><li class="navelem"><a class="el" href="dir_9f69212e4c6e2ca9ec5ab59cd7b6275c.html">app</a></li><li class="navelem"><a class="el" href="dir_796f40347441ba166e244d2eadcd4ae1.html">ledger</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">AcceptedLedger.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> This file is part of rippled: https://github.com/ripple/rippled</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> Copyright (c) 2012, 2013 Ripple Labs Inc.</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"></span> </div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> Permission to use, copy, modify, and/or distribute this software for any</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> purpose with or without fee is hereby granted, provided that the above</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> copyright notice and this permission notice appear in all copies.</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"></span> </div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> THE SOFTWARE IS PROVIDED &quot;AS IS&quot; AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment">*/</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment">//==============================================================================</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#ifndef RIPPLE_APP_LEDGER_ACCEPTEDLEDGER_H_INCLUDED</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#define RIPPLE_APP_LEDGER_ACCEPTEDLEDGER_H_INCLUDED</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; </div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &lt;ripple/app/ledger/AcceptedLedgerTx.h&gt;</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;ripple/protocol/AccountID.h&gt;</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; </div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; </div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="comment">/* VFALCO TODO digest this terminology clarification:</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="comment"> Closed and accepted refer to ledgers that have not passed the</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="comment"> validation threshold yet. Once they pass the threshold, they are</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="comment"> &quot;Validated&quot;. Closed just means its close time has passed and no</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="comment"> new transactions can get in. &quot;Accepted&quot; means we believe it to be</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="comment"> the result of the a consensus process (though haven&#39;t validated</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="comment"> it yet).</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="comment">*/</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="classripple_1_1AcceptedLedger.html"> 44</a></span>&#160;<span class="keyword">class </span><a class="code" href="classripple_1_1AcceptedLedger.html">AcceptedLedger</a></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;{</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classripple_1_1AcceptedLedger.html#a70e9652fd8f821b422b120a6eeb68988"> 47</a></span>&#160; <span class="keyword">using</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">pointer</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;AcceptedLedger&gt;</a>;</div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="classripple_1_1AcceptedLedger.html#a47e45d1b1a826b94289243f3f28f0c68"> 48</a></span>&#160; <span class="keyword">using</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">ret</a> = <span class="keyword">const</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">pointer</a>&amp;;</div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classripple_1_1AcceptedLedger.html#a6069f2a1bf4bd3fbe34f01383b9528ee"> 49</a></span>&#160; <span class="keyword">using</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">map_t</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map&lt;int, AcceptedLedgerTx::pointer&gt;</a>;</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; <span class="comment">// mapt_t must be an ordered map!</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="classripple_1_1AcceptedLedger.html#a2b0be648521dbe5863995e0458142cb6"> 51</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classripple_1_1AcceptedLedger.html#a2b0be648521dbe5863995e0458142cb6">value_type</a> = map_t::value_type;</div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classripple_1_1AcceptedLedger.html#adc3515213cd726e75d0e4f8ebea5e49f"> 52</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classripple_1_1AcceptedLedger.html#adc3515213cd726e75d0e4f8ebea5e49f">const_iterator</a> = map_t::const_iterator;</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; </div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classripple_1_1AcceptedLedger.html#a38df9c38527d9b2e4d3d782cbe757b52"> 55</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;ReadView const&gt;</a> <span class="keyword">const</span>&amp; <a class="code" href="classripple_1_1AcceptedLedger.html#a38df9c38527d9b2e4d3d782cbe757b52">getLedger</a> ()<span class="keyword"> const</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1AcceptedLedger.html#a8d6893a0b22aefd40b6f657d0d39f79b">mLedger</a>;</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; }</div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="classripple_1_1AcceptedLedger.html#a6da4c1ce828fb0abaf6c48692a33abb1"> 59</a></span>&#160; <span class="keyword">const</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">map_t</a>&amp; <a class="code" href="classripple_1_1AcceptedLedger.html#a6da4c1ce828fb0abaf6c48692a33abb1">getMap</a> ()<span class="keyword"> const</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1AcceptedLedger.html#addb8f1c3248fcd38bb42060399015340">mMap</a>;</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; }</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; </div>
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classripple_1_1AcceptedLedger.html#ae68f795c17045969e41207b4592eaf2a"> 64</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="classripple_1_1AcceptedLedger.html#ae68f795c17045969e41207b4592eaf2a">getTxnCount</a> ()<span class="keyword"> const</span></div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1AcceptedLedger.html#addb8f1c3248fcd38bb42060399015340">mMap</a>.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map/size.html">size</a> ();</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; }</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; </div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">AcceptedLedgerTx::pointer</a> <a class="code" href="classripple_1_1AcceptedLedger.html#ac651631a0fbae4e549bbbed93b793403">getTxn</a> (<span class="keywordtype">int</span>) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; </div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <a class="code" href="classripple_1_1AcceptedLedger.html#aa467f4f830fbd8c9ce73d854ec9ab269">AcceptedLedger</a> (</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;ReadView const&gt;</a> <span class="keyword">const</span>&amp; ledger,</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; <a class="code" href="classripple_1_1AccountIDCache.html">AccountIDCache</a> <span class="keyword">const</span>&amp; accountCache, <a class="code" href="classripple_1_1Logs.html">Logs</a>&amp; logs);</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; </div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classripple_1_1AcceptedLedger.html#a8df57869d680a1f99181efa9097a30b7">insert</a> (<a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">AcceptedLedgerTx::ref</a>);</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; </div>
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="classripple_1_1AcceptedLedger.html#a8d6893a0b22aefd40b6f657d0d39f79b"> 78</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;ReadView const&gt;</a> <a class="code" href="classripple_1_1AcceptedLedger.html#a8d6893a0b22aefd40b6f657d0d39f79b">mLedger</a>;</div>
<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="classripple_1_1AcceptedLedger.html#addb8f1c3248fcd38bb42060399015340"> 79</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">map_t</a> <a class="code" href="classripple_1_1AcceptedLedger.html#addb8f1c3248fcd38bb42060399015340">mMap</a>;</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;};</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; </div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;} <span class="comment">// ripple</span></div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; </div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="preprocessor">#endif</span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="aclassripple_1_1AcceptedLedger_html_ae68f795c17045969e41207b4592eaf2a"><div class="ttname"><a href="classripple_1_1AcceptedLedger.html#ae68f795c17045969e41207b4592eaf2a">ripple::AcceptedLedger::getTxnCount</a></div><div class="ttdeci">int getTxnCount() const</div><div class="ttdef"><b>Definition:</b> <a href="AcceptedLedger_8h_source.html#l00064">AcceptedLedger.h:64</a></div></div>
<div class="ttc" id="aclassripple_1_1AcceptedLedger_html"><div class="ttname"><a href="classripple_1_1AcceptedLedger.html">ripple::AcceptedLedger</a></div><div class="ttdoc">A ledger that has become irrevocable.</div><div class="ttdef"><b>Definition:</b> <a href="AcceptedLedger_8h_source.html#l00044">AcceptedLedger.h:44</a></div></div>
<div class="ttc" id="aclassripple_1_1AcceptedLedger_html_adc3515213cd726e75d0e4f8ebea5e49f"><div class="ttname"><a href="classripple_1_1AcceptedLedger.html#adc3515213cd726e75d0e4f8ebea5e49f">ripple::AcceptedLedger::const_iterator</a></div><div class="ttdeci">map_t::const_iterator const_iterator</div><div class="ttdef"><b>Definition:</b> <a href="AcceptedLedger_8h_source.html#l00052">AcceptedLedger.h:52</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 class="ttdoc">STL class.</div></div>
<div class="ttc" id="aclassripple_1_1AcceptedLedger_html_ac651631a0fbae4e549bbbed93b793403"><div class="ttname"><a href="classripple_1_1AcceptedLedger.html#ac651631a0fbae4e549bbbed93b793403">ripple::AcceptedLedger::getTxn</a></div><div class="ttdeci">AcceptedLedgerTx::pointer getTxn(int) const</div><div class="ttdef"><b>Definition:</b> <a href="AcceptedLedger_8cpp_source.html#l00044">AcceptedLedger.cpp:44</a></div></div>
<div class="ttc" id="aclassripple_1_1Logs_html"><div class="ttname"><a href="classripple_1_1Logs.html">ripple::Logs</a></div><div class="ttdoc">Manages partitions for logging.</div><div class="ttdef"><b>Definition:</b> <a href="Log_8h_source.html#l00049">Log.h:49</a></div></div>
<div class="ttc" id="aclassripple_1_1AcceptedLedger_html_aa467f4f830fbd8c9ce73d854ec9ab269"><div class="ttname"><a href="classripple_1_1AcceptedLedger.html#aa467f4f830fbd8c9ce73d854ec9ab269">ripple::AcceptedLedger::AcceptedLedger</a></div><div class="ttdeci">AcceptedLedger(std::shared_ptr&lt; ReadView const &gt; const &amp;ledger, AccountIDCache const &amp;accountCache, Logs &amp;logs)</div><div class="ttdef"><b>Definition:</b> <a href="AcceptedLedger_8cpp_source.html#l00026">AcceptedLedger.cpp:26</a></div></div>
<div class="ttc" id="asize_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/map/size.html">std::map::size</a></div><div class="ttdeci">T size(T... args)</div></div>
<div class="ttc" id="aclassripple_1_1AcceptedLedger_html_a6da4c1ce828fb0abaf6c48692a33abb1"><div class="ttname"><a href="classripple_1_1AcceptedLedger.html#a6da4c1ce828fb0abaf6c48692a33abb1">ripple::AcceptedLedger::getMap</a></div><div class="ttdeci">const map_t &amp; getMap() const</div><div class="ttdef"><b>Definition:</b> <a href="AcceptedLedger_8h_source.html#l00059">AcceptedLedger.h:59</a></div></div>
<div class="ttc" id="aclassripple_1_1AcceptedLedger_html_a38df9c38527d9b2e4d3d782cbe757b52"><div class="ttname"><a href="classripple_1_1AcceptedLedger.html#a38df9c38527d9b2e4d3d782cbe757b52">ripple::AcceptedLedger::getLedger</a></div><div class="ttdeci">std::shared_ptr&lt; ReadView const &gt; const &amp; getLedger() const</div><div class="ttdef"><b>Definition:</b> <a href="AcceptedLedger_8h_source.html#l00055">AcceptedLedger.h:55</a></div></div>
<div class="ttc" id="aclassripple_1_1AccountIDCache_html"><div class="ttname"><a href="classripple_1_1AccountIDCache.html">ripple::AccountIDCache</a></div><div class="ttdoc">Caches the base58 representations of AccountIDs.</div><div class="ttdef"><b>Definition:</b> <a href="AccountID_8h_source.html#l00150">AccountID.h:150</a></div></div>
<div class="ttc" id="aclassripple_1_1AcceptedLedger_html_a8df57869d680a1f99181efa9097a30b7"><div class="ttname"><a href="classripple_1_1AcceptedLedger.html#a8df57869d680a1f99181efa9097a30b7">ripple::AcceptedLedger::insert</a></div><div class="ttdeci">void insert(AcceptedLedgerTx::ref)</div><div class="ttdef"><b>Definition:</b> <a href="AcceptedLedger_8cpp_source.html#l00038">AcceptedLedger.cpp:38</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; int, AcceptedLedgerTx::pointer &gt;</a></div></div>
<div class="ttc" id="aclassripple_1_1AcceptedLedger_html_a8d6893a0b22aefd40b6f657d0d39f79b"><div class="ttname"><a href="classripple_1_1AcceptedLedger.html#a8d6893a0b22aefd40b6f657d0d39f79b">ripple::AcceptedLedger::mLedger</a></div><div class="ttdeci">std::shared_ptr&lt; ReadView const &gt; mLedger</div><div class="ttdef"><b>Definition:</b> <a href="AcceptedLedger_8h_source.html#l00078">AcceptedLedger.h:78</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="RCLCensorshipDetector_8h_source.html#l00029">RCLCensorshipDetector.h:29</a></div></div>
<div class="ttc" id="aclassripple_1_1AcceptedLedger_html_a2b0be648521dbe5863995e0458142cb6"><div class="ttname"><a href="classripple_1_1AcceptedLedger.html#a2b0be648521dbe5863995e0458142cb6">ripple::AcceptedLedger::value_type</a></div><div class="ttdeci">map_t::value_type value_type</div><div class="ttdef"><b>Definition:</b> <a href="AcceptedLedger_8h_source.html#l00051">AcceptedLedger.h:51</a></div></div>
<div class="ttc" id="aclassripple_1_1AcceptedLedger_html_addb8f1c3248fcd38bb42060399015340"><div class="ttname"><a href="classripple_1_1AcceptedLedger.html#addb8f1c3248fcd38bb42060399015340">ripple::AcceptedLedger::mMap</a></div><div class="ttdeci">map_t mMap</div><div class="ttdef"><b>Definition:</b> <a href="AcceptedLedger_8h_source.html#l00079">AcceptedLedger.h:79</a></div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>