mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 19:45:53 +00:00
257 lines
43 KiB
HTML
257 lines
43 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">
|
|
<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: common.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&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&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_120ed4da3e3217b1e7fc0b4f48568e79.html">test</a></li><li class="navelem"><a class="el" href="dir_44d574ce4dda798853fe6198200ea4d1.html">shamap</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">common.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">/*</span></div>
|
|
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <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> <span class="comment"> Copyright (c) 2012, 2013 Ripple Labs Inc.</span></div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <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> <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> <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> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <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> <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> <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> <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> <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> <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> <span class="comment">*/</span></div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">//==============================================================================</span></div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  </div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#ifndef RIPPLE_SHAMAP_TESTS_COMMON_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#define RIPPLE_SHAMAP_TESTS_COMMON_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <ripple/basics/chrono.h></span></div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <ripple/nodestore/DatabaseShard.h></span></div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include <ripple/nodestore/DummyScheduler.h></span></div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include <ripple/nodestore/Manager.h></span></div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include <ripple/shamap/Family.h></span></div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  </div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="keyword">namespace </span>tests {</div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  </div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html"> 32</a></span> <span class="keyword">class </span><a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html">TestNodeFamily</a> : <span class="keyword">public</span> <a class="code" href="classripple_1_1Family.html">Family</a></div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> {</div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#a12f5d73bb2f976932b27c91dc7076983"> 35</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr<NodeStore::Database></a> <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a12f5d73bb2f976932b27c91dc7076983">db_</a>;</div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  </div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#a2e7ba0a26fee4b7bb2f7be9f8027f11a"> 37</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<FullBelowCache></a> <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a2e7ba0a26fee4b7bb2f7be9f8027f11a">fbCache_</a>;</div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#a7b10503cc8b366eaa0f5f0b478eecdd0"> 38</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<TreeNodeCache></a> <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a7b10503cc8b366eaa0f5f0b478eecdd0">tnCache_</a>;</div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  </div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#a32a4a4e287ab905a049dfdbdc9aeb5c1"> 40</a></span>  <a class="code" href="classbeast_1_1manual__clock.html">TestStopwatch</a> <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a32a4a4e287ab905a049dfdbdc9aeb5c1">clock_</a>;</div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#ad93a19554b9620e92d8d885c5e197050"> 41</a></span>  <a class="code" href="classripple_1_1NodeStore_1_1DummyScheduler.html">NodeStore::DummyScheduler</a> <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#ad93a19554b9620e92d8d885c5e197050">scheduler_</a>;</div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#af1f160aa999fc8bde4b0a9b94bbadbdf"> 42</a></span>  <a class="code" href="classripple_1_1RootStoppable.html">RootStoppable</a> <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#af1f160aa999fc8bde4b0a9b94bbadbdf">parent_</a>;</div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  </div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#a340da1961737254a587c1ca72d435576"> 44</a></span>  <a class="code" href="classbeast_1_1Journal.html">beast::Journal</a> <span class="keyword">const</span> <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a340da1961737254a587c1ca72d435576">j_</a>;</div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  </div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#a0f1ca29eedb403ea08b80c4b5530f7e0"> 47</a></span>  <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a0f1ca29eedb403ea08b80c4b5530f7e0">TestNodeFamily</a>(<a class="code" href="classbeast_1_1Journal.html">beast::Journal</a> j)</div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  : <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a2e7ba0a26fee4b7bb2f7be9f8027f11a">fbCache_</a>(<a class="code" href="namespacestd.html">std</a>::make_shared<<a class="code" href="classripple_1_1detail_1_1BasicFullBelowCache.html">FullBelowCache</a>>(</div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="stringliteral">"App family full below cache"</span>,</div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a32a4a4e287ab905a049dfdbdc9aeb5c1">clock_</a>))</div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  , <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a7b10503cc8b366eaa0f5f0b478eecdd0">tnCache_</a>(<a class="code" href="namespacestd.html">std</a>::make_shared<<a class="code" href="classripple_1_1TaggedCache.html">TreeNodeCache</a>>(</div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <span class="stringliteral">"App family tree node cache"</span>,</div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  65536,</div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <a class="code" href="namespacestd.html">std</a>::chrono::minutes{1},</div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a32a4a4e287ab905a049dfdbdc9aeb5c1">clock_</a>,</div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  j))</div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  , <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#af1f160aa999fc8bde4b0a9b94bbadbdf">parent_</a>(<span class="stringliteral">"TestRootStoppable"</span>)</div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  , <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a340da1961737254a587c1ca72d435576">j_</a>(j)</div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  {</div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <a class="code" href="classripple_1_1Section.html">Section</a> testSection;</div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  testSection.<a class="code" href="classripple_1_1Section.html#a3059b48f861508b116c274af605c4b0a">set</a>(<span class="stringliteral">"type"</span>, <span class="stringliteral">"memory"</span>);</div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  testSection.<a class="code" href="classripple_1_1Section.html#a3059b48f861508b116c274af605c4b0a">set</a>(<span class="stringliteral">"Path"</span>, <span class="stringliteral">"SHAMap_test"</span>);</div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a12f5d73bb2f976932b27c91dc7076983">db_</a> = <a class="code" href="classripple_1_1NodeStore_1_1Manager.html#a59f9bcb7e6049d1b4c557891992f6cab">NodeStore::Manager::instance</a>().<a class="code" href="classripple_1_1NodeStore_1_1Manager.html#ad77af517bcd993cf292d64db64102979">make_Database</a>(</div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="stringliteral">"test"</span>, <a class="code" href="namespaceripple.html#a13d7c6c34d30731bbc221f629e03f8db">megabytes</a>(4), <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#ad93a19554b9620e92d8d885c5e197050">scheduler_</a>, 1, <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#af1f160aa999fc8bde4b0a9b94bbadbdf">parent_</a>, testSection, j);</div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  }</div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  </div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <a class="code" href="classripple_1_1NodeStore_1_1Database.html">NodeStore::Database</a>&</div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#af27470cb06f50985c1f8b63d77f9ff7a"> 68</a></span>  <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#af27470cb06f50985c1f8b63d77f9ff7a">db</a>()<span class="keyword"> override</span></div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <span class="keywordflow">return</span> *<a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a12f5d73bb2f976932b27c91dc7076983">db_</a>;</div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  }</div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  </div>
|
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <a class="code" href="classripple_1_1NodeStore_1_1Database.html">NodeStore::Database</a> <span class="keyword">const</span>&</div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#a0a56415d5f3224683e3996fdcbe0ced1"> 74</a></span>  <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a0a56415d5f3224683e3996fdcbe0ced1">db</a>()<span class="keyword"> const override</span></div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="keywordflow">return</span> *<a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a12f5d73bb2f976932b27c91dc7076983">db_</a>;</div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  }</div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  </div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <a class="code" href="classbeast_1_1Journal.html">beast::Journal</a> <span class="keyword">const</span>&</div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#a71f0342c47e1f174830d66c7176f89f7"> 80</a></span>  <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a71f0342c47e1f174830d66c7176f89f7">journal</a>()<span class="keyword"> override</span></div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="keywordflow">return</span> <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a340da1961737254a587c1ca72d435576">j_</a>;</div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  }</div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  </div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#a6afe860b96ac159f3dbd2ed2471ee978"> 85</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<FullBelowCache></a> <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a6afe860b96ac159f3dbd2ed2471ee978">getFullBelowCache</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>)<span class="keyword"> override</span></div>
|
|
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="keywordflow">return</span> <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a2e7ba0a26fee4b7bb2f7be9f8027f11a">fbCache_</a>;</div>
|
|
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  }</div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  </div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#aa54431728a29f6c71b555c7269e41cfa"> 90</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<TreeNodeCache></a> <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#aa54431728a29f6c71b555c7269e41cfa">getTreeNodeCache</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>)<span class="keyword"> override</span></div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <span class="keywordflow">return</span> <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a7b10503cc8b366eaa0f5f0b478eecdd0">tnCache_</a>;</div>
|
|
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  }</div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  </div>
|
|
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#a5db2c83c9acdf0cf011b1996f29ff5e1"> 96</a></span>  <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a5db2c83c9acdf0cf011b1996f29ff5e1">sweep</a>()<span class="keyword"> override</span></div>
|
|
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a2e7ba0a26fee4b7bb2f7be9f8027f11a">fbCache_</a>->sweep();</div>
|
|
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a7b10503cc8b366eaa0f5f0b478eecdd0">tnCache_</a>->sweep();</div>
|
|
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  }</div>
|
|
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  </div>
|
|
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#afb023f84c09e43f20e2c5c802ac89398"> 103</a></span>  <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#afb023f84c09e43f20e2c5c802ac89398">isShardBacked</a>()<span class="keyword"> const override</span></div>
|
|
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
|
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  }</div>
|
|
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  </div>
|
|
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#a8f177b952248943dee2c55f8fd780844"> 109</a></span>  <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a8f177b952248943dee2c55f8fd780844">missingNode</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> refNum)<span class="keyword"> override</span></div>
|
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  Throw<std::runtime_error>(<span class="stringliteral">"missing node"</span>);</div>
|
|
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  }</div>
|
|
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  </div>
|
|
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#a245a544cb00a81ee4378703d696294f2"> 115</a></span>  <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a245a544cb00a81ee4378703d696294f2">missingNode</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& refHash, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> refNum)<span class="keyword"> override</span></div>
|
|
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  Throw<std::runtime_error>(<span class="stringliteral">"missing node"</span>);</div>
|
|
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  }</div>
|
|
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  </div>
|
|
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#a1f76e62e5e7675389c08622c7cbcd292"> 121</a></span>  <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a1f76e62e5e7675389c08622c7cbcd292">reset</a>()<span class="keyword"> override</span></div>
|
|
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a2e7ba0a26fee4b7bb2f7be9f8027f11a">fbCache_</a>->reset();</div>
|
|
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a7b10503cc8b366eaa0f5f0b478eecdd0">tnCache_</a>->reset();</div>
|
|
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  }</div>
|
|
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  </div>
|
|
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  <a class="code" href="classbeast_1_1manual__clock.html">beast::manual_clock<std::chrono::steady_clock></a></div>
|
|
<div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="classripple_1_1tests_1_1TestNodeFamily.html#a0c4dffd3fce00837dabf16efa4131b67"> 128</a></span>  <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a0c4dffd3fce00837dabf16efa4131b67">clock</a>()</div>
|
|
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  {</div>
|
|
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  <span class="keywordflow">return</span> <a class="code" href="classripple_1_1tests_1_1TestNodeFamily.html#a32a4a4e287ab905a049dfdbdc9aeb5c1">clock_</a>;</div>
|
|
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  }</div>
|
|
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span> };</div>
|
|
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  </div>
|
|
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span> } <span class="comment">// namespace tests</span></div>
|
|
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span> } <span class="comment">// namespace ripple</span></div>
|
|
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  </div>
|
|
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span> <span class="preprocessor">#endif</span></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<div class="ttc" id="aclassripple_1_1NodeStore_1_1DummyScheduler_html"><div class="ttname"><a href="classripple_1_1NodeStore_1_1DummyScheduler.html">ripple::NodeStore::DummyScheduler</a></div><div class="ttdoc">Simple NodeStore Scheduler that just peforms the tasks synchronously.</div><div class="ttdef"><b>Definition:</b> <a href="DummyScheduler_8h_source.html#l00029">DummyScheduler.h:29</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Section_html"><div class="ttname"><a href="classripple_1_1Section.html">ripple::Section</a></div><div class="ttdoc">Holds a collection of configuration values.</div><div class="ttdef"><b>Definition:</b> <a href="BasicConfig_8h_source.html#l00043">BasicConfig.h:43</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1NodeStore_1_1Database_html"><div class="ttname"><a href="classripple_1_1NodeStore_1_1Database.html">ripple::NodeStore::Database</a></div><div class="ttdoc">Persistency layer for NodeObject.</div><div class="ttdef"><b>Definition:</b> <a href="Database_8h_source.html#l00052">Database.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_1tests_1_1TestNodeFamily_html_a245a544cb00a81ee4378703d696294f2"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#a245a544cb00a81ee4378703d696294f2">ripple::tests::TestNodeFamily::missingNode</a></div><div class="ttdeci">void missingNode(uint256 const &refHash, std::uint32_t refNum) override</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00115">common.h:115</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#l00052">TaggedCache.h:52</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1NodeStore_1_1Manager_html_ad77af517bcd993cf292d64db64102979"><div class="ttname"><a href="classripple_1_1NodeStore_1_1Manager.html#ad77af517bcd993cf292d64db64102979">ripple::NodeStore::Manager::make_Database</a></div><div class="ttdeci">virtual std::unique_ptr< Database > make_Database(std::string const &name, std::size_t burstSize, Scheduler &scheduler, int readThreads, Stoppable &parent, Section const &backendParameters, beast::Journal journal)=0</div><div class="ttdoc">Construct a NodeStore database.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_af1f160aa999fc8bde4b0a9b94bbadbdf"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#af1f160aa999fc8bde4b0a9b94bbadbdf">ripple::tests::TestNodeFamily::parent_</a></div><div class="ttdeci">RootStoppable parent_</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00042">common.h:42</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_af27470cb06f50985c1f8b63d77f9ff7a"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#af27470cb06f50985c1f8b63d77f9ff7a">ripple::tests::TestNodeFamily::db</a></div><div class="ttdeci">NodeStore::Database & db() override</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00068">common.h:68</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1detail_1_1BasicFullBelowCache_html"><div class="ttname"><a href="classripple_1_1detail_1_1BasicFullBelowCache.html">ripple::detail::BasicFullBelowCache</a></div><div class="ttdoc">Remembers which tree keys have all descendants resident.</div><div class="ttdef"><b>Definition:</b> <a href="FullBelowCache_8h_source.html#l00037">FullBelowCache.h:37</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_a1f76e62e5e7675389c08622c7cbcd292"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#a1f76e62e5e7675389c08622c7cbcd292">ripple::tests::TestNodeFamily::reset</a></div><div class="ttdeci">void reset() override</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00121">common.h:121</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html">ripple::tests::TestNodeFamily</a></div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00032">common.h:32</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_a8f177b952248943dee2c55f8fd780844"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#a8f177b952248943dee2c55f8fd780844">ripple::tests::TestNodeFamily::missingNode</a></div><div class="ttdeci">void missingNode(std::uint32_t refNum) override</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00109">common.h:109</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_a71f0342c47e1f174830d66c7176f89f7"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#a71f0342c47e1f174830d66c7176f89f7">ripple::tests::TestNodeFamily::journal</a></div><div class="ttdeci">beast::Journal const & journal() override</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00080">common.h:80</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_a5db2c83c9acdf0cf011b1996f29ff5e1"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#a5db2c83c9acdf0cf011b1996f29ff5e1">ripple::tests::TestNodeFamily::sweep</a></div><div class="ttdeci">void sweep() override</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00096">common.h:96</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_a2e7ba0a26fee4b7bb2f7be9f8027f11a"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#a2e7ba0a26fee4b7bb2f7be9f8027f11a">ripple::tests::TestNodeFamily::fbCache_</a></div><div class="ttdeci">std::shared_ptr< FullBelowCache > fbCache_</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00037">common.h:37</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< 256 ></a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_a32a4a4e287ab905a049dfdbdc9aeb5c1"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#a32a4a4e287ab905a049dfdbdc9aeb5c1">ripple::tests::TestNodeFamily::clock_</a></div><div class="ttdeci">TestStopwatch clock_</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00040">common.h:40</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1RootStoppable_html"><div class="ttname"><a href="classripple_1_1RootStoppable.html">ripple::RootStoppable</a></div><div class="ttdef"><b>Definition:</b> <a href="Stoppable_8h_source.html#l00353">Stoppable.h:353</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a13d7c6c34d30731bbc221f629e03f8db"><div class="ttname"><a href="namespaceripple.html#a13d7c6c34d30731bbc221f629e03f8db">ripple::megabytes</a></div><div class="ttdeci">constexpr auto megabytes(T value) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="ByteUtilities_8h_source.html#l00034">ByteUtilities.h:34</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_aa54431728a29f6c71b555c7269e41cfa"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#aa54431728a29f6c71b555c7269e41cfa">ripple::tests::TestNodeFamily::getTreeNodeCache</a></div><div class="ttdeci">std::shared_ptr< TreeNodeCache > getTreeNodeCache(std::uint32_t) override</div><div class="ttdoc">Return a pointer to the Family Tree Node Cache.</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00090">common.h:90</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Family_html"><div class="ttname"><a href="classripple_1_1Family.html">ripple::Family</a></div><div class="ttdef"><b>Definition:</b> <a href="Family_8h_source.html#l00032">Family.h:32</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#l00058">Journal.h:58</a></div></div>
|
|
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_a0f1ca29eedb403ea08b80c4b5530f7e0"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#a0f1ca29eedb403ea08b80c4b5530f7e0">ripple::tests::TestNodeFamily::TestNodeFamily</a></div><div class="ttdeci">TestNodeFamily(beast::Journal j)</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00047">common.h:47</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_a12f5d73bb2f976932b27c91dc7076983"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#a12f5d73bb2f976932b27c91dc7076983">ripple::tests::TestNodeFamily::db_</a></div><div class="ttdeci">std::unique_ptr< NodeStore::Database > db_</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00035">common.h:35</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_ad93a19554b9620e92d8d885c5e197050"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#ad93a19554b9620e92d8d885c5e197050">ripple::tests::TestNodeFamily::scheduler_</a></div><div class="ttdeci">NodeStore::DummyScheduler scheduler_</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00041">common.h:41</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_1Section_html_a3059b48f861508b116c274af605c4b0a"><div class="ttname"><a href="classripple_1_1Section.html#a3059b48f861508b116c274af605c4b0a">ripple::Section::set</a></div><div class="ttdeci">void set(std::string const &key, std::string const &value)</div><div class="ttdoc">Set a key/value pair.</div><div class="ttdef"><b>Definition:</b> <a href="BasicConfig_8cpp_source.html#l00032">BasicConfig.cpp:32</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_a6afe860b96ac159f3dbd2ed2471ee978"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#a6afe860b96ac159f3dbd2ed2471ee978">ripple::tests::TestNodeFamily::getFullBelowCache</a></div><div class="ttdeci">std::shared_ptr< FullBelowCache > getFullBelowCache(std::uint32_t) override</div><div class="ttdoc">Return a pointer to the Family Full Below Cache.</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00085">common.h:85</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_a0c4dffd3fce00837dabf16efa4131b67"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#a0c4dffd3fce00837dabf16efa4131b67">ripple::tests::TestNodeFamily::clock</a></div><div class="ttdeci">beast::manual_clock< std::chrono::steady_clock > clock()</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00128">common.h:128</a></div></div>
|
|
<div class="ttc" id="anamespacestd_html"><div class="ttname"><a href="namespacestd.html">std</a></div><div class="ttdoc">STL namespace.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_afb023f84c09e43f20e2c5c802ac89398"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#afb023f84c09e43f20e2c5c802ac89398">ripple::tests::TestNodeFamily::isShardBacked</a></div><div class="ttdeci">bool isShardBacked() const override</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00103">common.h:103</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_a340da1961737254a587c1ca72d435576"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#a340da1961737254a587c1ca72d435576">ripple::tests::TestNodeFamily::j_</a></div><div class="ttdeci">const beast::Journal j_</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00044">common.h:44</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_a0a56415d5f3224683e3996fdcbe0ced1"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#a0a56415d5f3224683e3996fdcbe0ced1">ripple::tests::TestNodeFamily::db</a></div><div class="ttdeci">NodeStore::Database const & db() const override</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00074">common.h:74</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1tests_1_1TestNodeFamily_html_a7b10503cc8b366eaa0f5f0b478eecdd0"><div class="ttname"><a href="classripple_1_1tests_1_1TestNodeFamily.html#a7b10503cc8b366eaa0f5f0b478eecdd0">ripple::tests::TestNodeFamily::tnCache_</a></div><div class="ttdeci">std::shared_ptr< TreeNodeCache > tnCache_</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00038">common.h:38</a></div></div>
|
|
<div class="ttc" id="aclassbeast_1_1manual__clock_html"><div class="ttname"><a href="classbeast_1_1manual__clock.html">beast::manual_clock< std::chrono::steady_clock ></a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1NodeStore_1_1Manager_html_a59f9bcb7e6049d1b4c557891992f6cab"><div class="ttname"><a href="classripple_1_1NodeStore_1_1Manager.html#a59f9bcb7e6049d1b4c557891992f6cab">ripple::NodeStore::Manager::instance</a></div><div class="ttdeci">static Manager & instance()</div><div class="ttdoc">Returns the instance of the manager singleton.</div><div class="ttdef"><b>Definition:</b> <a href="ManagerImp_8cpp_source.html#l00119">ManagerImp.cpp:119</a></div></div>
|
|
<div class="ttc" id="aunique_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a></div><div class="ttdoc">STL class.</div></div>
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.17
|
|
</small></address>
|
|
</body>
|
|
</html>
|