This commit is contained in:
intelliot
2023-04-11 16:57:37 +00:00
parent edd7bab8d0
commit af6e9013ea
1603 changed files with 39183 additions and 36521 deletions

View File

@@ -94,34 +94,34 @@ $(function() {
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; </div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</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"><a class="line" href="classripple_1_1SHAMapLeafNode.html#aaacf6ccc43e162bb3b6c801a5b1126dd"> 26</a></span>&#160;<a class="code" href="classripple_1_1SHAMapLeafNode.html#aaacf6ccc43e162bb3b6c801a5b1126dd">SHAMapLeafNode::SHAMapLeafNode</a>(</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SHAMapItem const&gt;</a> item,</div>
<div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="classripple_1_1SHAMapLeafNode.html#ac8342b2b39747b5cc95a331bf3f1aa7a"> 26</a></span>&#160;<a class="code" href="classripple_1_1SHAMapLeafNode.html#ac8342b2b39747b5cc95a331bf3f1aa7a">SHAMapLeafNode::SHAMapLeafNode</a>(</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; boost::intrusive_ptr&lt;SHAMapItem const&gt; item,</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> cowid)</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; : <a class="code" href="classripple_1_1SHAMapTreeNode.html">SHAMapTreeNode</a>(cowid), item_(<a class="code" href="namespacestd.html">std</a>::move(item))</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;{</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; assert(<a class="code" href="classripple_1_1SHAMapLeafNode.html#ae54e777430c87c79e7da4e4f4a337e57">item_</a>-&gt;size() &gt;= 12);</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; assert(<a class="code" href="classripple_1_1SHAMapLeafNode.html#a8629b790383fb14f7fab214002e793ee">item_</a>-&gt;size() &gt;= 12);</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;}</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; </div>
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="classripple_1_1SHAMapLeafNode.html#ae3453945f1a76bbbd240e6e8bf9a5206"> 34</a></span>&#160;<a class="code" href="classripple_1_1SHAMapLeafNode.html#aaacf6ccc43e162bb3b6c801a5b1126dd">SHAMapLeafNode::SHAMapLeafNode</a>(</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SHAMapItem const&gt;</a> item,</div>
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="classripple_1_1SHAMapLeafNode.html#ad46296e0d50565c74ac232d1bf56c5cb"> 34</a></span>&#160;<a class="code" href="classripple_1_1SHAMapLeafNode.html#ac8342b2b39747b5cc95a331bf3f1aa7a">SHAMapLeafNode::SHAMapLeafNode</a>(</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; boost::intrusive_ptr&lt;SHAMapItem const&gt; item,</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> cowid,</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; <a class="code" href="classripple_1_1SHAMapHash.html">SHAMapHash</a> <span class="keyword">const</span>&amp; hash)</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; : <a class="code" href="classripple_1_1SHAMapTreeNode.html">SHAMapTreeNode</a>(cowid, hash), item_(<a class="code" href="namespacestd.html">std</a>::move(item))</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;{</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; assert(<a class="code" href="classripple_1_1SHAMapLeafNode.html#ae54e777430c87c79e7da4e4f4a337e57">item_</a>-&gt;size() &gt;= 12);</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; assert(<a class="code" href="classripple_1_1SHAMapLeafNode.html#a8629b790383fb14f7fab214002e793ee">item_</a>-&gt;size() &gt;= 12);</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;}</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; </div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SHAMapItem const&gt;</a> <span class="keyword">const</span>&amp;</div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="classripple_1_1SHAMapLeafNode.html#a1b82b561c8fe9afc2a4a281dbb3e833c"> 44</a></span>&#160;<a class="code" href="classripple_1_1SHAMapLeafNode.html#a1b82b561c8fe9afc2a4a281dbb3e833c">SHAMapLeafNode::peekItem</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;boost::intrusive_ptr&lt;SHAMapItem const&gt; <span class="keyword">const</span>&amp;</div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="classripple_1_1SHAMapLeafNode.html#ae5558bc731806e9562a8d49eccd77945"> 44</a></span>&#160;<a class="code" href="classripple_1_1SHAMapLeafNode.html#ae5558bc731806e9562a8d49eccd77945">SHAMapLeafNode::peekItem</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1SHAMapLeafNode.html#ae54e777430c87c79e7da4e4f4a337e57">item_</a>;</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1SHAMapLeafNode.html#a8629b790383fb14f7fab214002e793ee">item_</a>;</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;}</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; </div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="keywordtype">bool</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classripple_1_1SHAMapLeafNode.html#a117805edb905d86884a1f47f19de9654"> 50</a></span>&#160;<a class="code" href="classripple_1_1SHAMapLeafNode.html#a117805edb905d86884a1f47f19de9654">SHAMapLeafNode::setItem</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SHAMapItem const&gt;</a> i)</div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classripple_1_1SHAMapLeafNode.html#ada83f0df874a2c0050a54daf1d3ea883"> 50</a></span>&#160;<a class="code" href="classripple_1_1SHAMapLeafNode.html#ada83f0df874a2c0050a54daf1d3ea883">SHAMapLeafNode::setItem</a>(boost::intrusive_ptr&lt;SHAMapItem const&gt; item)</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;{</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; assert(<a class="code" href="classripple_1_1SHAMapTreeNode.html#a7f27d867484104446867c0f50adc5ffb">cowid_</a> != 0);</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <a class="code" href="classripple_1_1SHAMapLeafNode.html#ae54e777430c87c79e7da4e4f4a337e57">item_</a> = std::move(i);</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <a class="code" href="classripple_1_1SHAMapLeafNode.html#a8629b790383fb14f7fab214002e793ee">item_</a> = std::move(item);</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; </div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="keyword">auto</span> <span class="keyword">const</span> oldHash = <a class="code" href="classripple_1_1SHAMapTreeNode.html#a705bca4eb622097a917a3cac5c3a013d">hash_</a>;</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; </div>
@@ -147,11 +147,11 @@ $(function() {
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; ret += <span class="stringliteral">&quot;,leaf\n&quot;</span>;</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"> 78</span>&#160; ret += <span class="stringliteral">&quot; Tag=&quot;</span>;</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; ret += <a class="code" href="namespaceripple.html#af9776f187d3686a7fba4c2d2fbeebdf4">to_string</a>(<a class="code" href="classripple_1_1SHAMapLeafNode.html#ae54e777430c87c79e7da4e4f4a337e57">item_</a>-&gt;key());</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; ret += <a class="code" href="namespaceripple.html#af9776f187d3686a7fba4c2d2fbeebdf4">to_string</a>(<a class="code" href="classripple_1_1SHAMapLeafNode.html#a8629b790383fb14f7fab214002e793ee">item_</a>-&gt;key());</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; ret += <span class="stringliteral">&quot;\n Hash=&quot;</span>;</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; ret += <a class="code" href="namespaceripple.html#af9776f187d3686a7fba4c2d2fbeebdf4">to_string</a>(<a class="code" href="classripple_1_1SHAMapTreeNode.html#a705bca4eb622097a917a3cac5c3a013d">hash_</a>);</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; ret += <span class="stringliteral">&quot;/&quot;</span>;</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; ret += <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string/to_string.html">std::to_string</a>(<a class="code" href="classripple_1_1SHAMapLeafNode.html#ae54e777430c87c79e7da4e4f4a337e57">item_</a>-&gt;size());</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; ret += <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string/to_string.html">std::to_string</a>(<a class="code" href="classripple_1_1SHAMapLeafNode.html#a8629b790383fb14f7fab214002e793ee">item_</a>-&gt;size());</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <span class="keywordflow">return</span> ret;</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;}</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; </div>
@@ -159,17 +159,17 @@ $(function() {
<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="classripple_1_1SHAMapLeafNode.html#af777f590d86414bb7a88decd5b001110"> 88</a></span>&#160;<a class="code" href="classripple_1_1SHAMapLeafNode.html#af777f590d86414bb7a88decd5b001110">SHAMapLeafNode::invariants</a>(<span class="keywordtype">bool</span>)<span class="keyword"> const</span></div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; assert(<a class="code" href="classripple_1_1SHAMapTreeNode.html#a705bca4eb622097a917a3cac5c3a013d">hash_</a>.<a class="code" href="classripple_1_1SHAMapHash.html#a6e42edf954f9565ebffd6a9036d6646f">isNonZero</a>());</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; assert(<a class="code" href="classripple_1_1SHAMapLeafNode.html#ae54e777430c87c79e7da4e4f4a337e57">item_</a> != <span class="keyword">nullptr</span>);</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; assert(<a class="code" href="classripple_1_1SHAMapLeafNode.html#a8629b790383fb14f7fab214002e793ee">item_</a> != <span class="keyword">nullptr</span>);</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;}</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; </div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160;} <span class="comment">// namespace ripple</span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="abasic_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div><div class="ttdoc">STL class.</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_1SHAMapLeafNode_html_aaacf6ccc43e162bb3b6c801a5b1126dd"><div class="ttname"><a href="classripple_1_1SHAMapLeafNode.html#aaacf6ccc43e162bb3b6c801a5b1126dd">ripple::SHAMapLeafNode::SHAMapLeafNode</a></div><div class="ttdeci">SHAMapLeafNode(std::shared_ptr&lt; SHAMapItem const &gt; item, std::uint32_t cowid)</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapLeafNode_8cpp_source.html#l00026">SHAMapLeafNode.cpp:26</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMapLeafNode_html_ae5558bc731806e9562a8d49eccd77945"><div class="ttname"><a href="classripple_1_1SHAMapLeafNode.html#ae5558bc731806e9562a8d49eccd77945">ripple::SHAMapLeafNode::peekItem</a></div><div class="ttdeci">boost::intrusive_ptr&lt; SHAMapItem const &gt; const &amp; peekItem() const</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapLeafNode_8cpp_source.html#l00044">SHAMapLeafNode.cpp:44</a></div></div>
<div class="ttc" id="anamespaceripple_html_ae0356b1de00f841c554c830be509dd58ab2364e40a67b08ba6170314afc07d07b"><div class="ttname"><a href="namespaceripple.html#ae0356b1de00f841c554c830be509dd58ab2364e40a67b08ba6170314afc07d07b">ripple::SHAMapNodeType::tnACCOUNT_STATE</a></div><div class="ttdeci">@ tnACCOUNT_STATE</div></div>
<div class="ttc" id="aclassripple_1_1SHAMapLeafNode_html_a281c972c705ae159866a146f3556c4e6"><div class="ttname"><a href="classripple_1_1SHAMapLeafNode.html#a281c972c705ae159866a146f3556c4e6">ripple::SHAMapLeafNode::getString</a></div><div class="ttdeci">std::string getString(SHAMapNodeID const &amp;) const final override</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapLeafNode_8cpp_source.html#l00063">SHAMapLeafNode.cpp:63</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMapTreeNode_html_a7f27d867484104446867c0f50adc5ffb"><div class="ttname"><a href="classripple_1_1SHAMapTreeNode.html#a7f27d867484104446867c0f50adc5ffb">ripple::SHAMapTreeNode::cowid_</a></div><div class="ttdeci">std::uint32_t cowid_</div><div class="ttdoc">Determines the owning SHAMap, if any.</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapTreeNode_8h_source.html#l00064">SHAMapTreeNode.h:64</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMapLeafNode_html_ac8342b2b39747b5cc95a331bf3f1aa7a"><div class="ttname"><a href="classripple_1_1SHAMapLeafNode.html#ac8342b2b39747b5cc95a331bf3f1aa7a">ripple::SHAMapLeafNode::SHAMapLeafNode</a></div><div class="ttdeci">SHAMapLeafNode(boost::intrusive_ptr&lt; SHAMapItem const &gt; item, std::uint32_t cowid)</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapLeafNode_8cpp_source.html#l00026">SHAMapLeafNode.cpp:26</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMapNodeID_html"><div class="ttname"><a href="classripple_1_1SHAMapNodeID.html">ripple::SHAMapNodeID</a></div><div class="ttdoc">Identifies a node inside a SHAMap.</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapNodeID_8h_source.html#l00033">SHAMapNodeID.h:33</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMapHash_html_a6e42edf954f9565ebffd6a9036d6646f"><div class="ttname"><a href="classripple_1_1SHAMapHash.html#a6e42edf954f9565ebffd6a9036d6646f">ripple::SHAMapHash::isNonZero</a></div><div class="ttdeci">bool isNonZero() const</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapHash_8h_source.html#l00058">SHAMapHash.h:58</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMapTreeNode_html_a2dbee3cfa72319c01b649f4c255a5a9d"><div class="ttname"><a href="classripple_1_1SHAMapTreeNode.html#a2dbee3cfa72319c01b649f4c255a5a9d">ripple::SHAMapTreeNode::getString</a></div><div class="ttdeci">virtual std::string getString(SHAMapNodeID const &amp;) const</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapTreeNode_8cpp_source.html#l00184">SHAMapTreeNode.cpp:184</a></div></div>
@@ -177,18 +177,17 @@ $(function() {
<div class="ttc" id="aclassripple_1_1SHAMapHash_html"><div class="ttname"><a href="classripple_1_1SHAMapHash.html">ripple::SHAMapHash</a></div><div class="ttdef"><b>Definition:</b> <a href="SHAMapHash_8h_source.html#l00032">SHAMapHash.h:32</a></div></div>
<div class="ttc" id="anamespaceripple_html_ae0356b1de00f841c554c830be509dd58a9b447756a7d7ddf4e828beeb38d079f6"><div class="ttname"><a href="namespaceripple.html#ae0356b1de00f841c554c830be509dd58a9b447756a7d7ddf4e828beeb38d079f6">ripple::SHAMapNodeType::tnTRANSACTION_NM</a></div><div class="ttdeci">@ tnTRANSACTION_NM</div></div>
<div class="ttc" id="aclassripple_1_1SHAMapLeafNode_html_af777f590d86414bb7a88decd5b001110"><div class="ttname"><a href="classripple_1_1SHAMapLeafNode.html#af777f590d86414bb7a88decd5b001110">ripple::SHAMapLeafNode::invariants</a></div><div class="ttdeci">void invariants(bool is_root=false) const final override</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapLeafNode_8cpp_source.html#l00088">SHAMapLeafNode.cpp:88</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMapLeafNode_html_ae54e777430c87c79e7da4e4f4a337e57"><div class="ttname"><a href="classripple_1_1SHAMapLeafNode.html#ae54e777430c87c79e7da4e4f4a337e57">ripple::SHAMapLeafNode::item_</a></div><div class="ttdeci">std::shared_ptr&lt; SHAMapItem const &gt; item_</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapLeafNode_8h_source.html#l00035">SHAMapLeafNode.h:35</a></div></div>
<div class="ttc" id="anamespaceripple_html_ae0356b1de00f841c554c830be509dd58a5065e45315e5eab27c63b2dabd8ad150"><div class="ttname"><a href="namespaceripple.html#ae0356b1de00f841c554c830be509dd58a5065e45315e5eab27c63b2dabd8ad150">ripple::SHAMapNodeType::tnTRANSACTION_MD</a></div><div class="ttdeci">@ tnTRANSACTION_MD</div></div>
<div class="ttc" id="aclassripple_1_1SHAMapTreeNode_html"><div class="ttname"><a href="classripple_1_1SHAMapTreeNode.html">ripple::SHAMapTreeNode</a></div><div class="ttdef"><b>Definition:</b> <a href="SHAMapTreeNode_8h_source.html#l00053">SHAMapTreeNode.h:53</a></div></div>
<div class="ttc" id="ato_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string/to_string.html">std::to_string</a></div><div class="ttdeci">T to_string(T... args)</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_1SHAMapTreeNode_html_a6bdd2d5b35200db414ead5041495f7dd"><div class="ttname"><a href="classripple_1_1SHAMapTreeNode.html#a6bdd2d5b35200db414ead5041495f7dd">ripple::SHAMapTreeNode::updateHash</a></div><div class="ttdeci">virtual void updateHash()=0</div><div class="ttdoc">Recalculate the hash of this node.</div></div>
<div class="ttc" id="aclassripple_1_1SHAMapLeafNode_html_a8629b790383fb14f7fab214002e793ee"><div class="ttname"><a href="classripple_1_1SHAMapLeafNode.html#a8629b790383fb14f7fab214002e793ee">ripple::SHAMapLeafNode::item_</a></div><div class="ttdeci">boost::intrusive_ptr&lt; SHAMapItem const &gt; item_</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapLeafNode_8h_source.html#l00035">SHAMapLeafNode.h:35</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_1SHAMapTreeNode_html_aebfb8013182e80c9c2436764cf018090"><div class="ttname"><a href="classripple_1_1SHAMapTreeNode.html#aebfb8013182e80c9c2436764cf018090">ripple::SHAMapTreeNode::getType</a></div><div class="ttdeci">virtual SHAMapNodeType getType() const =0</div><div class="ttdoc">Determines the type of node.</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_1SHAMapLeafNode_html_ada83f0df874a2c0050a54daf1d3ea883"><div class="ttname"><a href="classripple_1_1SHAMapLeafNode.html#ada83f0df874a2c0050a54daf1d3ea883">ripple::SHAMapLeafNode::setItem</a></div><div class="ttdeci">bool setItem(boost::intrusive_ptr&lt; SHAMapItem const &gt; i)</div><div class="ttdoc">Set the item that this node points to and update the node's hash.</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapLeafNode_8cpp_source.html#l00050">SHAMapLeafNode.cpp:50</a></div></div>
<div class="ttc" id="anamespaceripple_html_af9776f187d3686a7fba4c2d2fbeebdf4"><div class="ttname"><a href="namespaceripple.html#af9776f187d3686a7fba4c2d2fbeebdf4">ripple::to_string</a></div><div class="ttdeci">std::string to_string(Manifest const &amp;m)</div><div class="ttdoc">Format the specified manifest to a string for debugging purposes.</div><div class="ttdef"><b>Definition:</b> <a href="app_2misc_2impl_2Manifest_8cpp_source.html#l00041">app/misc/impl/Manifest.cpp:41</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMapLeafNode_html_a1b82b561c8fe9afc2a4a281dbb3e833c"><div class="ttname"><a href="classripple_1_1SHAMapLeafNode.html#a1b82b561c8fe9afc2a4a281dbb3e833c">ripple::SHAMapLeafNode::peekItem</a></div><div class="ttdeci">std::shared_ptr&lt; SHAMapItem const &gt; const &amp; peekItem() const</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapLeafNode_8cpp_source.html#l00044">SHAMapLeafNode.cpp:44</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMapLeafNode_html_a117805edb905d86884a1f47f19de9654"><div class="ttname"><a href="classripple_1_1SHAMapLeafNode.html#a117805edb905d86884a1f47f19de9654">ripple::SHAMapLeafNode::setItem</a></div><div class="ttdeci">bool setItem(std::shared_ptr&lt; SHAMapItem const &gt; i)</div><div class="ttdoc">Set the item that this node points to and update the node's hash.</div><div class="ttdef"><b>Definition:</b> <a href="SHAMapLeafNode_8cpp_source.html#l00050">SHAMapLeafNode.cpp:50</a></div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">