Files
rippled/Indexes_8cpp_source.html
2020-04-24 01:09:47 +00:00

506 lines
105 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: Indexes.cpp 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_1e765e6a8d5970800a535eb2615ec474.html">protocol</a></li><li class="navelem"><a class="el" href="dir_41c387a0f328eeb295307369675c1162.html">impl</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Indexes.cpp</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">#include &lt;ripple/protocol/Indexes.h&gt;</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#include &lt;ripple/protocol/digest.h&gt;</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &lt;boost/endian/conversion.hpp&gt;</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/cassert.html">cassert</a>&gt;</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; </div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; </div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="comment">// get the index of the node that holds the last 256 ledgers</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="namespaceripple.html#ad0229a26d717d2fe2cabc3107a03500e"> 29</a></span>&#160;<a class="code" href="namespaceripple.html#ad0229a26d717d2fe2cabc3107a03500e">getLedgerHashIndex</a>()</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; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a86796a70041951ad79df2fca127d817e">spaceSkipList</a>));</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"> 34</span>&#160;<span class="comment">// Get the index of the node that holds the set of 256 ledgers that includes</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="comment">// this ledger&#39;s hash (or the first ledger after it if it&#39;s not a multiple</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="comment">// of 256).</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="namespaceripple.html#af38d6a989106165da127ee6c9771dac3"> 38</a></span>&#160;<a class="code" href="namespaceripple.html#ad0229a26d717d2fe2cabc3107a03500e">getLedgerHashIndex</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> desiredLedgerIndex)</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; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a86796a70041951ad79df2fca127d817e">spaceSkipList</a>), <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>(desiredLedgerIndex &gt;&gt; 16));</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;<span class="comment">// get the index of the node that holds the enabled amendments</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="namespaceripple.html#ae8a94c1f109f48be8078536a946b9bb4"> 45</a></span>&#160;<a class="code" href="namespaceripple.html#ae8a94c1f109f48be8078536a946b9bb4">getLedgerAmendmentIndex</a>()</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;{</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2aa7559178c7b1547bd9198220870f22b4">spaceAmendment</a>));</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; </div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="comment">// get the index of the node that holds the fee schedule</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="namespaceripple.html#aa98d95638f8596318af27d09b1e33b5f"> 52</a></span>&#160;<a class="code" href="namespaceripple.html#aa98d95638f8596318af27d09b1e33b5f">getLedgerFeeIndex</a>()</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="keywordflow">return</span> <a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2ad1579f433f71b016b1fcda68a12c7d07">spaceFee</a>));</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;}</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; </div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="namespaceripple.html#ab1530276f49f8932af7ca91f108576cf"> 58</a></span>&#160;<a class="code" href="namespaceripple.html#ab1530276f49f8932af7ca91f108576cf">getGeneratorIndex</a>(<a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; uGeneratorID)</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;{</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2ac487b84c8eac3dfcc968a4ae7df8413b">spaceGenerator</a>), uGeneratorID);</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;}</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;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="namespaceripple.html#aeb5ef72b34cf7a324641e7a7f696d4cc"> 64</a></span>&#160;<a class="code" href="namespaceripple.html#aeb5ef72b34cf7a324641e7a7f696d4cc">getBookBase</a>(<a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>&amp; book)</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;{</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; assert(<a class="code" href="namespaceripple.html#a1842fee89cdf9025217d48514df19b1a">isConsistent</a>(book));</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="comment">// Return with quality 0.</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#a89d42a8c296fdc4a18267f1c2438d50d">getQualityIndex</a>(<a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a7a52c21a8133b4717b5e6a6cd3a3c1d8">spaceBookDir</a>),</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; book.<a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a>.<a class="code" href="classripple_1_1Issue.html#a4b723aa4198e4c630e41de06586e2fe7">currency</a>,</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; book.<a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a>.<a class="code" href="classripple_1_1Issue.html#a4b723aa4198e4c630e41de06586e2fe7">currency</a>,</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; book.<a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a>.<a class="code" href="classripple_1_1Issue.html#a46e4805870b1bad6a8691bed0b8acec8">account</a>,</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; book.<a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a>.<a class="code" href="classripple_1_1Issue.html#a46e4805870b1bad6a8691bed0b8acec8">account</a>));</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; </div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="namespaceripple.html#a361113778569a7150c123858862662ea"> 77</a></span>&#160;<a class="code" href="namespaceripple.html#a361113778569a7150c123858862662ea">getOfferIndex</a>(<a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; account, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> uSequence)</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;{</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2af2febc5c9d183d916d49fbb6cf9d1414">spaceOffer</a>), account, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>(uSequence));</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; </div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="namespaceripple.html#aa51f6b1594b468c97830998f4f742c6b"> 84</a></span>&#160;<a class="code" href="namespaceripple.html#aa51f6b1594b468c97830998f4f742c6b">getOwnerDirIndex</a>(<a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; account)</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; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a77c19029d7e0e3ad05f38c866c08d8a1">spaceOwnerDir</a>), account);</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;}</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; </div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="namespaceripple.html#a085e21611271f6cc0d786ce79881786c"> 90</a></span>&#160;<a class="code" href="namespaceripple.html#a085e21611271f6cc0d786ce79881786c">getDirNodeIndex</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; uDirRoot, <span class="keyword">const</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> uNodeIndex)</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;{</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; <span class="keywordflow">if</span> (uNodeIndex == 0)</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; <span class="keywordflow">return</span> uDirRoot;</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; </div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a6f0546651535b0e199ca67a8e1f26bd8">spaceDirNode</a>), uDirRoot, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a>(uNodeIndex));</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;}</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; </div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="namespaceripple.html#a89d42a8c296fdc4a18267f1c2438d50d"> 100</a></span>&#160;<a class="code" href="namespaceripple.html#a89d42a8c296fdc4a18267f1c2438d50d">getQualityIndex</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; uBase, <span class="keyword">const</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> uNodeDir)</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;{</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; <span class="comment">// Indexes are stored in big endian format: they print as hex as stored.</span></div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; <span class="comment">// Most significant bytes are first. Least significant bytes represent</span></div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; <span class="comment">// adjacent entries. We place uNodeDir in the 8 right most bytes to be</span></div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; <span class="comment">// adjacent. Want uNodeDir in big endian format so ++ goes to the next</span></div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; <span class="comment">// entry for indexes.</span></div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; <a class="code" href="classripple_1_1base__uint.html">uint256</a> uNode(uBase);</div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; </div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; <span class="comment">// TODO(tom): there must be a better way.</span></div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <span class="comment">// VFALCO [base_uint] This assumes a certain storage format</span></div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; ((<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a>*)uNode.<a class="code" href="classripple_1_1base__uint.html#ae0d53a1c759c17ce15bac6c42861ffce">end</a>())[-1] = boost::endian::native_to_big(uNodeDir);</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; </div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; <span class="keywordflow">return</span> uNode;</div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;}</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; </div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="namespaceripple.html#aae2b8e3c2ed21dcbae53a626c885af3d"> 117</a></span>&#160;<a class="code" href="namespaceripple.html#aae2b8e3c2ed21dcbae53a626c885af3d">getQualityNext</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; uBase)</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160;{</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; <span class="keyword">static</span> <a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> uNext(from_hex_text&lt;uint256&gt;(<span class="stringliteral">&quot;10000000000000000&quot;</span>));</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; <span class="keywordflow">return</span> uBase + uNext;</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160;}</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; </div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160;<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a></div>
<div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="namespaceripple.html#a25fb2b2098567a8286557fbd445ce146"> 124</a></span>&#160;<a class="code" href="namespaceripple.html#a25fb2b2098567a8286557fbd445ce146">getQuality</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; uBase)</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160;{</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; <span class="comment">// VFALCO [base_uint] This assumes a certain storage format</span></div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; <span class="keywordflow">return</span> boost::endian::big_to_native(((<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a>*)uBase.<a class="code" href="classripple_1_1base__uint.html#ae0d53a1c759c17ce15bac6c42861ffce">end</a>())[-1]);</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160;}</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; </div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="namespaceripple.html#ab2bc2775fea3f2fd9210def82b415178"> 131</a></span>&#160;<a class="code" href="namespaceripple.html#ab2bc2775fea3f2fd9210def82b415178">getTicketIndex</a>(<a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; account, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> uSequence)</div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;{</div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2abafdd2ecdc1a268a38f04555d0f9d94d">spaceTicket</a>), account, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>(uSequence));</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160;}</div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; </div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="namespaceripple.html#a858ee137c5392905e4abb7ea1eec019a"> 138</a></span>&#160;<a class="code" href="namespaceripple.html#a858ee137c5392905e4abb7ea1eec019a">getRippleStateIndex</a>(</div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; <a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; a,</div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; <a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; b,</div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; <a class="code" href="classripple_1_1base__uint.html">Currency</a> <span class="keyword">const</span>&amp; currency)</div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160;{</div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; <span class="keywordflow">if</span> (a &lt; b)</div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2af849b1381062f75661bba0513c6be21b">spaceRipple</a>), a, b, currency);</div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2af849b1381062f75661bba0513c6be21b">spaceRipple</a>), b, a, currency);</div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160;}</div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; </div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="namespaceripple.html#a011ed9716280bec7df14aeb1be74b96f"> 149</a></span>&#160;<a class="code" href="namespaceripple.html#a858ee137c5392905e4abb7ea1eec019a">getRippleStateIndex</a>(<a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; a, <a class="code" href="classripple_1_1Issue.html">Issue</a> <span class="keyword">const</span>&amp; issue)</div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160;{</div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#a858ee137c5392905e4abb7ea1eec019a">getRippleStateIndex</a>(a, issue.<a class="code" href="classripple_1_1Issue.html#a46e4805870b1bad6a8691bed0b8acec8">account</a>, issue.<a class="code" href="classripple_1_1Issue.html#a4b723aa4198e4c630e41de06586e2fe7">currency</a>);</div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160;}</div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; </div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="namespaceripple.html#a307c164de5e562eed9e4ccbad9070aee"> 155</a></span>&#160;<a class="code" href="namespaceripple.html#a307c164de5e562eed9e4ccbad9070aee">getSignerListIndex</a>(<a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; account)</div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160;{</div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160; <span class="comment">// We are prepared for there to be multiple SignerLists in the future,</span></div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160; <span class="comment">// but we don&#39;t have them yet. In anticipation of multiple SignerLists</span></div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160; <span class="comment">// We supply a 32-bit ID to locate the SignerList. Until we actually</span></div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; <span class="comment">// *have* multiple signer lists, we can default that ID to zero.</span></div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(</div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a89246883ef3e08bdf7fb9fdda5ac190c">spaceSignerList</a>),</div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160; account,</div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>(0)); <span class="comment">// 0 == default SignerList ID.</span></div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160;}</div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160; </div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="namespaceripple.html#a44a9bd58b173a52ae5264a759570bbad"> 168</a></span>&#160;<a class="code" href="namespaceripple.html#a44a9bd58b173a52ae5264a759570bbad">getCheckIndex</a>(<a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; account, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> uSequence)</div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160;{</div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(</div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a8465303ffff166e759fa1f7d621c28b0">spaceCheck</a>), account, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>(uSequence));</div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160;}</div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160; </div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160;<a class="code" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="namespaceripple.html#a6a14118af558c45dd5df55fd01e7df80"> 175</a></span>&#160;<a class="code" href="namespaceripple.html#a6a14118af558c45dd5df55fd01e7df80">getDepositPreauthIndex</a>(<a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; owner, <a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; preauthorized)</div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160;{</div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a99c3d44f09371d7ca67a9b07fc3b9cff">spaceDepositPreauth</a>), owner, preauthorized);</div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160;}</div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160; </div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; </div>
<div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html"> 182</a></span>&#160;<span class="keyword">namespace </span>keylet {</div>
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160; </div>
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1account__t.html#ac5bb95f17cd177fec8f09c1d72db7864"> 185</a></span>&#160;<a class="code" href="structripple_1_1keylet_1_1account__t.html#ac5bb95f17cd177fec8f09c1d72db7864">account_t::operator()</a>(<a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; <span class="keywordtype">id</span>)<span class="keyword"> const</span></div>
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bac03405d2da6d19e17f321a6b7f7a412e">ltACCOUNT_ROOT</a>, <a class="code" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">sha512Half</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a200394821347a1052e685108ed0eb5e2">spaceAccount</a>), <span class="keywordtype">id</span>)};</div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160;}</div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; </div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#aa19b0acea57b0cc647d10530fb779d20"> 191</a></span>&#160;<a class="code" href="namespaceripple_1_1keylet.html#aa19b0acea57b0cc647d10530fb779d20">child</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; key)</div>
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160;{</div>
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba822b27579a5bc94b9dea2395852e5bbd">ltCHILD</a>, key};</div>
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160;}</div>
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160; </div>
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1skip__t.html#a829b93eacee2ed7e51552c203dedbf36"> 197</a></span>&#160;<a class="code" href="structripple_1_1keylet_1_1skip__t.html#a829b93eacee2ed7e51552c203dedbf36">skip_t::operator()</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba28ea965d2d2217a099fc54c86f1097c6">ltLEDGER_HASHES</a>, <a class="code" href="namespaceripple.html#ad0229a26d717d2fe2cabc3107a03500e">getLedgerHashIndex</a>()};</div>
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160;}</div>
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160; </div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1skip__t.html#a8ca60f50201558d9a53cc28660151c30"> 203</a></span>&#160;<a class="code" href="structripple_1_1keylet_1_1skip__t.html#a829b93eacee2ed7e51552c203dedbf36">skip_t::operator()</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledger)<span class="keyword"> const</span></div>
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba28ea965d2d2217a099fc54c86f1097c6">ltLEDGER_HASHES</a>, <a class="code" href="namespaceripple.html#ad0229a26d717d2fe2cabc3107a03500e">getLedgerHashIndex</a>(ledger)};</div>
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160;}</div>
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160; </div>
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1amendments__t.html#aa120d3d7db8a8211c538ea9a04cd0a6b"> 209</a></span>&#160;<a class="code" href="structripple_1_1keylet_1_1amendments__t.html#aa120d3d7db8a8211c538ea9a04cd0a6b">amendments_t::operator()</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bad6de7354457bdcd9f882a430fe90157b">ltAMENDMENTS</a>, <a class="code" href="namespaceripple.html#ae8a94c1f109f48be8078536a946b9bb4">getLedgerAmendmentIndex</a>()};</div>
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160;}</div>
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160; </div>
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00215"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1fees__t.html#a05dd5e26584a11a58394126b0b0b43c2"> 215</a></span>&#160;<a class="code" href="structripple_1_1keylet_1_1fees__t.html#a05dd5e26584a11a58394126b0b0b43c2">fees_t::operator()</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba7dc6fea6d4468e63ed4789f0ae421fda">ltFEE_SETTINGS</a>, <a class="code" href="namespaceripple.html#aa98d95638f8596318af27d09b1e33b5f">getLedgerFeeIndex</a>()};</div>
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160;}</div>
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160; </div>
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1book__t.html#afef20fe31c3f9aba907158ca8d7e9895"> 221</a></span>&#160;<a class="code" href="structripple_1_1keylet_1_1book__t.html#afef20fe31c3f9aba907158ca8d7e9895">book_t::operator()</a>(<a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>&amp; b)<span class="keyword"> const</span></div>
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba1ca6f5da9e86f814af3d6f8b3631ebe8">ltDIR_NODE</a>, <a class="code" href="namespaceripple.html#aeb5ef72b34cf7a324641e7a7f696d4cc">getBookBase</a>(b)};</div>
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160;}</div>
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>&#160; </div>
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1line__t.html#aa1e5f7fbd3d578933aaf7ebf1b7bd3f5"> 227</a></span>&#160;<a class="code" href="structripple_1_1keylet_1_1line__t.html#aa1e5f7fbd3d578933aaf7ebf1b7bd3f5">line_t::operator()</a>(</div>
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160; <a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; id0,</div>
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>&#160; <a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; id1,</div>
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160; <a class="code" href="classripple_1_1base__uint.html">Currency</a> <span class="keyword">const</span>&amp; currency)<span class="keyword"> const</span></div>
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba0dca36851b869200981387f3b9f5cdee">ltRIPPLE_STATE</a>, <a class="code" href="namespaceripple.html#a858ee137c5392905e4abb7ea1eec019a">getRippleStateIndex</a>(id0, id1, currency)};</div>
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160;}</div>
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>&#160; </div>
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1line__t.html#a0b506275f110a3da1996501a676d7164"> 236</a></span>&#160;<a class="code" href="structripple_1_1keylet_1_1line__t.html#aa1e5f7fbd3d578933aaf7ebf1b7bd3f5">line_t::operator()</a>(<a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; <span class="keywordtype">id</span>, <a class="code" href="classripple_1_1Issue.html">Issue</a> <span class="keyword">const</span>&amp; issue)<span class="keyword"> const</span></div>
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba0dca36851b869200981387f3b9f5cdee">ltRIPPLE_STATE</a>, <a class="code" href="namespaceripple.html#a858ee137c5392905e4abb7ea1eec019a">getRippleStateIndex</a>(<span class="keywordtype">id</span>, issue)};</div>
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160;}</div>
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160; </div>
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1offer__t.html#a4aaccd190f03c6cd94c9aea1295baaa3"> 242</a></span>&#160;<a class="code" href="structripple_1_1keylet_1_1offer__t.html#a4aaccd190f03c6cd94c9aea1295baaa3">offer_t::operator()</a>(<a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; <span class="keywordtype">id</span>, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> seq)<span class="keyword"> const</span></div>
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba8a24a7b08fcdd8a76109f80f056a176d">ltOFFER</a>, <a class="code" href="namespaceripple.html#a361113778569a7150c123858862662ea">getOfferIndex</a>(<span class="keywordtype">id</span>, seq)};</div>
<div class="line"><a name="l00245"></a><span class="lineno"> 245</span>&#160;}</div>
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160; </div>
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1quality__t.html#a2d6a09995381b4e0b3a5dc752f28a0c8"> 248</a></span>&#160;<a class="code" href="structripple_1_1keylet_1_1quality__t.html#a2d6a09995381b4e0b3a5dc752f28a0c8">quality_t::operator()</a>(<a class="code" href="structripple_1_1Keylet.html">Keylet</a> <span class="keyword">const</span>&amp; k, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> q)<span class="keyword"> const</span></div>
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160; assert(k.<a class="code" href="structripple_1_1Keylet.html#a194d83c488eaa909ae4bcf816d8f4cb0">type</a> == <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba1ca6f5da9e86f814af3d6f8b3631ebe8">ltDIR_NODE</a>);</div>
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba1ca6f5da9e86f814af3d6f8b3631ebe8">ltDIR_NODE</a>, <a class="code" href="namespaceripple.html#a89d42a8c296fdc4a18267f1c2438d50d">getQualityIndex</a>(k.<a class="code" href="structripple_1_1Keylet.html#a482983062843a8682fcea76a309c73db">key</a>, q)};</div>
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>&#160;}</div>
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160; </div>
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00255"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1next__t.html#a88b274e93ea8dd1ac2954f18936413ea"> 255</a></span>&#160;<a class="code" href="structripple_1_1keylet_1_1next__t.html#a88b274e93ea8dd1ac2954f18936413ea">next_t::operator()</a>(<a class="code" href="structripple_1_1Keylet.html">Keylet</a> <span class="keyword">const</span>&amp; k)<span class="keyword"> const</span></div>
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160; assert(k.<a class="code" href="structripple_1_1Keylet.html#a194d83c488eaa909ae4bcf816d8f4cb0">type</a> == <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba1ca6f5da9e86f814af3d6f8b3631ebe8">ltDIR_NODE</a>);</div>
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba1ca6f5da9e86f814af3d6f8b3631ebe8">ltDIR_NODE</a>, <a class="code" href="namespaceripple.html#aae2b8e3c2ed21dcbae53a626c885af3d">getQualityNext</a>(k.<a class="code" href="structripple_1_1Keylet.html#a482983062843a8682fcea76a309c73db">key</a>)};</div>
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>&#160;}</div>
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160; </div>
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00262"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1ticket__t.html#a4c2d4cc3b4fd8f136c0c946c94860453"> 262</a></span>&#160;<a class="code" href="structripple_1_1keylet_1_1ticket__t.html#a4c2d4cc3b4fd8f136c0c946c94860453">ticket_t::operator()</a>(<a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; <span class="keywordtype">id</span>, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> seq)<span class="keyword"> const</span></div>
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07baa28c736ec52242ffe39aaa030db1accd">ltTICKET</a>, <a class="code" href="namespaceripple.html#ab2bc2775fea3f2fd9210def82b415178">getTicketIndex</a>(<span class="keywordtype">id</span>, seq)};</div>
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span>&#160;}</div>
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160; </div>
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00268"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1signers__t.html#a9682f32b85fd4a684d982aea84e57158"> 268</a></span>&#160;<a class="code" href="structripple_1_1keylet_1_1signers__t.html#a9682f32b85fd4a684d982aea84e57158">signers_t::operator()</a>(<a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; <span class="keywordtype">id</span>)<span class="keyword"> const</span></div>
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba2bde6c0c7901419859841372fa9557ec">ltSIGNER_LIST</a>, <a class="code" href="namespaceripple.html#a307c164de5e562eed9e4ccbad9070aee">getSignerListIndex</a>(<span class="keywordtype">id</span>)};</div>
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span>&#160;}</div>
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>&#160; </div>
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1check__t.html#ab7dfbb435558d75ffe4756e7c5bbaee5"> 274</a></span>&#160;<a class="code" href="structripple_1_1keylet_1_1check__t.html#ab7dfbb435558d75ffe4756e7c5bbaee5">check_t::operator()</a>(<a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; <span class="keywordtype">id</span>, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> seq)<span class="keyword"> const</span></div>
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bad7915d2d8a69386a38eebd7b859dcb6d">ltCHECK</a>, <a class="code" href="namespaceripple.html#a44a9bd58b173a52ae5264a759570bbad">getCheckIndex</a>(<span class="keywordtype">id</span>, seq)};</div>
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span>&#160;}</div>
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>&#160; </div>
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00280"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1depositPreauth__t.html#aec03d969376a7cde5bf693f591ba2c64"> 280</a></span>&#160;<a class="code" href="structripple_1_1keylet_1_1depositPreauth__t.html#aec03d969376a7cde5bf693f591ba2c64">depositPreauth_t::operator()</a>(</div>
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span>&#160; <a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; owner,</div>
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>&#160; <a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; preauthorized)<span class="keyword"> const</span></div>
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bad4c4cc29cde0b459bc454c5e70f2b3ac">ltDEPOSIT_PREAUTH</a>, <a class="code" href="namespaceripple.html#a6a14118af558c45dd5df55fd01e7df80">getDepositPreauthIndex</a>(owner, preauthorized)};</div>
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>&#160;}</div>
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>&#160; </div>
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>&#160; </div>
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00290"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#a937df05a2cd9ce79d167fc4b3b6d9413"> 290</a></span>&#160;<a class="code" href="namespaceripple_1_1keylet.html#a937df05a2cd9ce79d167fc4b3b6d9413">unchecked</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; key)</div>
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span>&#160;{</div>
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba926f3c33237e0c1bb2d4cb8afc0c82b4">ltANY</a>, key};</div>
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span>&#160;}</div>
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span>&#160; </div>
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00296"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#a5e31781c9fd43e42da7b3b85307653e5"> 296</a></span>&#160;<a class="code" href="namespaceripple_1_1keylet.html#a5e31781c9fd43e42da7b3b85307653e5">ownerDir</a>(<a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; <span class="keywordtype">id</span>)</div>
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span>&#160;{</div>
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba1ca6f5da9e86f814af3d6f8b3631ebe8">ltDIR_NODE</a>, <a class="code" href="namespaceripple.html#aa51f6b1594b468c97830998f4f742c6b">getOwnerDirIndex</a>(<span class="keywordtype">id</span>)};</div>
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span>&#160;}</div>
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span>&#160; </div>
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00302"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#a7fed9808de2218dfe38198c055f87663"> 302</a></span>&#160;<a class="code" href="namespaceripple_1_1keylet.html#a7fed9808de2218dfe38198c055f87663">page</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; key, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> index)</div>
<div class="line"><a name="l00303"></a><span class="lineno"> 303</span>&#160;{</div>
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba1ca6f5da9e86f814af3d6f8b3631ebe8">ltDIR_NODE</a>, <a class="code" href="namespaceripple.html#a085e21611271f6cc0d786ce79881786c">getDirNodeIndex</a>(key, index)};</div>
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span>&#160;}</div>
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span>&#160; </div>
<div class="line"><a name="l00307"></a><span class="lineno"> 307</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00308"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#a54f62ec15fd013e209198e2957891dd7"> 308</a></span>&#160;<a class="code" href="namespaceripple_1_1keylet.html#a7fed9808de2218dfe38198c055f87663">page</a>(<a class="code" href="structripple_1_1Keylet.html">Keylet</a> <span class="keyword">const</span>&amp; root, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> index)</div>
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span>&#160;{</div>
<div class="line"><a name="l00310"></a><span class="lineno"> 310</span>&#160; assert(root.<a class="code" href="structripple_1_1Keylet.html#a194d83c488eaa909ae4bcf816d8f4cb0">type</a> == <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba1ca6f5da9e86f814af3d6f8b3631ebe8">ltDIR_NODE</a>);</div>
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceripple_1_1keylet.html#a7fed9808de2218dfe38198c055f87663">page</a>(root.<a class="code" href="structripple_1_1Keylet.html#a482983062843a8682fcea76a309c73db">key</a>, index);</div>
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span>&#160;}</div>
<div class="line"><a name="l00313"></a><span class="lineno"> 313</span>&#160; </div>
<div class="line"><a name="l00314"></a><span class="lineno"> 314</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00315"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#a9b38e962f8a965778e1476d5c7969729"> 315</a></span>&#160;<a class="code" href="namespaceripple_1_1keylet.html#a9b38e962f8a965778e1476d5c7969729">escrow</a>(<a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; source, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> seq)</div>
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span>&#160;{</div>
<div class="line"><a name="l00317"></a><span class="lineno"> 317</span>&#160; <a class="code" href="structripple_1_1detail_1_1basic__sha512__half__hasher.html">sha512_half_hasher</a> h;</div>
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>&#160; <span class="keyword">using</span> <a class="code" href="namespacebeast.html#a4a9eebb8b68941c49b07763d7a95d456">beast::hash_append</a>;</div>
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>&#160; <a class="code" href="namespaceripple.html#a06da0e52773c5c0841994317a3d5e3d0">hash_append</a>(h, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2ab8b5622873d0ca062d70df3bf491afde">spaceEscrow</a>));</div>
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span>&#160; <a class="code" href="namespaceripple.html#a06da0e52773c5c0841994317a3d5e3d0">hash_append</a>(h, source);</div>
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span>&#160; <a class="code" href="namespaceripple.html#a06da0e52773c5c0841994317a3d5e3d0">hash_append</a>(h, seq);</div>
<div class="line"><a name="l00322"></a><span class="lineno"> 322</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba5df3cc4f053931df9fc48283f5a02e27">ltESCROW</a>, <span class="keyword">static_cast&lt;</span><a class="code" href="classripple_1_1base__uint.html">uint256</a><span class="keyword">&gt;</span>(h)};</div>
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span>&#160;}</div>
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span>&#160; </div>
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span>&#160;<a class="code" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a name="l00326"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#a56113d804ee0df94c2d234f7cba06833"> 326</a></span>&#160;<a class="code" href="namespaceripple_1_1keylet.html#a56113d804ee0df94c2d234f7cba06833">payChan</a>(<a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; source, <a class="code" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; dst, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> seq)</div>
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span>&#160;{</div>
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span>&#160; <a class="code" href="structripple_1_1detail_1_1basic__sha512__half__hasher.html">sha512_half_hasher</a> h;</div>
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>&#160; <span class="keyword">using</span> <a class="code" href="namespacebeast.html#a4a9eebb8b68941c49b07763d7a95d456">beast::hash_append</a>;</div>
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>&#160; <a class="code" href="namespaceripple.html#a06da0e52773c5c0841994317a3d5e3d0">hash_append</a>(h, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a>(<a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a8c876b361ca4fe8d1f7e47953741fe89">spaceXRPUChannel</a>));</div>
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160; <a class="code" href="namespaceripple.html#a06da0e52773c5c0841994317a3d5e3d0">hash_append</a>(h, source);</div>
<div class="line"><a name="l00332"></a><span class="lineno"> 332</span>&#160; <a class="code" href="namespaceripple.html#a06da0e52773c5c0841994317a3d5e3d0">hash_append</a>(h, dst);</div>
<div class="line"><a name="l00333"></a><span class="lineno"> 333</span>&#160; <a class="code" href="namespaceripple.html#a06da0e52773c5c0841994317a3d5e3d0">hash_append</a>(h, seq);</div>
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span>&#160; <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba9e06c2e5bc18cc01158409a566acd2fd">ltPAYCHAN</a>, <span class="keyword">static_cast&lt;</span><a class="code" href="classripple_1_1base__uint.html">uint256</a><span class="keyword">&gt;</span>(h)};</div>
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span>&#160;}</div>
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span>&#160; </div>
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span>&#160;} <span class="comment">// namespace keylet</span></div>
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span>&#160; </div>
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span>&#160;} <span class="comment">// namespace ripple</span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="astructripple_1_1keylet_1_1amendments__t_html_aa120d3d7db8a8211c538ea9a04cd0a6b"><div class="ttname"><a href="structripple_1_1keylet_1_1amendments__t.html#aa120d3d7db8a8211c538ea9a04cd0a6b">ripple::keylet::amendments_t::operator()</a></div><div class="ttdeci">Keylet operator()() const</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00209">Indexes.cpp:209</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a89246883ef3e08bdf7fb9fdda5ac190c"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a89246883ef3e08bdf7fb9fdda5ac190c">ripple::spaceSignerList</a></div><div class="ttdeci">@ spaceSignerList</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00114">LedgerFormats.h:114</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1line__t_html_aa1e5f7fbd3d578933aaf7ebf1b7bd3f5"><div class="ttname"><a href="structripple_1_1keylet_1_1line__t.html#aa1e5f7fbd3d578933aaf7ebf1b7bd3f5">ripple::keylet::line_t::operator()</a></div><div class="ttdeci">Keylet operator()(AccountID const &amp;id0, AccountID const &amp;id1, Currency const &amp;currency) const</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00227">Indexes.cpp:227</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#l00038">Keylet.h:38</a></div></div>
<div class="ttc" id="aclassripple_1_1Issue_html"><div class="ttname"><a href="classripple_1_1Issue.html">ripple::Issue</a></div><div class="ttdoc">A currency issued by an account.</div><div class="ttdef"><b>Definition:</b> <a href="Issue_8h_source.html#l00034">Issue.h:34</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2af849b1381062f75661bba0513c6be21b"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2af849b1381062f75661bba0513c6be21b">ripple::spaceRipple</a></div><div class="ttdeci">@ spaceRipple</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00104">LedgerFormats.h:104</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1account__t_html_ac5bb95f17cd177fec8f09c1d72db7864"><div class="ttname"><a href="structripple_1_1keylet_1_1account__t.html#ac5bb95f17cd177fec8f09c1d72db7864">ripple::keylet::account_t::operator()</a></div><div class="ttdeci">Keylet operator()(AccountID const &amp;id) const</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00185">Indexes.cpp:185</a></div></div>
<div class="ttc" id="anamespaceripple_html_a1842fee89cdf9025217d48514df19b1a"><div class="ttname"><a href="namespaceripple.html#a1842fee89cdf9025217d48514df19b1a">ripple::isConsistent</a></div><div class="ttdeci">bool isConsistent(Book const &amp;book)</div><div class="ttdef"><b>Definition:</b> <a href="Book_8cpp_source.html#l00025">Book.cpp:25</a></div></div>
<div class="ttc" id="astructripple_1_1detail_1_1basic__sha512__half__hasher_html"><div class="ttname"><a href="structripple_1_1detail_1_1basic__sha512__half__hasher.html">ripple::detail::basic_sha512_half_hasher</a></div><div class="ttdoc">Returns the SHA512-Half digest of a message.</div><div class="ttdef"><b>Definition:</b> <a href="digest_8h_source.html#l00175">digest.h:175</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a99c3d44f09371d7ca67a9b07fc3b9cff"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a99c3d44f09371d7ca67a9b07fc3b9cff">ripple::spaceDepositPreauth</a></div><div class="ttdeci">@ spaceDepositPreauth</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00117">LedgerFormats.h:117</a></div></div>
<div class="ttc" id="aclassripple_1_1Book_html_a6992e8a5da385182ec3ab51a0216281a"><div class="ttname"><a href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">ripple::Book::out</a></div><div class="ttdeci">Issue out</div><div class="ttdef"><b>Definition:</b> <a href="Book_8h_source.html#l00036">Book.h:36</a></div></div>
<div class="ttc" id="anamespaceripple_html_ae8a94c1f109f48be8078536a946b9bb4"><div class="ttname"><a href="namespaceripple.html#ae8a94c1f109f48be8078536a946b9bb4">ripple::getLedgerAmendmentIndex</a></div><div class="ttdeci">uint256 getLedgerAmendmentIndex()</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00045">Indexes.cpp:45</a></div></div>
<div class="ttc" id="anamespaceripple_html_aeb5ef72b34cf7a324641e7a7f696d4cc"><div class="ttname"><a href="namespaceripple.html#aeb5ef72b34cf7a324641e7a7f696d4cc">ripple::getBookBase</a></div><div class="ttdeci">uint256 getBookBase(Book const &amp;book)</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00064">Indexes.cpp:64</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba5df3cc4f053931df9fc48283f5a02e27"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba5df3cc4f053931df9fc48283f5a02e27">ripple::ltESCROW</a></div><div class="ttdeci">@ ltESCROW</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00080">LedgerFormats.h:80</a></div></div>
<div class="ttc" id="anamespaceripple_html_a89d42a8c296fdc4a18267f1c2438d50d"><div class="ttname"><a href="namespaceripple.html#a89d42a8c296fdc4a18267f1c2438d50d">ripple::getQualityIndex</a></div><div class="ttdeci">uint256 getQualityIndex(uint256 const &amp;uBase, const std::uint64_t uNodeDir)</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00100">Indexes.cpp:100</a></div></div>
<div class="ttc" id="aclassripple_1_1base__uint_html_ae0d53a1c759c17ce15bac6c42861ffce"><div class="ttname"><a href="classripple_1_1base__uint.html#ae0d53a1c759c17ce15bac6c42861ffce">ripple::base_uint::end</a></div><div class="ttdeci">iterator end()</div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00119">base_uint.h:119</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba926f3c33237e0c1bb2d4cb8afc0c82b4"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba926f3c33237e0c1bb2d4cb8afc0c82b4">ripple::ltANY</a></div><div class="ttdeci">@ ltANY</div><div class="ttdoc">Special type, anything This is used when the type in the Keylet is unknown, such as when building met...</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00041">LedgerFormats.h:41</a></div></div>
<div class="ttc" id="anamespaceripple_html_a361113778569a7150c123858862662ea"><div class="ttname"><a href="namespaceripple.html#a361113778569a7150c123858862662ea">ripple::getOfferIndex</a></div><div class="ttdeci">uint256 getOfferIndex(AccountID const &amp;account, std::uint32_t uSequence)</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00077">Indexes.cpp:77</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a56113d804ee0df94c2d234f7cba06833"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a56113d804ee0df94c2d234f7cba06833">ripple::keylet::payChan</a></div><div class="ttdeci">Keylet payChan(AccountID const &amp;source, AccountID const &amp;dst, std::uint32_t seq)</div><div class="ttdoc">A PaymentChannel.</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00326">Indexes.cpp:326</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2af2febc5c9d183d916d49fbb6cf9d1414"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2af2febc5c9d183d916d49fbb6cf9d1414">ripple::spaceOffer</a></div><div class="ttdeci">@ spaceOffer</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00105">LedgerFormats.h:105</a></div></div>
<div class="ttc" id="aclassripple_1_1Issue_html_a4b723aa4198e4c630e41de06586e2fe7"><div class="ttname"><a href="classripple_1_1Issue.html#a4b723aa4198e4c630e41de06586e2fe7">ripple::Issue::currency</a></div><div class="ttdeci">Currency currency</div><div class="ttdef"><b>Definition:</b> <a href="Issue_8h_source.html#l00037">Issue.h:37</a></div></div>
<div class="ttc" id="anamespaceripple_html_a307c164de5e562eed9e4ccbad9070aee"><div class="ttname"><a href="namespaceripple.html#a307c164de5e562eed9e4ccbad9070aee">ripple::getSignerListIndex</a></div><div class="ttdeci">uint256 getSignerListIndex(AccountID const &amp;account)</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00155">Indexes.cpp:155</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_aa19b0acea57b0cc647d10530fb779d20"><div class="ttname"><a href="namespaceripple_1_1keylet.html#aa19b0acea57b0cc647d10530fb779d20">ripple::keylet::child</a></div><div class="ttdeci">Keylet child(uint256 const &amp;key)</div><div class="ttdoc">Any item that can be in an owner dir.</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00191">Indexes.cpp:191</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1fees__t_html_a05dd5e26584a11a58394126b0b0b43c2"><div class="ttname"><a href="structripple_1_1keylet_1_1fees__t.html#a05dd5e26584a11a58394126b0b0b43c2">ripple::keylet::fees_t::operator()</a></div><div class="ttdeci">Keylet operator()() const</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00215">Indexes.cpp:215</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba28ea965d2d2217a099fc54c86f1097c6"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba28ea965d2d2217a099fc54c86f1097c6">ripple::ltLEDGER_HASHES</a></div><div class="ttdeci">@ ltLEDGER_HASHES</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00074">LedgerFormats.h:74</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07bad6de7354457bdcd9f882a430fe90157b"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bad6de7354457bdcd9f882a430fe90157b">ripple::ltAMENDMENTS</a></div><div class="ttdeci">@ ltAMENDMENTS</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00076">LedgerFormats.h:76</a></div></div>
<div class="ttc" id="anamespaceripple_html_aae2b8e3c2ed21dcbae53a626c885af3d"><div class="ttname"><a href="namespaceripple.html#aae2b8e3c2ed21dcbae53a626c885af3d">ripple::getQualityNext</a></div><div class="ttdeci">uint256 getQualityNext(uint256 const &amp;uBase)</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00117">Indexes.cpp:117</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba2bde6c0c7901419859841372fa9557ec"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba2bde6c0c7901419859841372fa9557ec">ripple::ltSIGNER_LIST</a></div><div class="ttdeci">@ ltSIGNER_LIST</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00070">LedgerFormats.h:70</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a8465303ffff166e759fa1f7d621c28b0"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a8465303ffff166e759fa1f7d621c28b0">ripple::spaceCheck</a></div><div class="ttdeci">@ spaceCheck</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00116">LedgerFormats.h:116</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1depositPreauth__t_html_aec03d969376a7cde5bf693f591ba2c64"><div class="ttname"><a href="structripple_1_1keylet_1_1depositPreauth__t.html#aec03d969376a7cde5bf693f591ba2c64">ripple::keylet::depositPreauth_t::operator()</a></div><div class="ttdeci">Keylet operator()(AccountID const &amp;owner, AccountID const &amp;preauthorized) const</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00280">Indexes.cpp:280</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a86796a70041951ad79df2fca127d817e"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a86796a70041951ad79df2fca127d817e">ripple::spaceSkipList</a></div><div class="ttdeci">@ spaceSkipList</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00109">LedgerFormats.h:109</a></div></div>
<div class="ttc" id="anamespaceripple_html_aa98d95638f8596318af27d09b1e33b5f"><div class="ttname"><a href="namespaceripple.html#aa98d95638f8596318af27d09b1e33b5f">ripple::getLedgerFeeIndex</a></div><div class="ttdeci">uint256 getLedgerFeeIndex()</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00052">Indexes.cpp:52</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1skip__t_html_a829b93eacee2ed7e51552c203dedbf36"><div class="ttname"><a href="structripple_1_1keylet_1_1skip__t.html#a829b93eacee2ed7e51552c203dedbf36">ripple::keylet::skip_t::operator()</a></div><div class="ttdeci">Keylet operator()() const</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00197">Indexes.cpp:197</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07baa28c736ec52242ffe39aaa030db1accd"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07baa28c736ec52242ffe39aaa030db1accd">ripple::ltTICKET</a></div><div class="ttdeci">@ ltTICKET</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00068">LedgerFormats.h:68</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1next__t_html_a88b274e93ea8dd1ac2954f18936413ea"><div class="ttname"><a href="structripple_1_1keylet_1_1next__t.html#a88b274e93ea8dd1ac2954f18936413ea">ripple::keylet::next_t::operator()</a></div><div class="ttdeci">Keylet operator()(Keylet const &amp;k) const</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00255">Indexes.cpp:255</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07bad7915d2d8a69386a38eebd7b859dcb6d"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bad7915d2d8a69386a38eebd7b859dcb6d">ripple::ltCHECK</a></div><div class="ttdeci">@ ltCHECK</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00085">LedgerFormats.h:85</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2ab8b5622873d0ca062d70df3bf491afde"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2ab8b5622873d0ca062d70df3bf491afde">ripple::spaceEscrow</a></div><div class="ttdeci">@ spaceEscrow</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00110">LedgerFormats.h:110</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba822b27579a5bc94b9dea2395852e5bbd"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba822b27579a5bc94b9dea2395852e5bbd">ripple::ltCHILD</a></div><div class="ttdeci">@ ltCHILD</div><div class="ttdoc">Special type, anything not a directory This is used when the type in the Keylet is unknown,...</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00047">LedgerFormats.h:47</a></div></div>
<div class="ttc" id="anamespaceripple_html_a356c68147333a9a48a344718038576d9"><div class="ttname"><a href="namespaceripple.html#a356c68147333a9a48a344718038576d9">ripple::uint256</a></div><div class="ttdeci">base_uint&lt; 256 &gt; uint256</div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00493">base_uint.h:493</a></div></div>
<div class="ttc" id="astructripple_1_1Keylet_html_a482983062843a8682fcea76a309c73db"><div class="ttname"><a href="structripple_1_1Keylet.html#a482983062843a8682fcea76a309c73db">ripple::Keylet::key</a></div><div class="ttdeci">uint256 key</div><div class="ttdef"><b>Definition:</b> <a href="Keylet_8h_source.html#l00041">Keylet.h:41</a></div></div>
<div class="ttc" id="anamespaceripple_html_ab1530276f49f8932af7ca91f108576cf"><div class="ttname"><a href="namespaceripple.html#ab1530276f49f8932af7ca91f108576cf">ripple::getGeneratorIndex</a></div><div class="ttdeci">uint256 getGeneratorIndex(AccountID const &amp;uGeneratorID)</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00058">Indexes.cpp:58</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</a></div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00063">base_uint.h:63</a></div></div>
<div class="ttc" id="anamespaceripple_html_a085e21611271f6cc0d786ce79881786c"><div class="ttname"><a href="namespaceripple.html#a085e21611271f6cc0d786ce79881786c">ripple::getDirNodeIndex</a></div><div class="ttdeci">uint256 getDirNodeIndex(uint256 const &amp;uDirRoot, const std::uint64_t uNodeIndex)</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00090">Indexes.cpp:90</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1ticket__t_html_a4c2d4cc3b4fd8f136c0c946c94860453"><div class="ttname"><a href="structripple_1_1keylet_1_1ticket__t.html#a4c2d4cc3b4fd8f136c0c946c94860453">ripple::keylet::ticket_t::operator()</a></div><div class="ttdeci">Keylet operator()(AccountID const &amp;id, std::uint32_t seq) const</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00262">Indexes.cpp:262</a></div></div>
<div class="ttc" id="anamespaceripple_html_a44a9bd58b173a52ae5264a759570bbad"><div class="ttname"><a href="namespaceripple.html#a44a9bd58b173a52ae5264a759570bbad">ripple::getCheckIndex</a></div><div class="ttdeci">uint256 getCheckIndex(AccountID const &amp;account, std::uint32_t uSequence)</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00168">Indexes.cpp:168</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba7dc6fea6d4468e63ed4789f0ae421fda"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba7dc6fea6d4468e63ed4789f0ae421fda">ripple::ltFEE_SETTINGS</a></div><div class="ttdeci">@ ltFEE_SETTINGS</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00078">LedgerFormats.h:78</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1signers__t_html_a9682f32b85fd4a684d982aea84e57158"><div class="ttname"><a href="structripple_1_1keylet_1_1signers__t.html#a9682f32b85fd4a684d982aea84e57158">ripple::keylet::signers_t::operator()</a></div><div class="ttdeci">Keylet operator()(AccountID const &amp;id) const</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00268">Indexes.cpp:268</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a200394821347a1052e685108ed0eb5e2"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a200394821347a1052e685108ed0eb5e2">ripple::spaceAccount</a></div><div class="ttdeci">@ spaceAccount</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00101">LedgerFormats.h:101</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2aa7559178c7b1547bd9198220870f22b4"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2aa7559178c7b1547bd9198220870f22b4">ripple::spaceAmendment</a></div><div class="ttdeci">@ spaceAmendment</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00111">LedgerFormats.h:111</a></div></div>
<div class="ttc" id="anamespaceripple_html_a858ee137c5392905e4abb7ea1eec019a"><div class="ttname"><a href="namespaceripple.html#a858ee137c5392905e4abb7ea1eec019a">ripple::getRippleStateIndex</a></div><div class="ttdeci">uint256 getRippleStateIndex(AccountID const &amp;a, AccountID const &amp;b, Currency const &amp;currency)</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00138">Indexes.cpp:138</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a5e31781c9fd43e42da7b3b85307653e5"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a5e31781c9fd43e42da7b3b85307653e5">ripple::keylet::ownerDir</a></div><div class="ttdeci">Keylet ownerDir(AccountID const &amp;id)</div><div class="ttdoc">The root page of an account's directory.</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00296">Indexes.cpp:296</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a9b38e962f8a965778e1476d5c7969729"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a9b38e962f8a965778e1476d5c7969729">ripple::keylet::escrow</a></div><div class="ttdeci">Keylet escrow(AccountID const &amp;source, std::uint32_t seq)</div><div class="ttdoc">An escrow entry.</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00315">Indexes.cpp:315</a></div></div>
<div class="ttc" id="astructripple_1_1Keylet_html_a194d83c488eaa909ae4bcf816d8f4cb0"><div class="ttname"><a href="structripple_1_1Keylet.html#a194d83c488eaa909ae4bcf816d8f4cb0">ripple::Keylet::type</a></div><div class="ttdeci">LedgerEntryType type</div><div class="ttdef"><b>Definition:</b> <a href="Keylet_8h_source.html#l00040">Keylet.h:40</a></div></div>
<div class="ttc" id="anamespaceripple_html_aa51f6b1594b468c97830998f4f742c6b"><div class="ttname"><a href="namespaceripple.html#aa51f6b1594b468c97830998f4f742c6b">ripple::getOwnerDirIndex</a></div><div class="ttdeci">uint256 getOwnerDirIndex(AccountID const &amp;account)</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00084">Indexes.cpp:84</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a6f0546651535b0e199ca67a8e1f26bd8"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a6f0546651535b0e199ca67a8e1f26bd8">ripple::spaceDirNode</a></div><div class="ttdeci">@ spaceDirNode</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00102">LedgerFormats.h:102</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2abafdd2ecdc1a268a38f04555d0f9d94d"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2abafdd2ecdc1a268a38f04555d0f9d94d">ripple::spaceTicket</a></div><div class="ttdeci">@ spaceTicket</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00113">LedgerFormats.h:113</a></div></div>
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07bad4c4cc29cde0b459bc454c5e70f2b3ac"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bad4c4cc29cde0b459bc454c5e70f2b3ac">ripple::ltDEPOSIT_PREAUTH</a></div><div class="ttdeci">@ ltDEPOSIT_PREAUTH</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00087">LedgerFormats.h:87</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a937df05a2cd9ce79d167fc4b3b6d9413"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a937df05a2cd9ce79d167fc4b3b6d9413">ripple::keylet::unchecked</a></div><div class="ttdeci">Keylet unchecked(uint256 const &amp;key)</div><div class="ttdoc">Any ledger entry.</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00290">Indexes.cpp:290</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a7a52c21a8133b4717b5e6a6cd3a3c1d8"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a7a52c21a8133b4717b5e6a6cd3a3c1d8">ripple::spaceBookDir</a></div><div class="ttdeci">@ spaceBookDir</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00107">LedgerFormats.h:107</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2ad1579f433f71b016b1fcda68a12c7d07"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2ad1579f433f71b016b1fcda68a12c7d07">ripple::spaceFee</a></div><div class="ttdeci">@ spaceFee</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00112">LedgerFormats.h:112</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a77c19029d7e0e3ad05f38c866c08d8a1"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a77c19029d7e0e3ad05f38c866c08d8a1">ripple::spaceOwnerDir</a></div><div class="ttdeci">@ spaceOwnerDir</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00106">LedgerFormats.h:106</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="anamespaceripple_html_a6a14118af558c45dd5df55fd01e7df80"><div class="ttname"><a href="namespaceripple.html#a6a14118af558c45dd5df55fd01e7df80">ripple::getDepositPreauthIndex</a></div><div class="ttdeci">uint256 getDepositPreauthIndex(AccountID const &amp;owner, AccountID const &amp;preauthorized)</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00175">Indexes.cpp:175</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba0dca36851b869200981387f3b9f5cdee"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba0dca36851b869200981387f3b9f5cdee">ripple::ltRIPPLE_STATE</a></div><div class="ttdeci">@ ltRIPPLE_STATE</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00066">LedgerFormats.h:66</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1book__t_html_afef20fe31c3f9aba907158ca8d7e9895"><div class="ttname"><a href="structripple_1_1keylet_1_1book__t.html#afef20fe31c3f9aba907158ca8d7e9895">ripple::keylet::book_t::operator()</a></div><div class="ttdeci">Keylet operator()(Book const &amp;b) const</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00221">Indexes.cpp:221</a></div></div>
<div class="ttc" id="anamespaceripple_html_ad0229a26d717d2fe2cabc3107a03500e"><div class="ttname"><a href="namespaceripple.html#ad0229a26d717d2fe2cabc3107a03500e">ripple::getLedgerHashIndex</a></div><div class="ttdeci">uint256 getLedgerHashIndex()</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00029">Indexes.cpp:29</a></div></div>
<div class="ttc" id="anamespaceripple_html_ab2bc2775fea3f2fd9210def82b415178"><div class="ttname"><a href="namespaceripple.html#ab2bc2775fea3f2fd9210def82b415178">ripple::getTicketIndex</a></div><div class="ttdeci">uint256 getTicketIndex(AccountID const &amp;account, std::uint32_t uSequence)</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00131">Indexes.cpp:131</a></div></div>
<div class="ttc" id="anamespacebeast_html_a4a9eebb8b68941c49b07763d7a95d456"><div class="ttname"><a href="namespacebeast.html#a4a9eebb8b68941c49b07763d7a95d456">beast::hash_append</a></div><div class="ttdeci">std::enable_if_t&lt; is_contiguously_hashable&lt; T, Hasher &gt;::value &gt; hash_append(Hasher &amp;h, T const &amp;t) noexcept</div><div class="ttdoc">Logically concatenate input data to a Hasher.</div><div class="ttdef"><b>Definition:</b> <a href="hash__append_8h_source.html#l00232">hash_append.h:232</a></div></div>
<div class="ttc" id="anamespaceripple_html_ae3f5bc352766a1a8dbf5270eb7dbc2e7"><div class="ttname"><a href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">ripple::sha512Half</a></div><div class="ttdeci">sha512_half_hasher::result_type sha512Half(Args const &amp;... args)</div><div class="ttdoc">Returns the SHA512-Half of a series of objects.</div><div class="ttdef"><b>Definition:</b> <a href="digest_8h_source.html#l00237">digest.h:237</a></div></div>
<div class="ttc" id="acassert_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cassert.html">cassert</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1quality__t_html_a2d6a09995381b4e0b3a5dc752f28a0c8"><div class="ttname"><a href="structripple_1_1keylet_1_1quality__t.html#a2d6a09995381b4e0b3a5dc752f28a0c8">ripple::keylet::quality_t::operator()</a></div><div class="ttdeci">Keylet operator()(Keylet const &amp;k, std::uint64_t q) const</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00248">Indexes.cpp:248</a></div></div>
<div class="ttc" id="anamespaceripple_html_a06da0e52773c5c0841994317a3d5e3d0"><div class="ttname"><a href="namespaceripple.html#a06da0e52773c5c0841994317a3d5e3d0">ripple::hash_append</a></div><div class="ttdeci">void hash_append(Hasher &amp;h, Slice const &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="Slice_8h_source.html#l00149">Slice.h:149</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba9e06c2e5bc18cc01158409a566acd2fd"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba9e06c2e5bc18cc01158409a566acd2fd">ripple::ltPAYCHAN</a></div><div class="ttdeci">@ ltPAYCHAN</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00083">LedgerFormats.h:83</a></div></div>
<div class="ttc" id="aclassripple_1_1Book_html"><div class="ttname"><a href="classripple_1_1Book.html">ripple::Book</a></div><div class="ttdoc">Specifies an order book.</div><div class="ttdef"><b>Definition:</b> <a href="Book_8h_source.html#l00032">Book.h:32</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba1ca6f5da9e86f814af3d6f8b3631ebe8"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba1ca6f5da9e86f814af3d6f8b3631ebe8">ripple::ltDIR_NODE</a></div><div class="ttdeci">@ ltDIR_NODE</div><div class="ttdoc">Directory node.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00064">LedgerFormats.h:64</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba8a24a7b08fcdd8a76109f80f056a176d"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba8a24a7b08fcdd8a76109f80f056a176d">ripple::ltOFFER</a></div><div class="ttdeci">@ ltOFFER</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00072">LedgerFormats.h:72</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07bac03405d2da6d19e17f321a6b7f7a412e"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bac03405d2da6d19e17f321a6b7f7a412e">ripple::ltACCOUNT_ROOT</a></div><div class="ttdeci">@ ltACCOUNT_ROOT</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00053">LedgerFormats.h:53</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1offer__t_html_a4aaccd190f03c6cd94c9aea1295baaa3"><div class="ttname"><a href="structripple_1_1keylet_1_1offer__t.html#a4aaccd190f03c6cd94c9aea1295baaa3">ripple::keylet::offer_t::operator()</a></div><div class="ttdeci">Keylet operator()(AccountID const &amp;id, std::uint32_t seq) const</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00242">Indexes.cpp:242</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2ac487b84c8eac3dfcc968a4ae7df8413b"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2ac487b84c8eac3dfcc968a4ae7df8413b">ripple::spaceGenerator</a></div><div class="ttdeci">@ spaceGenerator</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00103">LedgerFormats.h:103</a></div></div>
<div class="ttc" id="anamespaceripple_html_a25fb2b2098567a8286557fbd445ce146"><div class="ttname"><a href="namespaceripple.html#a25fb2b2098567a8286557fbd445ce146">ripple::getQuality</a></div><div class="ttdeci">std::uint64_t getQuality(uint256 const &amp;uBase)</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00124">Indexes.cpp:124</a></div></div>
<div class="ttc" id="aclassripple_1_1Book_html_a44f1acfd1d549e7f025f5372fb345f27"><div class="ttname"><a href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">ripple::Book::in</a></div><div class="ttdeci">Issue in</div><div class="ttdef"><b>Definition:</b> <a href="Book_8h_source.html#l00035">Book.h:35</a></div></div>
<div class="ttc" id="aclassripple_1_1Issue_html_a46e4805870b1bad6a8691bed0b8acec8"><div class="ttname"><a href="classripple_1_1Issue.html#a46e4805870b1bad6a8691bed0b8acec8">ripple::Issue::account</a></div><div class="ttdeci">AccountID account</div><div class="ttdef"><b>Definition:</b> <a href="Issue_8h_source.html#l00038">Issue.h:38</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a7fed9808de2218dfe38198c055f87663"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a7fed9808de2218dfe38198c055f87663">ripple::keylet::page</a></div><div class="ttdeci">Keylet page(uint256 const &amp;key, std::uint64_t index)</div><div class="ttdoc">A page in a directory.</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00302">Indexes.cpp:302</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a8c876b361ca4fe8d1f7e47953741fe89"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a8c876b361ca4fe8d1f7e47953741fe89">ripple::spaceXRPUChannel</a></div><div class="ttdeci">@ spaceXRPUChannel</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00115">LedgerFormats.h:115</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1check__t_html_ab7dfbb435558d75ffe4756e7c5bbaee5"><div class="ttname"><a href="structripple_1_1keylet_1_1check__t.html#ab7dfbb435558d75ffe4756e7c5bbaee5">ripple::keylet::check_t::operator()</a></div><div class="ttdeci">Keylet operator()(AccountID const &amp;id, std::uint32_t seq) const</div><div class="ttdef"><b>Definition:</b> <a href="Indexes_8cpp_source.html#l00274">Indexes.cpp:274</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>