mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 19:45:53 +00:00
195 lines
27 KiB
HTML
195 lines
27 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.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&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><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">Book.cpp</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">#include <ripple/protocol/Book.h></span></div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  </div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  </div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="namespaceripple.html#a1842fee89cdf9025217d48514df19b1a"> 25</a></span> <a class="code" href="namespaceripple.html#a1842fee89cdf9025217d48514df19b1a">isConsistent</a>(<a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& book)</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="keywordflow">return</span> <a class="code" href="namespaceripple.html#a1842fee89cdf9025217d48514df19b1a">isConsistent</a>(book.<a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a>) && <a class="code" href="namespaceripple.html#a1842fee89cdf9025217d48514df19b1a">isConsistent</a>(book.<a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a>) &&</div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  book.<a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a> != book.<a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a>;</div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> }</div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  </div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="namespaceripple.html#a7cdadcdf4622f8512aff6509ecbcfacf"> 32</a></span> <a class="code" href="namespaceripple.html#af9776f187d3686a7fba4c2d2fbeebdf4">to_string</a>(<a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& book)</div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> {</div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#af9776f187d3686a7fba4c2d2fbeebdf4">to_string</a>(book.<a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a>) + <span class="stringliteral">"->"</span> + <a class="code" href="namespaceripple.html#af9776f187d3686a7fba4c2d2fbeebdf4">to_string</a>(book.<a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a>);</div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> }</div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  </div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::ostream</a>&</div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac3aa29e6a39a8a0903673cb3de14a6ac"> 38</a></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, <a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& x)</div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> {</div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  os << <a class="code" href="namespaceripple.html#af9776f187d3686a7fba4c2d2fbeebdf4">to_string</a>(x);</div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keywordflow">return</span> os;</div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> }</div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  </div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> Book</div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4733dc323a9c2aad3bad45872831510b"> 45</a></span> <a class="code" href="namespaceripple.html#a4733dc323a9c2aad3bad45872831510b">reversed</a>(<a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& book)</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>  <span class="keywordflow">return</span> <a class="code" href="classripple_1_1Book.html">Book</a>(book.<a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a>, book.<a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a>);</div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> }</div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  </div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="keywordtype">int</span></div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="namespaceripple.html#ae9028bf88f345c29ca5761bac130fbe1"> 52</a></span> <a class="code" href="namespaceripple.html#ad584345ad1d39fa2234a298a991f8e66">compare</a>(<a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& lhs, <a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& rhs)</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>  <span class="keywordtype">int</span> <span class="keyword">const</span> diff(<a class="code" href="namespaceripple.html#ad584345ad1d39fa2234a298a991f8e66">compare</a>(lhs.<a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a>, rhs.<a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a>));</div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keywordflow">if</span> (diff != 0)</div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <span class="keywordflow">return</span> diff;</div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#ad584345ad1d39fa2234a298a991f8e66">compare</a>(lhs.<a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a>, rhs.<a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a>);</div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> }</div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  </div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="namespaceripple.html#aa9ee98718f642066ed58d7ccfd8ca0f9"> 63</a></span> <a class="code" href="namespaceripple.html#a4a7f562868748b9246dbcab39091021c">operator==</a>(<a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& lhs, <a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& rhs)</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>  <span class="keywordflow">return</span> (lhs.<a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a> == rhs.<a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a>) && (lhs.<a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a> == rhs.<a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a>);</div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> }</div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  </div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="namespaceripple.html#a5c1f6008565930db3aef7a00a44eff0a"> 69</a></span> <a class="code" href="namespaceripple.html#a068a05c4d658a764ce2be1810e1779fd">operator!=</a>(<a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& lhs, <a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& rhs)</div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> {</div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="keywordflow">return</span> (lhs.<a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a> != rhs.<a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a>) || (lhs.<a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a> != rhs.<a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a>);</div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span> }</div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="namespaceripple.html#a626181418ea9035306eba8b2284db243"> 78</a></span> <a class="code" href="namespaceripple.html#ae7f0e432d5fa980cfc588654bb6c77d7">operator<</a>(<a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& lhs, <a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& rhs)</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> {</div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <span class="keywordtype">int</span> <span class="keyword">const</span> diff(<a class="code" href="namespaceripple.html#ad584345ad1d39fa2234a298a991f8e66">compare</a>(lhs.<a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a>, rhs.<a class="code" href="classripple_1_1Book.html#a44f1acfd1d549e7f025f5372fb345f27">in</a>));</div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <span class="keywordflow">if</span> (diff != 0)</div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="keywordflow">return</span> diff < 0;</div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keywordflow">return</span> lhs.<a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a> < rhs.<a class="code" href="classripple_1_1Book.html#a6992e8a5da385182ec3ab51a0216281a">out</a>;</div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> }</div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  </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"><a class="line" href="namespaceripple.html#a101844800658ebc853f6a5e881ee2406"> 87</a></span> <a class="code" href="namespaceripple.html#a652dadd7557acb11ab0b0118ac17a43a">operator></a>(<a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& lhs, <a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& rhs)</div>
|
|
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> {</div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <span class="keywordflow">return</span> rhs < lhs;</div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> }</div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  </div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="namespaceripple.html#abdbb4ba7ea93e76127373f688289354a"> 93</a></span> <a class="code" href="namespaceripple.html#a2f44766697956309a8ace0ebfff5391b">operator>=</a>(<a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& lhs, <a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& rhs)</div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> {</div>
|
|
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <span class="keywordflow">return</span> !(lhs < rhs);</div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> }</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="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="namespaceripple.html#af8f607142a2b8188bca6c9e46fae1be7"> 99</a></span> <a class="code" href="namespaceripple.html#af55c9644f3da59e843bad94388803eb2">operator<=</a>(<a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& lhs, <a class="code" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>& rhs)</div>
|
|
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> {</div>
|
|
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  <span class="keywordflow">return</span> !(rhs < lhs);</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>  </div>
|
|
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> } <span class="comment">// namespace ripple</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#l00564">base_uint.h:564</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="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#l00036">Book.h:36</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#l00571">base_uint.h:571</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#l00159">Manifest.h:159</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#l00557">base_uint.h:557</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#l00533">base_uint.h:533</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#l00169">Manifest.h:169</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_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#l00038">app/misc/impl/Manifest.cpp:38</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="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>
|
|
<!-- 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>
|