This commit is contained in:
nbougalis
2020-04-15 21:15:02 +00:00
commit 4ad595bf18
12373 changed files with 1478990 additions and 0 deletions

336
Feature_8cpp_source.html Normal file
View File

@@ -0,0 +1,336 @@
<!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: Feature.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">Feature.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/Feature.h&gt;</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#include &lt;ripple/basics/contract.h&gt;</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &lt;ripple/protocol/digest.h&gt;</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; </div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/cstring.html">cstring</a>&gt;</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; </div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; </div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; </div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;constexpr <span class="keywordtype">char</span> <span class="keyword">const</span>* <span class="keyword">const</span> <a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#adf09e28440d1ec10ee6a058b54be72ba">detail::FeatureCollections::featureNames</a>[];</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; </div>
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1FeatureCollections.html#ae569aaa1b138f4f5d83f83769896bdef"> 32</a></span>&#160;<a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#ae569aaa1b138f4f5d83f83769896bdef">detail::FeatureCollections::FeatureCollections</a>()</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; <a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#a6a804338746c84488ccf491ef6a83820">features</a>.reserve(<a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#a375b42fc5fcf83dee6591f2cd782e6e5">numFeatures</a>());</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; <a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#ad7e8e925022a66488f9044c2bfe0f4e2">featureToIndex</a>.reserve(<a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#a375b42fc5fcf83dee6591f2cd782e6e5">numFeatures</a>());</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; <a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#aeff84377acc2f452bd362d6ddeb80a15">nameToFeature</a>.reserve(<a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#a375b42fc5fcf83dee6591f2cd782e6e5">numFeatures</a>());</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; </div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; <span class="keywordflow">for</span> (<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> i = 0; i &lt; <a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#a375b42fc5fcf83dee6591f2cd782e6e5">numFeatures</a>(); ++i)</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="keyword">auto</span> <span class="keyword">const</span> name = <a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#adf09e28440d1ec10ee6a058b54be72ba">featureNames</a>[i];</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</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="l00042"></a><span class="lineno"> 42</span>&#160; h (name, <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/byte/strlen.html">std::strlen</a> (name));</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; <span class="keyword">auto</span> <span class="keyword">const</span> f = <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="l00044"></a><span class="lineno"> 44</span>&#160; </div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; <a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#a6a804338746c84488ccf491ef6a83820">features</a>.push_back(f);</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#ad7e8e925022a66488f9044c2bfe0f4e2">featureToIndex</a>[f] = i;</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#aeff84377acc2f452bd362d6ddeb80a15">nameToFeature</a>[name] = f;</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; </div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;boost::optional&lt;uint256&gt;</div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1FeatureCollections.html#a49233ef1ebaa477bfecf77bbbd00d467"> 52</a></span>&#160;<a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#a49233ef1ebaa477bfecf77bbbd00d467">detail::FeatureCollections::getRegisteredFeature</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>&amp; name)<span class="keyword"> const</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="keyword">auto</span> <span class="keyword">const</span> i = nameToFeature.find(name);</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="keywordflow">if</span> (i == nameToFeature.end())</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="keywordflow">return</span> boost::none;</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <span class="keywordflow">return</span> i-&gt;second;</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;}</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="keywordtype">size_t</span></div>
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1FeatureCollections.html#aa4498d1c8516bc86cee59c0bbfd4d59d"> 61</a></span>&#160;<a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#aa4498d1c8516bc86cee59c0bbfd4d59d">detail::FeatureCollections::featureToBitsetIndex</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; f)<span class="keyword"> const</span></div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <span class="keyword">auto</span> <span class="keyword">const</span> i = featureToIndex.find(f);</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="keywordflow">if</span> (i == featureToIndex.end())</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <a class="code" href="namespaceripple.html#aefd2f77338ce3c9a2fffc4f0b289b483">LogicError</a>(<span class="stringliteral">&quot;Invalid Feature ID&quot;</span>);</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; <span class="keywordflow">return</span> i-&gt;second;</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;}</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; </div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp;</div>
<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1FeatureCollections.html#a668424d0baffc2c4af6baa88f523e99c"> 70</a></span>&#160;<a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#a668424d0baffc2c4af6baa88f523e99c">detail::FeatureCollections::bitsetIndexToFeature</a>(<span class="keywordtype">size_t</span> i)<span class="keyword"> const</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <span class="keywordflow">if</span> (i &gt;= features.size())</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; <a class="code" href="namespaceripple.html#aefd2f77338ce3c9a2fffc4f0b289b483">LogicError</a>(<span class="stringliteral">&quot;Invalid FeatureBitset index&quot;</span>);</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; <span class="keywordflow">return</span> features[i];</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; </div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="namespaceripple.html#a20b8b8934ee4b63ea32c06f6a3623b21"> 77</a></span>&#160;<span class="keyword">static</span> <a class="code" href="classripple_1_1detail_1_1FeatureCollections.html">detail::FeatureCollections</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a20b8b8934ee4b63ea32c06f6a3623b21">featureCollections</a>;</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; </div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt;std::string&gt;</a> <span class="keyword">const</span>&amp;</div>
<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="namespaceripple_1_1detail.html#a9a69ad76af590957aabbb780058387f3"> 81</a></span>&#160;<a class="code" href="namespaceripple_1_1detail.html#a9a69ad76af590957aabbb780058387f3">detail::supportedAmendments</a> ()</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; <span class="comment">// Commented out amendments will be supported in a future release (and</span></div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <span class="comment">// uncommented at that time).</span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <span class="comment">//</span></div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; <span class="comment">// There are also unconditionally supported amendments in the list.</span></div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; <span class="comment">// Those are amendments that were enabled some time ago and the</span></div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; <span class="comment">// amendment conditional code has been removed.</span></div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; <span class="comment">//</span></div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <span class="comment">// ** WARNING **</span></div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <span class="comment">// Unconditionally supported amendments need to remain in the list.</span></div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; <span class="comment">// Removing them will cause servers to become amendment blocked.</span></div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; <span class="keyword">static</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt;std::string&gt;</a> <span class="keyword">const</span> supported</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="stringliteral">&quot;MultiSign&quot;</span>, <span class="comment">// Unconditionally supported.</span></div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;<span class="comment">// &quot;Tickets&quot;,</span></div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; <span class="stringliteral">&quot;TrustSetAuth&quot;</span>, <span class="comment">// Unconditionally supported.</span></div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <span class="stringliteral">&quot;FeeEscalation&quot;</span>, <span class="comment">// Unconditionally supported.</span></div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;<span class="comment">// &quot;OwnerPaysFee&quot;,</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; <span class="stringliteral">&quot;PayChan&quot;</span>,</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; <span class="stringliteral">&quot;Flow&quot;</span>,</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; <span class="stringliteral">&quot;CryptoConditions&quot;</span>,</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; <span class="stringliteral">&quot;TickSize&quot;</span>,</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; <span class="stringliteral">&quot;fix1368&quot;</span>,</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; <span class="stringliteral">&quot;Escrow&quot;</span>,</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; <span class="stringliteral">&quot;CryptoConditionsSuite&quot;</span>,</div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; <span class="stringliteral">&quot;fix1373&quot;</span>,</div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; <span class="stringliteral">&quot;EnforceInvariants&quot;</span>,</div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; <span class="stringliteral">&quot;FlowCross&quot;</span>,</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <span class="stringliteral">&quot;SortedDirectories&quot;</span>,</div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; <span class="stringliteral">&quot;fix1201&quot;</span>,</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; <span class="stringliteral">&quot;fix1512&quot;</span>,</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; <span class="stringliteral">&quot;fix1513&quot;</span>,</div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; <span class="stringliteral">&quot;fix1523&quot;</span>,</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; <span class="stringliteral">&quot;fix1528&quot;</span>,</div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; <span class="stringliteral">&quot;DepositAuth&quot;</span>,</div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; <span class="stringliteral">&quot;Checks&quot;</span>,</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; <span class="stringliteral">&quot;fix1571&quot;</span>,</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; <span class="stringliteral">&quot;fix1543&quot;</span>,</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; <span class="stringliteral">&quot;fix1623&quot;</span>,</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; <span class="stringliteral">&quot;DepositPreauth&quot;</span>,</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; <span class="comment">// Use liquidity from strands that consume max offers, but mark as dry</span></div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; <span class="stringliteral">&quot;fix1515&quot;</span>,</div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; <span class="stringliteral">&quot;fix1578&quot;</span>,</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; <span class="stringliteral">&quot;MultiSignReserve&quot;</span>,</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; <span class="stringliteral">&quot;fixTakerDryOfferRemoval&quot;</span>,</div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; <span class="stringliteral">&quot;fixMasterKeyAsRegularKey&quot;</span>,</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; <span class="stringliteral">&quot;fixCheckThreading&quot;</span>,</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; <span class="stringliteral">&quot;fixPayChanRecipientOwnerDir&quot;</span>,</div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; <span class="stringliteral">&quot;DeletableAccounts&quot;</span>,</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; <span class="stringliteral">&quot;fixQualityUpperBound&quot;</span>,</div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; <span class="stringliteral">&quot;RequireFullyCanonicalSig&quot;</span>,</div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; <span class="stringliteral">&quot;fix1781&quot;</span>,</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; };</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; <span class="keywordflow">return</span> supported;</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; </div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; </div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160;boost::optional&lt;uint256&gt;</div>
<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa"> 141</a></span>&#160;<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a> (<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>&amp; name)</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">return</span> <a class="code" href="namespaceripple.html#a20b8b8934ee4b63ea32c06f6a3623b21">featureCollections</a>.<a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#a49233ef1ebaa477bfecf77bbbd00d467">getRegisteredFeature</a>(name);</div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160;}</div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; </div>
<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="namespaceripple.html#a7829716dab9950c88863168cc8731870"> 146</a></span>&#160;<span class="keywordtype">size_t</span> <a class="code" href="namespaceripple.html#a7829716dab9950c88863168cc8731870">featureToBitsetIndex</a>(<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; f)</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; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#a20b8b8934ee4b63ea32c06f6a3623b21">featureCollections</a>.<a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#aa4498d1c8516bc86cee59c0bbfd4d59d">featureToBitsetIndex</a>(f);</div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160;}</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"><a class="line" href="namespaceripple.html#a28da871aa8d28d28a444e1b3885065cf"> 151</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <a class="code" href="namespaceripple.html#a28da871aa8d28d28a444e1b3885065cf">bitsetIndexToFeature</a>(<span class="keywordtype">size_t</span> i)</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; <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#a20b8b8934ee4b63ea32c06f6a3623b21">featureCollections</a>.<a class="code" href="classripple_1_1detail_1_1FeatureCollections.html#a668424d0baffc2c4af6baa88f523e99c">bitsetIndexToFeature</a>(i);</div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160;}</div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160; </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"><a class="line" href="namespaceripple.html#aea5a43f3efcbe628cc7502772a5b29e9"> 157</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#aea5a43f3efcbe628cc7502772a5b29e9">featureTickets</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;Tickets&quot;</span>);</div>
<div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="namespaceripple.html#a641d0cd1ae7b4807024597224a33d57e"> 158</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a641d0cd1ae7b4807024597224a33d57e">featureOwnerPaysFee</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;OwnerPaysFee&quot;</span>);</div>
<div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="namespaceripple.html#a63fcad85117109e07c65b9917cdc8aac"> 159</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a63fcad85117109e07c65b9917cdc8aac">featureFlow</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;Flow&quot;</span>);</div>
<div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="namespaceripple.html#ae22517cfbc6ab445027e9c9bc8118778"> 160</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#ae22517cfbc6ab445027e9c9bc8118778">featureCompareTakerFlowCross</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;CompareTakerFlowCross&quot;</span>);</div>
<div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="namespaceripple.html#a2cb56a55020f266d207ee04d66cc97ae"> 161</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a2cb56a55020f266d207ee04d66cc97ae">featureFlowCross</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;FlowCross&quot;</span>);</div>
<div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="namespaceripple.html#ae388ae3995c8f94c4d77907c23981d09"> 162</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#ae388ae3995c8f94c4d77907c23981d09">featureCryptoConditionsSuite</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;CryptoConditionsSuite&quot;</span>);</div>
<div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="namespaceripple.html#a1e4e6d3ac032cc3787c0901156036618"> 163</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a1e4e6d3ac032cc3787c0901156036618">fix1513</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fix1513&quot;</span>);</div>
<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="namespaceripple.html#a549e32c7ae17a01dcd562df1a9679853"> 164</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a549e32c7ae17a01dcd562df1a9679853">featureDepositAuth</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;DepositAuth&quot;</span>);</div>
<div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="namespaceripple.html#a5f719e22f7b14728584f07b665dfd7cc"> 165</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a5f719e22f7b14728584f07b665dfd7cc">featureChecks</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;Checks&quot;</span>);</div>
<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="namespaceripple.html#aceb75e0144de4950c33dedd1191de320"> 166</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#aceb75e0144de4950c33dedd1191de320">fix1571</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fix1571&quot;</span>);</div>
<div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="namespaceripple.html#af692a0db75adbc331df9226d28909dd9"> 167</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#af692a0db75adbc331df9226d28909dd9">fix1543</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fix1543&quot;</span>);</div>
<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="namespaceripple.html#af2c25b95b708d565d681958fbd20d2b6"> 168</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#af2c25b95b708d565d681958fbd20d2b6">fix1623</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fix1623&quot;</span>);</div>
<div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="namespaceripple.html#a2af7805d6ffc69b2227309433bccc833"> 169</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a2af7805d6ffc69b2227309433bccc833">featureDepositPreauth</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;DepositPreauth&quot;</span>);</div>
<div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="namespaceripple.html#a0c155f4dfdb9766fbe27cbe85d43ded7"> 170</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a0c155f4dfdb9766fbe27cbe85d43ded7">fix1515</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fix1515&quot;</span>);</div>
<div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="namespaceripple.html#afa20eb58bea379999a57028e082576f1"> 171</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#afa20eb58bea379999a57028e082576f1">fix1578</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fix1578&quot;</span>);</div>
<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="namespaceripple.html#a20fc4ac346fe042a5585c2107b0ca91b"> 172</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a20fc4ac346fe042a5585c2107b0ca91b">featureMultiSignReserve</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;MultiSignReserve&quot;</span>);</div>
<div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="namespaceripple.html#a0c6216b12b73b15239445dfaeee8d473"> 173</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a0c6216b12b73b15239445dfaeee8d473">fixTakerDryOfferRemoval</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fixTakerDryOfferRemoval&quot;</span>);</div>
<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="namespaceripple.html#aba5b8db3b6370710dbaadeb4a3b56f6b"> 174</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#aba5b8db3b6370710dbaadeb4a3b56f6b">fixMasterKeyAsRegularKey</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fixMasterKeyAsRegularKey&quot;</span>);</div>
<div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac73c4c435b681301e35a8028c549c709"> 175</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#ac73c4c435b681301e35a8028c549c709">fixCheckThreading</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fixCheckThreading&quot;</span>);</div>
<div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="namespaceripple.html#afd7eb1f95de1f953b43cfd2adb902eec"> 176</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#afd7eb1f95de1f953b43cfd2adb902eec">fixPayChanRecipientOwnerDir</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fixPayChanRecipientOwnerDir&quot;</span>);</div>
<div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="namespaceripple.html#a19e46a085c26216e75132e85139d09ea"> 177</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a19e46a085c26216e75132e85139d09ea">featureDeletableAccounts</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;DeletableAccounts&quot;</span>);</div>
<div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="namespaceripple.html#a0925502ed5ba18e4eaec5b16b1f552c0"> 178</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a0925502ed5ba18e4eaec5b16b1f552c0">fixQualityUpperBound</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fixQualityUpperBound&quot;</span>);</div>
<div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="namespaceripple.html#abca47aa4443ba4667feae50f0bb7840d"> 179</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#abca47aa4443ba4667feae50f0bb7840d">featureRequireFullyCanonicalSig</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;RequireFullyCanonicalSig&quot;</span>);</div>
<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="namespaceripple.html#aa520966ed6e3285630d0871466e438a8"> 180</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#aa520966ed6e3285630d0871466e438a8">fix1781</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fix1781&quot;</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"> 182</span>&#160;<span class="comment">// The following amendments have been active for at least two years.</span></div>
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160;<span class="comment">// Their pre-amendment code has been removed.</span></div>
<div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4c47c9315caed48b938967bb8a78891e"> 184</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a4c47c9315caed48b938967bb8a78891e">retiredPayChan</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;PayChan&quot;</span>);</div>
<div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="namespaceripple.html#ae5c1cee76ef3294bbb33190e30ed07ce"> 185</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#ae5c1cee76ef3294bbb33190e30ed07ce">retiredCryptoConditions</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;CryptoConditions&quot;</span>);</div>
<div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac2cdee379bd2a55fe3dee570a36d9f8e"> 186</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#ac2cdee379bd2a55fe3dee570a36d9f8e">retiredTickSize</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;TickSize&quot;</span>);</div>
<div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="namespaceripple.html#a87b7aae2e788b04f6c439217f994f901"> 187</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a87b7aae2e788b04f6c439217f994f901">retiredFix1368</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fix1368&quot;</span>);</div>
<div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="namespaceripple.html#a53b3831b0646238359466f8310fd5cfe"> 188</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a53b3831b0646238359466f8310fd5cfe">retiredEscrow</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;Escrow&quot;</span>);</div>
<div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="namespaceripple.html#af8f4a6fbdcdaabe9de5cf5f9c7dcdcdc"> 189</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#af8f4a6fbdcdaabe9de5cf5f9c7dcdcdc">retiredFix1373</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fix1373&quot;</span>);</div>
<div class="line"><a name="l00190"></a><span class="lineno"><a class="line" href="namespaceripple.html#ad95f3c81e57821c73a314eb9767a13e5"> 190</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#ad95f3c81e57821c73a314eb9767a13e5">retiredEnforceInvariants</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;EnforceInvariants&quot;</span>);</div>
<div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="namespaceripple.html#ab0928ca5a324144ff7ce4faaaacbdc2d"> 191</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#ab0928ca5a324144ff7ce4faaaacbdc2d">retiredSortedDirectories</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;SortedDirectories&quot;</span>);</div>
<div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="namespaceripple.html#a807ede3495796bd8a080803cc3605b9d"> 192</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a807ede3495796bd8a080803cc3605b9d">retiredFix1201</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fix1201&quot;</span>);</div>
<div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="namespaceripple.html#a6a671dcbd0f1cf19f9dc241e9c0d5904"> 193</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a6a671dcbd0f1cf19f9dc241e9c0d5904">retiredFix1512</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fix1512&quot;</span>);</div>
<div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="namespaceripple.html#a1728143f9320a061a084a5b9599a36a9"> 194</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a1728143f9320a061a084a5b9599a36a9">retiredFix1523</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fix1523&quot;</span>);</div>
<div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="namespaceripple.html#a29031547549155bd2da48db469afd0fc"> 195</a></span>&#160;<a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a29031547549155bd2da48db469afd0fc">retiredFix1528</a> = *<a class="code" href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">getRegisteredFeature</a>(<span class="stringliteral">&quot;fix1528&quot;</span>);</div>
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160; </div>
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160;} <span class="comment">// ripple</span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="aclassripple_1_1detail_1_1FeatureCollections_html_a49233ef1ebaa477bfecf77bbbd00d467"><div class="ttname"><a href="classripple_1_1detail_1_1FeatureCollections.html#a49233ef1ebaa477bfecf77bbbd00d467">ripple::detail::FeatureCollections::getRegisteredFeature</a></div><div class="ttdeci">boost::optional&lt; uint256 &gt; getRegisteredFeature(std::string const &amp;name) const</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00052">Feature.cpp:52</a></div></div>
<div class="ttc" id="anamespaceripple_html_a0925502ed5ba18e4eaec5b16b1f552c0"><div class="ttname"><a href="namespaceripple.html#a0925502ed5ba18e4eaec5b16b1f552c0">ripple::fixQualityUpperBound</a></div><div class="ttdeci">const uint256 fixQualityUpperBound</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00178">Feature.cpp:178</a></div></div>
<div class="ttc" id="astrlen_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/byte/strlen.html">std::strlen</a></div><div class="ttdeci">T strlen(T... args)</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="acstring_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cstring.html">cstring</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#l00192">digest.h:192</a></div></div>
<div class="ttc" id="anamespaceripple_html_a29031547549155bd2da48db469afd0fc"><div class="ttname"><a href="namespaceripple.html#a29031547549155bd2da48db469afd0fc">ripple::retiredFix1528</a></div><div class="ttdeci">const uint256 retiredFix1528</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00195">Feature.cpp:195</a></div></div>
<div class="ttc" id="anamespaceripple_html_ab0928ca5a324144ff7ce4faaaacbdc2d"><div class="ttname"><a href="namespaceripple.html#ab0928ca5a324144ff7ce4faaaacbdc2d">ripple::retiredSortedDirectories</a></div><div class="ttdeci">const uint256 retiredSortedDirectories</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00191">Feature.cpp:191</a></div></div>
<div class="ttc" id="anamespaceripple_html_a0c155f4dfdb9766fbe27cbe85d43ded7"><div class="ttname"><a href="namespaceripple.html#a0c155f4dfdb9766fbe27cbe85d43ded7">ripple::fix1515</a></div><div class="ttdeci">const uint256 fix1515</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00170">Feature.cpp:170</a></div></div>
<div class="ttc" id="anamespaceripple_html_a2af7805d6ffc69b2227309433bccc833"><div class="ttname"><a href="namespaceripple.html#a2af7805d6ffc69b2227309433bccc833">ripple::featureDepositPreauth</a></div><div class="ttdeci">const uint256 featureDepositPreauth</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00169">Feature.cpp:169</a></div></div>
<div class="ttc" id="avector_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt; std::string &gt;</a></div></div>
<div class="ttc" id="anamespaceripple_html_a549e32c7ae17a01dcd562df1a9679853"><div class="ttname"><a href="namespaceripple.html#a549e32c7ae17a01dcd562df1a9679853">ripple::featureDepositAuth</a></div><div class="ttdeci">const uint256 featureDepositAuth</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00164">Feature.cpp:164</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1FeatureCollections_html_ad7e8e925022a66488f9044c2bfe0f4e2"><div class="ttname"><a href="classripple_1_1detail_1_1FeatureCollections.html#ad7e8e925022a66488f9044c2bfe0f4e2">ripple::detail::FeatureCollections::featureToIndex</a></div><div class="ttdeci">boost::container::flat_map&lt; uint256, std::size_t &gt; featureToIndex</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8h_source.html#l00117">Feature.h:117</a></div></div>
<div class="ttc" id="anamespaceripple_html_aa520966ed6e3285630d0871466e438a8"><div class="ttname"><a href="namespaceripple.html#aa520966ed6e3285630d0871466e438a8">ripple::fix1781</a></div><div class="ttdeci">const uint256 fix1781</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00180">Feature.cpp:180</a></div></div>
<div class="ttc" id="anamespaceripple_html_a20fc4ac346fe042a5585c2107b0ca91b"><div class="ttname"><a href="namespaceripple.html#a20fc4ac346fe042a5585c2107b0ca91b">ripple::featureMultiSignReserve</a></div><div class="ttdeci">const uint256 featureMultiSignReserve</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00172">Feature.cpp:172</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1FeatureCollections_html_ae569aaa1b138f4f5d83f83769896bdef"><div class="ttname"><a href="classripple_1_1detail_1_1FeatureCollections.html#ae569aaa1b138f4f5d83f83769896bdef">ripple::detail::FeatureCollections::FeatureCollections</a></div><div class="ttdeci">FeatureCollections()</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00032">Feature.cpp:32</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4c47c9315caed48b938967bb8a78891e"><div class="ttname"><a href="namespaceripple.html#a4c47c9315caed48b938967bb8a78891e">ripple::retiredPayChan</a></div><div class="ttdeci">const uint256 retiredPayChan</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00184">Feature.cpp:184</a></div></div>
<div class="ttc" id="anamespaceripple_html_a87b7aae2e788b04f6c439217f994f901"><div class="ttname"><a href="namespaceripple.html#a87b7aae2e788b04f6c439217f994f901">ripple::retiredFix1368</a></div><div class="ttdeci">const uint256 retiredFix1368</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00187">Feature.cpp:187</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1FeatureCollections_html"><div class="ttname"><a href="classripple_1_1detail_1_1FeatureCollections.html">ripple::detail::FeatureCollections</a></div><div class="ttdef"><b>Definition:</b> <a href="Feature_8h_source.html#l00070">Feature.h:70</a></div></div>
<div class="ttc" id="anamespaceripple_html_ad95f3c81e57821c73a314eb9767a13e5"><div class="ttname"><a href="namespaceripple.html#ad95f3c81e57821c73a314eb9767a13e5">ripple::retiredEnforceInvariants</a></div><div class="ttdeci">const uint256 retiredEnforceInvariants</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00190">Feature.cpp:190</a></div></div>
<div class="ttc" id="anamespaceripple_html_a19e46a085c26216e75132e85139d09ea"><div class="ttname"><a href="namespaceripple.html#a19e46a085c26216e75132e85139d09ea">ripple::featureDeletableAccounts</a></div><div class="ttdeci">const uint256 featureDeletableAccounts</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00177">Feature.cpp:177</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac2cdee379bd2a55fe3dee570a36d9f8e"><div class="ttname"><a href="namespaceripple.html#ac2cdee379bd2a55fe3dee570a36d9f8e">ripple::retiredTickSize</a></div><div class="ttdeci">const uint256 retiredTickSize</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00186">Feature.cpp:186</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&lt; 256 &gt;</a></div></div>
<div class="ttc" id="anamespaceripple_html_abca47aa4443ba4667feae50f0bb7840d"><div class="ttname"><a href="namespaceripple.html#abca47aa4443ba4667feae50f0bb7840d">ripple::featureRequireFullyCanonicalSig</a></div><div class="ttdeci">const uint256 featureRequireFullyCanonicalSig</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00179">Feature.cpp:179</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1FeatureCollections_html_a668424d0baffc2c4af6baa88f523e99c"><div class="ttname"><a href="classripple_1_1detail_1_1FeatureCollections.html#a668424d0baffc2c4af6baa88f523e99c">ripple::detail::FeatureCollections::bitsetIndexToFeature</a></div><div class="ttdeci">uint256 const &amp; bitsetIndexToFeature(size_t i) const</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00070">Feature.cpp:70</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1FeatureCollections_html_a6a804338746c84488ccf491ef6a83820"><div class="ttname"><a href="classripple_1_1detail_1_1FeatureCollections.html#a6a804338746c84488ccf491ef6a83820">ripple::detail::FeatureCollections::features</a></div><div class="ttdeci">std::vector&lt; uint256 &gt; features</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8h_source.html#l00116">Feature.h:116</a></div></div>
<div class="ttc" id="anamespaceripple_html_ae22517cfbc6ab445027e9c9bc8118778"><div class="ttname"><a href="namespaceripple.html#ae22517cfbc6ab445027e9c9bc8118778">ripple::featureCompareTakerFlowCross</a></div><div class="ttdeci">const uint256 featureCompareTakerFlowCross</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00160">Feature.cpp:160</a></div></div>
<div class="ttc" id="anamespaceripple_html_a53b3831b0646238359466f8310fd5cfe"><div class="ttname"><a href="namespaceripple.html#a53b3831b0646238359466f8310fd5cfe">ripple::retiredEscrow</a></div><div class="ttdeci">const uint256 retiredEscrow</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00188">Feature.cpp:188</a></div></div>
<div class="ttc" id="anamespaceripple_html_a1e4e6d3ac032cc3787c0901156036618"><div class="ttname"><a href="namespaceripple.html#a1e4e6d3ac032cc3787c0901156036618">ripple::fix1513</a></div><div class="ttdeci">const uint256 fix1513</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00163">Feature.cpp:163</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac73c4c435b681301e35a8028c549c709"><div class="ttname"><a href="namespaceripple.html#ac73c4c435b681301e35a8028c549c709">ripple::fixCheckThreading</a></div><div class="ttdeci">const uint256 fixCheckThreading</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00175">Feature.cpp:175</a></div></div>
<div class="ttc" id="anamespaceripple_html_af8f4a6fbdcdaabe9de5cf5f9c7dcdcdc"><div class="ttname"><a href="namespaceripple.html#af8f4a6fbdcdaabe9de5cf5f9c7dcdcdc">ripple::retiredFix1373</a></div><div class="ttdeci">const uint256 retiredFix1373</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00189">Feature.cpp:189</a></div></div>
<div class="ttc" id="anamespaceripple_html_a0c6216b12b73b15239445dfaeee8d473"><div class="ttname"><a href="namespaceripple.html#a0c6216b12b73b15239445dfaeee8d473">ripple::fixTakerDryOfferRemoval</a></div><div class="ttdeci">const uint256 fixTakerDryOfferRemoval</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00173">Feature.cpp:173</a></div></div>
<div class="ttc" id="anamespaceripple_html_a20b8b8934ee4b63ea32c06f6a3623b21"><div class="ttname"><a href="namespaceripple.html#a20b8b8934ee4b63ea32c06f6a3623b21">ripple::featureCollections</a></div><div class="ttdeci">static const detail::FeatureCollections featureCollections</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00077">Feature.cpp:77</a></div></div>
<div class="ttc" id="anamespaceripple_html_af2c25b95b708d565d681958fbd20d2b6"><div class="ttname"><a href="namespaceripple.html#af2c25b95b708d565d681958fbd20d2b6">ripple::fix1623</a></div><div class="ttdeci">const uint256 fix1623</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00168">Feature.cpp:168</a></div></div>
<div class="ttc" id="anamespaceripple_html_a7829716dab9950c88863168cc8731870"><div class="ttname"><a href="namespaceripple.html#a7829716dab9950c88863168cc8731870">ripple::featureToBitsetIndex</a></div><div class="ttdeci">size_t featureToBitsetIndex(uint256 const &amp;f)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00146">Feature.cpp:146</a></div></div>
<div class="ttc" id="anamespaceripple_html_afd7eb1f95de1f953b43cfd2adb902eec"><div class="ttname"><a href="namespaceripple.html#afd7eb1f95de1f953b43cfd2adb902eec">ripple::fixPayChanRecipientOwnerDir</a></div><div class="ttdeci">const uint256 fixPayChanRecipientOwnerDir</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00176">Feature.cpp:176</a></div></div>
<div class="ttc" id="anamespaceripple_html_aba5b8db3b6370710dbaadeb4a3b56f6b"><div class="ttname"><a href="namespaceripple.html#aba5b8db3b6370710dbaadeb4a3b56f6b">ripple::fixMasterKeyAsRegularKey</a></div><div class="ttdeci">const uint256 fixMasterKeyAsRegularKey</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00174">Feature.cpp:174</a></div></div>
<div class="ttc" id="anamespaceripple_html_aea5a43f3efcbe628cc7502772a5b29e9"><div class="ttname"><a href="namespaceripple.html#aea5a43f3efcbe628cc7502772a5b29e9">ripple::featureTickets</a></div><div class="ttdeci">const uint256 featureTickets</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00157">Feature.cpp:157</a></div></div>
<div class="ttc" id="anamespaceripple_html_ae5c1cee76ef3294bbb33190e30ed07ce"><div class="ttname"><a href="namespaceripple.html#ae5c1cee76ef3294bbb33190e30ed07ce">ripple::retiredCryptoConditions</a></div><div class="ttdeci">const uint256 retiredCryptoConditions</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00185">Feature.cpp:185</a></div></div>
<div class="ttc" id="anamespaceripple_html_a5f719e22f7b14728584f07b665dfd7cc"><div class="ttname"><a href="namespaceripple.html#a5f719e22f7b14728584f07b665dfd7cc">ripple::featureChecks</a></div><div class="ttdeci">const uint256 featureChecks</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00165">Feature.cpp:165</a></div></div>
<div class="ttc" id="anamespaceripple_html_af692a0db75adbc331df9226d28909dd9"><div class="ttname"><a href="namespaceripple.html#af692a0db75adbc331df9226d28909dd9">ripple::fix1543</a></div><div class="ttdeci">const uint256 fix1543</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00167">Feature.cpp:167</a></div></div>
<div class="ttc" id="anamespaceripple_html_afa20eb58bea379999a57028e082576f1"><div class="ttname"><a href="namespaceripple.html#afa20eb58bea379999a57028e082576f1">ripple::fix1578</a></div><div class="ttdeci">const uint256 fix1578</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00171">Feature.cpp:171</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a9a69ad76af590957aabbb780058387f3"><div class="ttname"><a href="namespaceripple_1_1detail.html#a9a69ad76af590957aabbb780058387f3">ripple::detail::supportedAmendments</a></div><div class="ttdeci">std::vector&lt; std::string &gt; const &amp; supportedAmendments()</div><div class="ttdoc">Amendments that this server supports, but doesn't enable by default.</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00081">Feature.cpp:81</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_ae388ae3995c8f94c4d77907c23981d09"><div class="ttname"><a href="namespaceripple.html#ae388ae3995c8f94c4d77907c23981d09">ripple::featureCryptoConditionsSuite</a></div><div class="ttdeci">const uint256 featureCryptoConditionsSuite</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00162">Feature.cpp:162</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1FeatureCollections_html_adf09e28440d1ec10ee6a058b54be72ba"><div class="ttname"><a href="classripple_1_1detail_1_1FeatureCollections.html#adf09e28440d1ec10ee6a058b54be72ba">ripple::detail::FeatureCollections::featureNames</a></div><div class="ttdeci">static constexpr char const *const featureNames[]</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8h_source.html#l00072">Feature.h:72</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1FeatureCollections_html_aa4498d1c8516bc86cee59c0bbfd4d59d"><div class="ttname"><a href="classripple_1_1detail_1_1FeatureCollections.html#aa4498d1c8516bc86cee59c0bbfd4d59d">ripple::detail::FeatureCollections::featureToBitsetIndex</a></div><div class="ttdeci">std::size_t featureToBitsetIndex(uint256 const &amp;f) const</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00061">Feature.cpp:61</a></div></div>
<div class="ttc" id="anamespaceripple_html_a63fcad85117109e07c65b9917cdc8aac"><div class="ttname"><a href="namespaceripple.html#a63fcad85117109e07c65b9917cdc8aac">ripple::featureFlow</a></div><div class="ttdeci">const uint256 featureFlow</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00159">Feature.cpp:159</a></div></div>
<div class="ttc" id="anamespaceripple_html_aefd2f77338ce3c9a2fffc4f0b289b483"><div class="ttname"><a href="namespaceripple.html#aefd2f77338ce3c9a2fffc4f0b289b483">ripple::LogicError</a></div><div class="ttdeci">void LogicError(std::string const &amp;how) noexcept</div><div class="ttdoc">Called when faulty logic causes a broken invariant.</div><div class="ttdef"><b>Definition:</b> <a href="contract_8cpp_source.html#l00050">contract.cpp:50</a></div></div>
<div class="ttc" id="anamespaceripple_html_a28da871aa8d28d28a444e1b3885065cf"><div class="ttname"><a href="namespaceripple.html#a28da871aa8d28d28a444e1b3885065cf">ripple::bitsetIndexToFeature</a></div><div class="ttdeci">uint256 bitsetIndexToFeature(size_t i)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00151">Feature.cpp:151</a></div></div>
<div class="ttc" id="anamespaceripple_html_a1728143f9320a061a084a5b9599a36a9"><div class="ttname"><a href="namespaceripple.html#a1728143f9320a061a084a5b9599a36a9">ripple::retiredFix1523</a></div><div class="ttdeci">const uint256 retiredFix1523</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00194">Feature.cpp:194</a></div></div>
<div class="ttc" id="anamespaceripple_html_a807ede3495796bd8a080803cc3605b9d"><div class="ttname"><a href="namespaceripple.html#a807ede3495796bd8a080803cc3605b9d">ripple::retiredFix1201</a></div><div class="ttdeci">const uint256 retiredFix1201</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00192">Feature.cpp:192</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_a641d0cd1ae7b4807024597224a33d57e"><div class="ttname"><a href="namespaceripple.html#a641d0cd1ae7b4807024597224a33d57e">ripple::featureOwnerPaysFee</a></div><div class="ttdeci">const uint256 featureOwnerPaysFee</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00158">Feature.cpp:158</a></div></div>
<div class="ttc" id="anamespaceripple_html_a6a671dcbd0f1cf19f9dc241e9c0d5904"><div class="ttname"><a href="namespaceripple.html#a6a671dcbd0f1cf19f9dc241e9c0d5904">ripple::retiredFix1512</a></div><div class="ttdeci">const uint256 retiredFix1512</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00193">Feature.cpp:193</a></div></div>
<div class="ttc" id="anamespaceripple_html_aceb75e0144de4950c33dedd1191de320"><div class="ttname"><a href="namespaceripple.html#aceb75e0144de4950c33dedd1191de320">ripple::fix1571</a></div><div class="ttdeci">const uint256 fix1571</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00166">Feature.cpp:166</a></div></div>
<div class="ttc" id="anamespaceripple_html_a2cb56a55020f266d207ee04d66cc97ae"><div class="ttname"><a href="namespaceripple.html#a2cb56a55020f266d207ee04d66cc97ae">ripple::featureFlowCross</a></div><div class="ttdeci">const uint256 featureFlowCross</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00161">Feature.cpp:161</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1FeatureCollections_html_a375b42fc5fcf83dee6591f2cd782e6e5"><div class="ttname"><a href="classripple_1_1detail_1_1FeatureCollections.html#a375b42fc5fcf83dee6591f2cd782e6e5">ripple::detail::FeatureCollections::numFeatures</a></div><div class="ttdeci">static constexpr std::size_t numFeatures()</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8h_source.html#l00123">Feature.h:123</a></div></div>
<div class="ttc" id="anamespaceripple_html_a861d92d077665813aa32ad566b4b21fa"><div class="ttname"><a href="namespaceripple.html#a861d92d077665813aa32ad566b4b21fa">ripple::getRegisteredFeature</a></div><div class="ttdeci">boost::optional&lt; uint256 &gt; getRegisteredFeature(std::string const &amp;name)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00141">Feature.cpp:141</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1FeatureCollections_html_aeff84377acc2f452bd362d6ddeb80a15"><div class="ttname"><a href="classripple_1_1detail_1_1FeatureCollections.html#aeff84377acc2f452bd362d6ddeb80a15">ripple::detail::FeatureCollections::nameToFeature</a></div><div class="ttdeci">boost::container::flat_map&lt; std::string, uint256 &gt; nameToFeature</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8h_source.html#l00118">Feature.h:118</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>