mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 19:45:53 +00:00
283 lines
44 KiB
HTML
283 lines
44 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: Book.h Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">rippled
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.17 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_df9c78dcf3f59a33b12284f95992a64b.html">ripple</a></li><li class="navelem"><a class="el" href="dir_1e765e6a8d5970800a535eb2615ec474.html">protocol</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">Book.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">/*</span></div>
|
|
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> This file is part of rippled: https://github.com/ripple/rippled</span></div>
|
|
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> Copyright (c) 2012, 2013 Ripple Labs Inc.</span></div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> Permission to use, copy, modify, and/or distribute this software for any</span></div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> purpose with or without fee is hereby granted, provided that the above</span></div>
|
|
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> copyright notice and this permission notice appear in all copies.</span></div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF</span></div>
|
|
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR</span></div>
|
|
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES</span></div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN</span></div>
|
|
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF</span></div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</span></div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">*/</span></div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">//==============================================================================</span></div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  </div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#ifndef RIPPLE_PROTOCOL_BOOK_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#define RIPPLE_PROTOCOL_BOOK_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <ripple/basics/CountedObject.h></span></div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <ripple/protocol/Issue.h></span></div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include <boost/utility/base_from_member.hpp></span></div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  </div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  </div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="classripple_1_1Book.html"> 33</a></span> <span class="keyword">class </span><a class="code" href="classripple_1_1Book.html">Book</a> final : <span class="keyword">public</span> <a class="code" href="classripple_1_1CountedObject.html">CountedObject</a><Book></div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> {</div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27"> 36</a></span>  <a class="code" href="classripple_1_1Issue.html">Issue</a> <a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a>;</div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a"> 37</a></span>  <a class="code" href="classripple_1_1Issue.html">Issue</a> <a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a>;</div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  </div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classripple_1_1Book.html#a11abcc0ea010a3f83ff56ca2c6e47427"> 39</a></span>  <a class="code" href="classripple_1_1Book.html#a11abcc0ea010a3f83ff56ca2c6e47427">Book</a>()</div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  {</div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  }</div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  </div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classripple_1_1Book.html#ab5aaa3a34fa8d7eb2483e2f68b575879"> 43</a></span>  <a class="code" href="classripple_1_1Book.html#ab5aaa3a34fa8d7eb2483e2f68b575879">Book</a>(<a class="code" href="classripple_1_1Issue.html">Issue</a> <span class="keyword">const</span>& in_, <a class="code" href="classripple_1_1Issue.html">Issue</a> <span class="keyword">const</span>& out_) : <a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a>(in_), <a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a>(out_)</div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  {</div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  }</div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> };</div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  </div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <a class="code" href="namespaceripple.html#a1842fee89cdf9025217d48514df19b1a">isConsistent</a>(Book <span class="keyword">const</span>& book);</div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  </div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <a class="code" href="namespaceripple.html#af9776f187d3686a7fba4c2d2fbeebdf4">to_string</a>(Book <span class="keyword">const</span>& book);</div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  </div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::ostream</a>&</div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <a class="code" href="namespaceripple.html#ad2cbc273400d06e5ff80501de15410e3">operator<<</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::ostream</a>& os, Book <span class="keyword">const</span>& x);</div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  </div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="keyword">template</span> <<span class="keyword">class</span> Hasher></div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="namespaceripple.html#adb64eb12ad01954d000cf721d01e32a2"> 59</a></span> <a class="code" href="namespaceripple.html#a9c3a01178261b6e8a98c0ea99f01d154">hash_append</a>(Hasher& h, <a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& b)</div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> {</div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keyword">using</span> <a class="code" href="namespacebeast.html#a4a9eebb8b68941c49b07763d7a95d456">beast::hash_append</a>;</div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <a class="code" href="namespaceripple.html#a9c3a01178261b6e8a98c0ea99f01d154">hash_append</a>(h, b.<a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a>, b.<a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a>);</div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> }</div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  </div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> Book</div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <a class="code" href="namespaceripple.html#a4733dc323a9c2aad3bad45872831510b">reversed</a>(Book <span class="keyword">const</span>& book);</div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  </div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="keywordtype">int</span></div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> <a class="code" href="namespaceripple.html#ad584345ad1d39fa2234a298a991f8e66">compare</a>(Book <span class="keyword">const</span>& lhs, Book <span class="keyword">const</span>& rhs);</div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  </div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <a class="code" href="namespaceripple.html#a4a7f562868748b9246dbcab39091021c">operator==</a>(Book <span class="keyword">const</span>& lhs, Book <span class="keyword">const</span>& rhs);</div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <a class="code" href="namespaceripple.html#a068a05c4d658a764ce2be1810e1779fd">operator!=</a>(Book <span class="keyword">const</span>& lhs, Book <span class="keyword">const</span>& rhs);</div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span> <a class="code" href="namespaceripple.html#ae7f0e432d5fa980cfc588654bb6c77d7">operator<</a>(Book <span class="keyword">const</span>& lhs, Book <span class="keyword">const</span>& rhs);</div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <a class="code" href="namespaceripple.html#a652dadd7557acb11ab0b0118ac17a43a">operator></a>(Book <span class="keyword">const</span>& lhs, Book <span class="keyword">const</span>& rhs);</div>
|
|
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <a class="code" href="namespaceripple.html#a2f44766697956309a8ace0ebfff5391b">operator>=</a>(Book <span class="keyword">const</span>& lhs, Book <span class="keyword">const</span>& rhs);</div>
|
|
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <a class="code" href="namespaceripple.html#af55c9644f3da59e843bad94388803eb2">operator<=</a>(Book <span class="keyword">const</span>& lhs, Book <span class="keyword">const</span>& rhs);</div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span> } <span class="comment">// namespace ripple</span></div>
|
|
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  </div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  </div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> <span class="keyword">namespace </span><a class="code" href="namespacestd.html">std</a> {</div>
|
|
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  </div>
|
|
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span> <span class="keyword">template</span> <></div>
|
|
<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html"> 99</a></span> <span class="keyword">struct </span><a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/hash.html">hash</a><<a class="code" href="namespaceripple.html">ripple</a>::Issue></div>
|
|
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  : <span class="keyword">private</span> boost::base_from_member<std::hash<ripple::Currency>, 0>,</div>
|
|
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  <span class="keyword">private</span> boost::base_from_member<std::hash<ripple::AccountID>, 1></div>
|
|
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> {</div>
|
|
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span> <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  <span class="keyword">using</span> <a class="code" href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html#a9a76299249c70dcee070352cd565c690">currency_hash_type</a> =</div>
|
|
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html#a9a76299249c70dcee070352cd565c690"> 105</a></span>  boost::base_from_member<std::hash<ripple::Currency>, 0>;</div>
|
|
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  <span class="keyword">using</span> <a class="code" href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html#a303231d80f490a46a0b54d291a848a80">issuer_hash_type</a> =</div>
|
|
<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html#a303231d80f490a46a0b54d291a848a80"> 107</a></span>  boost::base_from_member<std::hash<ripple::AccountID>, 1>;</div>
|
|
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  </div>
|
|
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  <span class="keyword">explicit</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/hash/hash.html">hash</a>() = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  </div>
|
|
<div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html#a2e09dc2f55189649283663122b09e6cf"> 112</a></span>  <span class="keyword">using</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">value_type</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a>;</div>
|
|
<div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html#a818d4d0e5f02c524f73be60fc6cb793b"> 113</a></span>  <span class="keyword">using</span> <a class="code" href="classripple_1_1Issue.html">argument_type</a> = <a class="code" href="classripple_1_1Issue.html">ripple::Issue</a>;</div>
|
|
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  </div>
|
|
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">value_type</a></div>
|
|
<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html#a56fccd38ce8c00237272e196bd2ce98e"> 116</a></span>  <a class="code" href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html#a56fccd38ce8c00237272e196bd2ce98e">operator()</a>(<a class="code" href="classripple_1_1Issue.html">argument_type</a> <span class="keyword">const</span>& value)<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">value_type</a> result(currency_hash_type::member(value.<a class="code" href="classripple_1_1Issue.html#a4b723aa4198e4c630e41de06586e2fe7">currency</a>));</div>
|
|
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <span class="keywordflow">if</span> (!isXRP(value.<a class="code" href="classripple_1_1Issue.html#a4b723aa4198e4c630e41de06586e2fe7">currency</a>))</div>
|
|
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  boost::hash_combine(</div>
|
|
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  result, issuer_hash_type::member(value.<a class="code" href="classripple_1_1Issue.html#a46e4805870b1bad6a8691bed0b8acec8">account</a>));</div>
|
|
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  <span class="keywordflow">return</span> result;</div>
|
|
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  }</div>
|
|
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span> };</div>
|
|
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  </div>
|
|
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  </div>
|
|
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span> <span class="keyword">template</span> <></div>
|
|
<div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="structstd_1_1hash_3_01ripple_1_1Book_01_4.html"> 129</a></span> <span class="keyword">struct </span><a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/hash.html">hash</a><<a class="code" href="namespaceripple.html">ripple</a>::Book></div>
|
|
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span> {</div>
|
|
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span> <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="structstd_1_1hash_3_01ripple_1_1Book_01_4.html#ab1fa30e5d03f89fc68b51bc2f7bb85e1"> 132</a></span>  <span class="keyword">using</span> <a class="code" href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html">hasher</a> = <a class="code" href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html">std::hash<ripple::Issue></a>;</div>
|
|
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  </div>
|
|
<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="structstd_1_1hash_3_01ripple_1_1Book_01_4.html#a9bc16b0d99b1883656375169ceeafacc"> 134</a></span>  <a class="code" href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html">hasher</a> <a class="code" href="structstd_1_1hash_3_01ripple_1_1Book_01_4.html#a9bc16b0d99b1883656375169ceeafacc">m_hasher</a>;</div>
|
|
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  </div>
|
|
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  <span class="keyword">explicit</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/hash/hash.html">hash</a>() = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  </div>
|
|
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="structstd_1_1hash_3_01ripple_1_1Book_01_4.html#a2cb84c01e58660484a879b085aae2a5e"> 139</a></span>  <span class="keyword">using</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">value_type</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a>;</div>
|
|
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="structstd_1_1hash_3_01ripple_1_1Book_01_4.html#aa32afd35d10d0427122aee6d56ae101c"> 140</a></span>  <span class="keyword">using</span> <a class="code" href="classripple_1_1Book.html">argument_type</a> = <a class="code" href="classripple_1_1Book.html">ripple::Book</a>;</div>
|
|
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  </div>
|
|
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">value_type</a></div>
|
|
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="structstd_1_1hash_3_01ripple_1_1Book_01_4.html#a89e9cf6294f3d825fc317dc58cd873b9"> 143</a></span>  <a class="code" href="structstd_1_1hash_3_01ripple_1_1Book_01_4.html#a89e9cf6294f3d825fc317dc58cd873b9">operator()</a>(<a class="code" href="classripple_1_1Book.html">argument_type</a> <span class="keyword">const</span>& value)<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">value_type</a> result(m_hasher(value.<a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a>));</div>
|
|
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  boost::hash_combine(result, m_hasher(value.<a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a>));</div>
|
|
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  <span class="keywordflow">return</span> result;</div>
|
|
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  }</div>
|
|
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span> };</div>
|
|
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  </div>
|
|
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span> } <span class="comment">// namespace std</span></div>
|
|
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  </div>
|
|
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  </div>
|
|
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span> <span class="keyword">namespace </span><a class="code" href="namespaceboost.html">boost</a> {</div>
|
|
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  </div>
|
|
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span> <span class="keyword">template</span> <></div>
|
|
<div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="structboost_1_1hash_3_01ripple_1_1Issue_01_4.html"> 158</a></span> <span class="keyword">struct </span>hash<<a class="code" href="namespaceripple.html">ripple</a>::Issue> : <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/hash.html">std::hash</a><ripple::Issue></div>
|
|
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span> {</div>
|
|
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  <span class="keyword">explicit</span> hash() = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  </div>
|
|
<div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="structboost_1_1hash_3_01ripple_1_1Issue_01_4.html#a54e443e58d256a56a27de4dc59f3db68"> 162</a></span>  <span class="keyword">using</span> <a class="code" href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html">Base</a> = <a class="code" href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html">std::hash<ripple::Issue></a>;</div>
|
|
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  <span class="comment">// VFALCO NOTE broken in vs2012</span></div>
|
|
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  <span class="comment">// using Base::Base; // inherit ctors</span></div>
|
|
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span> };</div>
|
|
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  </div>
|
|
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span> <span class="keyword">template</span> <></div>
|
|
<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="structboost_1_1hash_3_01ripple_1_1Book_01_4.html"> 168</a></span> <span class="keyword">struct </span>hash<<a class="code" href="namespaceripple.html">ripple</a>::Book> : <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/hash.html">std::hash</a><ripple::Book></div>
|
|
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span> {</div>
|
|
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <span class="keyword">explicit</span> hash() = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  </div>
|
|
<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="structboost_1_1hash_3_01ripple_1_1Book_01_4.html#a67871a970f60641951e6389d62c6a15d"> 172</a></span>  <span class="keyword">using</span> <a class="code" href="structstd_1_1hash_3_01ripple_1_1Book_01_4.html">Base</a> = <a class="code" href="structstd_1_1hash_3_01ripple_1_1Book_01_4.html">std::hash<ripple::Book></a>;</div>
|
|
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  <span class="comment">// VFALCO NOTE broken in vs2012</span></div>
|
|
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  <span class="comment">// using Base::Base; // inherit ctors</span></div>
|
|
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span> };</div>
|
|
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  </div>
|
|
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span> } <span class="comment">// namespace boost</span></div>
|
|
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  </div>
|
|
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span> <span class="preprocessor">#endif</span></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<div class="ttc" id="anamespaceripple_html_a652dadd7557acb11ab0b0118ac17a43a"><div class="ttname"><a href="namespaceripple.html#a652dadd7557acb11ab0b0118ac17a43a">ripple::operator></a></div><div class="ttdeci">bool operator>(base_uint< Bits, Tag > const &a, base_uint< Bits, Tag > const &b)</div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00578">base_uint.h:578</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1CountedObject_html"><div class="ttname"><a href="classripple_1_1CountedObject.html">ripple::CountedObject</a></div><div class="ttdoc">Tracks the number of instances of an object.</div><div class="ttdef"><b>Definition:</b> <a href="CountedObject_8h_source.html#l00124">CountedObject.h:124</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="abasic_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div><div class="ttdoc">STL class.</div></div>
|
|
<div class="ttc" id="astructstd_1_1hash_3_01ripple_1_1Issue_01_4_html_a303231d80f490a46a0b54d291a848a80"><div class="ttname"><a href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html#a303231d80f490a46a0b54d291a848a80">std::hash< ripple::Issue >::issuer_hash_type</a></div><div class="ttdeci">boost::base_from_member< std::hash< ripple::AccountID >, 1 > issuer_hash_type</div><div class="ttdef"><b>Definition:</b> <a href="Book_8h_source.html#l00107">Book.h:107</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 &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="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#l00037">Book.h:37</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a2f44766697956309a8ace0ebfff5391b"><div class="ttname"><a href="namespaceripple.html#a2f44766697956309a8ace0ebfff5391b">ripple::operator>=</a></div><div class="ttdeci">bool operator>=(base_uint< Bits, Tag > const &a, base_uint< Bits, Tag > const &b)</div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00585">base_uint.h:585</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="anamespaceboost_html"><div class="ttname"><a href="namespaceboost.html">boost</a></div><div class="ttdef"><b>Definition:</b> <a href="IPAddress_8h_source.html#l00103">IPAddress.h:103</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ad2cbc273400d06e5ff80501de15410e3"><div class="ttname"><a href="namespaceripple.html#ad2cbc273400d06e5ff80501de15410e3">ripple::operator<<</a></div><div class="ttdeci">std::ostream & operator<<(std::ostream &os, TOffer< TIn, TOut > const &offer)</div><div class="ttdef"><b>Definition:</b> <a href="Offer_8h_source.html#l00242">Offer.h:242</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4a7f562868748b9246dbcab39091021c"><div class="ttname"><a href="namespaceripple.html#a4a7f562868748b9246dbcab39091021c">ripple::operator==</a></div><div class="ttdeci">bool operator==(Manifest const &lhs, Manifest const &rhs)</div><div class="ttdef"><b>Definition:</b> <a href="Manifest_8h_source.html#l00161">Manifest.h:161</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_af55c9644f3da59e843bad94388803eb2"><div class="ttname"><a href="namespaceripple.html#af55c9644f3da59e843bad94388803eb2">ripple::operator<=</a></div><div class="ttdeci">bool operator<=(base_uint< Bits, Tag > const &a, base_uint< Bits, Tag > const &b)</div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00571">base_uint.h:571</a></div></div>
|
|
<div class="ttc" id="astructstd_1_1hash_3_01ripple_1_1Book_01_4_html"><div class="ttname"><a href="structstd_1_1hash_3_01ripple_1_1Book_01_4.html">std::hash< ripple::Book ></a></div><div class="ttdef"><b>Definition:</b> <a href="Book_8h_source.html#l00129">Book.h:129</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ae7f0e432d5fa980cfc588654bb6c77d7"><div class="ttname"><a href="namespaceripple.html#ae7f0e432d5fa980cfc588654bb6c77d7">ripple::operator<</a></div><div class="ttdeci">bool operator<(CanonicalTXSet::Key const &lhs, CanonicalTXSet::Key const &rhs)</div><div class="ttdef"><b>Definition:</b> <a href="CanonicalTXSet_8cpp_source.html#l00025">CanonicalTXSet.cpp:25</a></div></div>
|
|
<div class="ttc" id="abasic_ostream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::ostream</a></div><div class="ttdoc">STL class.</div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ad584345ad1d39fa2234a298a991f8e66"><div class="ttname"><a href="namespaceripple.html#ad584345ad1d39fa2234a298a991f8e66">ripple::compare</a></div><div class="ttdeci">int compare(base_uint< Bits, Tag > const &a, base_uint< Bits, Tag > const &b)</div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00547">base_uint.h:547</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4733dc323a9c2aad3bad45872831510b"><div class="ttname"><a href="namespaceripple.html#a4733dc323a9c2aad3bad45872831510b">ripple::reversed</a></div><div class="ttdeci">Book reversed(Book const &book)</div><div class="ttdef"><b>Definition:</b> <a href="Book_8cpp_source.html#l00045">Book.cpp:45</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a068a05c4d658a764ce2be1810e1779fd"><div class="ttname"><a href="namespaceripple.html#a068a05c4d658a764ce2be1810e1779fd">ripple::operator!=</a></div><div class="ttdeci">bool operator!=(Manifest const &lhs, Manifest const &rhs)</div><div class="ttdef"><b>Definition:</b> <a href="Manifest_8h_source.html#l00171">Manifest.h:171</a></div></div>
|
|
<div class="ttc" id="astructstd_1_1hash_3_01ripple_1_1Book_01_4_html_a9bc16b0d99b1883656375169ceeafacc"><div class="ttname"><a href="structstd_1_1hash_3_01ripple_1_1Book_01_4.html#a9bc16b0d99b1883656375169ceeafacc">std::hash< ripple::Book >::m_hasher</a></div><div class="ttdeci">hasher m_hasher</div><div class="ttdef"><b>Definition:</b> <a href="Book_8h_source.html#l00134">Book.h:134</a></div></div>
|
|
<div class="ttc" id="astructstd_1_1hash_3_01ripple_1_1Book_01_4_html_a89e9cf6294f3d825fc317dc58cd873b9"><div class="ttname"><a href="structstd_1_1hash_3_01ripple_1_1Book_01_4.html#a89e9cf6294f3d825fc317dc58cd873b9">std::hash< ripple::Book >::operator()</a></div><div class="ttdeci">value_type operator()(argument_type const &value) const</div><div class="ttdef"><b>Definition:</b> <a href="Book_8h_source.html#l00143">Book.h:143</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="astructstd_1_1hash_3_01ripple_1_1Issue_01_4_html_a9a76299249c70dcee070352cd565c690"><div class="ttname"><a href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html#a9a76299249c70dcee070352cd565c690">std::hash< ripple::Issue >::currency_hash_type</a></div><div class="ttdeci">boost::base_from_member< std::hash< ripple::Currency >, 0 > currency_hash_type</div><div class="ttdef"><b>Definition:</b> <a href="Book_8h_source.html#l00105">Book.h:105</a></div></div>
|
|
<div class="ttc" id="anamespacestd_html"><div class="ttname"><a href="namespacestd.html">std</a></div><div class="ttdoc">STL namespace.</div></div>
|
|
<div class="ttc" id="anamespacebeast_html_a4a9eebb8b68941c49b07763d7a95d456"><div class="ttname"><a href="namespacebeast.html#a4a9eebb8b68941c49b07763d7a95d456">beast::hash_append</a></div><div class="ttdeci">std::enable_if_t< is_contiguously_hashable< T, Hasher >::value > hash_append(Hasher &h, T const &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#l00236">hash_append.h:236</a></div></div>
|
|
<div class="ttc" id="asize_t_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_af9776f187d3686a7fba4c2d2fbeebdf4"><div class="ttname"><a href="namespaceripple.html#af9776f187d3686a7fba4c2d2fbeebdf4">ripple::to_string</a></div><div class="ttdeci">std::string to_string(Manifest const &m)</div><div class="ttdoc">Format the specified manifest to a string for debugging purposes.</div><div class="ttdef"><b>Definition:</b> <a href="app_2misc_2impl_2Manifest_8cpp_source.html#l00041">app/misc/impl/Manifest.cpp:41</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_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#l00033">Book.h:33</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Book_html_a11abcc0ea010a3f83ff56ca2c6e47427"><div class="ttname"><a href="classripple_1_1Book.html#a11abcc0ea010a3f83ff56ca2c6e47427">ripple::Book::Book</a></div><div class="ttdeci">Book()</div><div class="ttdef"><b>Definition:</b> <a href="Book_8h_source.html#l00039">Book.h:39</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a9c3a01178261b6e8a98c0ea99f01d154"><div class="ttname"><a href="namespaceripple.html#a9c3a01178261b6e8a98c0ea99f01d154">ripple::hash_append</a></div><div class="ttdeci">void hash_append(Hasher &h, ValidatorBlobInfo const &blobInfo)</div><div class="ttdef"><b>Definition:</b> <a href="ValidatorList_8h_source.html#l00897">ValidatorList.h:897</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Book_html_ab5aaa3a34fa8d7eb2483e2f68b575879"><div class="ttname"><a href="classripple_1_1Book.html#ab5aaa3a34fa8d7eb2483e2f68b575879">ripple::Book::Book</a></div><div class="ttdeci">Book(Issue const &in_, Issue const &out_)</div><div class="ttdef"><b>Definition:</b> <a href="Book_8h_source.html#l00043">Book.h:43</a></div></div>
|
|
<div class="ttc" id="astructstd_1_1hash_3_01ripple_1_1Issue_01_4_html"><div class="ttname"><a href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html">std::hash< ripple::Issue ></a></div><div class="ttdef"><b>Definition:</b> <a href="Book_8h_source.html#l00099">Book.h:99</a></div></div>
|
|
<div class="ttc" id="astructstd_1_1hash_3_01ripple_1_1Issue_01_4_html_a56fccd38ce8c00237272e196bd2ce98e"><div class="ttname"><a href="structstd_1_1hash_3_01ripple_1_1Issue_01_4.html#a56fccd38ce8c00237272e196bd2ce98e">std::hash< ripple::Issue >::operator()</a></div><div class="ttdeci">value_type operator()(argument_type const &value) const</div><div class="ttdef"><b>Definition:</b> <a href="Book_8h_source.html#l00116">Book.h:116</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#l00036">Book.h:36</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="ahash_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/hash.html">std::hash</a></div></div>
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.17
|
|
</small></address>
|
|
</body>
|
|
</html>
|