mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 03:55:53 +00:00
deploy: afc05659ed
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.5"/>
|
||||
<meta name="generator" content="Doxygen 1.9.8"/>
|
||||
<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"/>
|
||||
@@ -29,7 +29,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.5 -->
|
||||
<!-- Generated by Doxygen 1.9.8 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
@@ -46,6 +46,11 @@ $(function() {
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(document).ready(function() { init_codefold(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<!-- window showing the filter options -->
|
||||
<div id="MSearchSelectWindow"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
@@ -119,6 +124,7 @@ $(function() {
|
||||
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceripple.html">ripple</a> {</div>
|
||||
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div>
|
||||
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span><span class="keyword">inline</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
|
||||
<div class="foldopen" id="foldopen00044" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="namespaceripple.html#a7f497dcb1c3e98dd745e3278eafc5342"> 44</a></span><a class="code hl_function" href="namespaceripple.html#a7f497dcb1c3e98dd745e3278eafc5342">hash_value</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">ripple::uint256</a> <span class="keyword">const</span>& feature)</div>
|
||||
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span>{</div>
|
||||
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> seed = 0;</div>
|
||||
@@ -127,6 +133,7 @@ $(function() {
|
||||
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> hash_combine(seed, n);</div>
|
||||
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <span class="keywordflow">return</span> seed;</div>
|
||||
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> </div>
|
||||
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span><span class="keyword">namespace </span>{</div>
|
||||
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> </div>
|
||||
@@ -307,7 +314,7 @@ $(function() {
|
||||
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> Feature <span class="keyword">const</span>* feature = getByName(name);</div>
|
||||
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> <span class="keywordflow">if</span> (feature)</div>
|
||||
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> <span class="keywordflow">return</span> feature->feature;</div>
|
||||
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> <span class="keywordflow">return</span> std::nullopt;</div>
|
||||
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> <span class="keywordflow">return</span> <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::nullopt</a>;</div>
|
||||
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span>}</div>
|
||||
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> </div>
|
||||
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span><span class="keywordtype">void</span></div>
|
||||
@@ -417,105 +424,127 @@ $(function() {
|
||||
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span>} <span class="comment">// namespace</span></div>
|
||||
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span> </div>
|
||||
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map<std::string, AmendmentSupport></a> <span class="keyword">const</span>&</div>
|
||||
<div class="foldopen" id="foldopen00351" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"><a class="line" href="namespaceripple.html#a7bd0d2a0e51e2826e5e588e30886f204"> 351</a></span><a class="code hl_function" href="namespaceripple.html#a7bd0d2a0e51e2826e5e588e30886f204">allAmendments</a>()</div>
|
||||
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span>{</div>
|
||||
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span> <span class="keywordflow">return</span> featureCollections.allAmendments();</div>
|
||||
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span> </div>
|
||||
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map<std::string, VoteBehavior></a> <span class="keyword">const</span>&</div>
|
||||
<div class="foldopen" id="foldopen00360" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"><a class="line" href="namespaceripple_1_1detail.html#aa306c03c39352f8b30c6fbde3fe972f3"> 360</a></span><a class="code hl_function" href="namespaceripple_1_1detail.html#aa306c03c39352f8b30c6fbde3fe972f3">detail::supportedAmendments</a>()</div>
|
||||
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span>{</div>
|
||||
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span> <span class="keywordflow">return</span> featureCollections.supportedAmendments();</div>
|
||||
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span> </div>
|
||||
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
|
||||
<div class="foldopen" id="foldopen00367" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"><a class="line" href="namespaceripple_1_1detail.html#a907b165d0a3ebb3ce0a2f1c64c50e107"> 367</a></span><a class="code hl_function" href="namespaceripple_1_1detail.html#a907b165d0a3ebb3ce0a2f1c64c50e107">detail::numDownVotedAmendments</a>()</div>
|
||||
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span>{</div>
|
||||
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span> <span class="keywordflow">return</span> featureCollections.numDownVotedAmendments();</div>
|
||||
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span> </div>
|
||||
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
|
||||
<div class="foldopen" id="foldopen00374" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"><a class="line" href="namespaceripple_1_1detail.html#a48573a366f17fd2a6294905c3cb4a29e"> 374</a></span><a class="code hl_function" href="namespaceripple_1_1detail.html#a48573a366f17fd2a6294905c3cb4a29e">detail::numUpVotedAmendments</a>()</div>
|
||||
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span>{</div>
|
||||
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> <span class="keywordflow">return</span> featureCollections.numUpVotedAmendments();</div>
|
||||
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> </div>
|
||||
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span><span class="comment">//------------------------------------------------------------------------------</span></div>
|
||||
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> </div>
|
||||
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<uint256></a></div>
|
||||
<div class="foldopen" id="foldopen00382" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"><a class="line" href="namespaceripple.html#aa3339c924836be74a553eb0fd5966a3c"> 382</a></span><a class="code hl_function" href="namespaceripple.html#aa3339c924836be74a553eb0fd5966a3c">getRegisteredFeature</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>& name)</div>
|
||||
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span>{</div>
|
||||
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span> <span class="keywordflow">return</span> featureCollections.getRegisteredFeature(name);</div>
|
||||
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span> </div>
|
||||
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span><a class="code hl_typedef" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
|
||||
<div class="foldopen" id="foldopen00388" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"><a class="line" href="namespaceripple.html#a409262339843a2785f29845c7ec5c7f9"> 388</a></span><a class="code hl_function" href="namespaceripple.html#a409262339843a2785f29845c7ec5c7f9">registerFeature</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>& name, <a class="code hl_enumvalue" href="namespaceripple.html#a3330933c50c449b7830586d1450da8f5aeaa4dc5078017a5c5bebf383ab6f5124">Supported</a> support, <a class="code hl_enumeration" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6">VoteBehavior</a> vote)</div>
|
||||
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span>{</div>
|
||||
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span> <span class="keywordflow">return</span> featureCollections.registerFeature(name, support, vote);</div>
|
||||
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"> 391</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"> 392</span> </div>
|
||||
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span><span class="comment">// Retired features are in the ledger and have no code controlled by the</span></div>
|
||||
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span><span class="comment">// feature. They need to be supported, but do not need to be voted on.</span></div>
|
||||
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span><a class="code hl_typedef" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
|
||||
<div class="foldopen" id="foldopen00396" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"><a class="line" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037"> 396</a></span><a class="code hl_function" href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">retireFeature</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>& name)</div>
|
||||
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span>{</div>
|
||||
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespaceripple.html#a409262339843a2785f29845c7ec5c7f9">registerFeature</a>(name, Supported::yes, <a class="code hl_enumvalue" href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6aec30c235d0eb792797af1aa1d11759a7">VoteBehavior::Obsolete</a>);</div>
|
||||
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span> </div>
|
||||
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"> 402</span><span class="keywordtype">bool</span></div>
|
||||
<div class="foldopen" id="foldopen00403" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac52a0eb5ca3e6aec7bc695eb44ed1ab8"> 403</a></span><a class="code hl_function" href="namespaceripple.html#ac52a0eb5ca3e6aec7bc695eb44ed1ab8">registrationIsDone</a>()</div>
|
||||
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"> 404</span>{</div>
|
||||
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"> 405</span> <span class="keywordflow">return</span> featureCollections.registrationIsDone();</div>
|
||||
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span> </div>
|
||||
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"> 408</span><span class="keywordtype">size_t</span></div>
|
||||
<div class="foldopen" id="foldopen00409" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"><a class="line" href="namespaceripple.html#a7829716dab9950c88863168cc8731870"> 409</a></span><a class="code hl_function" href="namespaceripple.html#a7829716dab9950c88863168cc8731870">featureToBitsetIndex</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& f)</div>
|
||||
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"> 410</span>{</div>
|
||||
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"> 411</span> <span class="keywordflow">return</span> featureCollections.featureToBitsetIndex(f);</div>
|
||||
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span> </div>
|
||||
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span><a class="code hl_typedef" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
|
||||
<div class="foldopen" id="foldopen00415" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"><a class="line" href="namespaceripple.html#a28da871aa8d28d28a444e1b3885065cf"> 415</a></span><a class="code hl_function" href="namespaceripple.html#a28da871aa8d28d28a444e1b3885065cf">bitsetIndexToFeature</a>(<span class="keywordtype">size_t</span> i)</div>
|
||||
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"> 416</span>{</div>
|
||||
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"> 417</span> <span class="keywordflow">return</span> featureCollections.bitsetIndexToFeature(i);</div>
|
||||
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"> 418</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"> 419</span> </div>
|
||||
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"> 420</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div>
|
||||
<div class="foldopen" id="foldopen00421" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"><a class="line" href="namespaceripple.html#aa00e870074854cb15cc1d91427e47bec"> 421</a></span><a class="code hl_function" href="namespaceripple.html#aa00e870074854cb15cc1d91427e47bec">featureToName</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& f)</div>
|
||||
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span>{</div>
|
||||
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"> 423</span> <span class="keywordflow">return</span> featureCollections.featureToName(f);</div>
|
||||
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"> 424</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"> 425</span> </div>
|
||||
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"> 426</span><span class="comment">// All known amendments must be registered either here or below with the</span></div>
|
||||
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"> 427</span><span class="comment">// "retired" amendments</span></div>
|
||||
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"> 428</span> </div>
|
||||
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"> 429</span><span class="preprocessor">#pragma push_macro("XRPL_FEATURE"</span>)</div>
|
||||
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"> 429</span><span class="preprocessor">#pragma push_macro("XRPL_FEATURE")</span></div>
|
||||
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span><span class="preprocessor">#undef XRPL_FEATURE</span></div>
|
||||
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"> 431</span><span class="preprocessor">#pragma push_macro("XRPL_FIX"</span>)</div>
|
||||
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"> 431</span><span class="preprocessor">#pragma push_macro("XRPL_FIX")</span></div>
|
||||
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"> 432</span><span class="preprocessor">#undef XRPL_FIX</span></div>
|
||||
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span><span class="preprocessor">#pragma push_macro("XRPL_RETIRE"</span>)</div>
|
||||
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span><span class="preprocessor">#pragma push_macro("XRPL_RETIRE")</span></div>
|
||||
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno"> 434</span><span class="preprocessor">#undef XRPL_RETIRE</span></div>
|
||||
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno"> 435</span> </div>
|
||||
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"> 436</span><span class="preprocessor">#define XRPL_FEATURE(name, supported, vote) \</span></div>
|
||||
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"> 437</span><span class="preprocessor"> uint256 const feature##name = registerFeature(#name, supported, vote);</span></div>
|
||||
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"> 438</span><span class="preprocessor">#define XRPL_FIX(name, supported, vote) \</span></div>
|
||||
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"> 439</span><span class="preprocessor"> uint256 const fix##name = registerFeature("fix"</span> #name, supported, vote);</div>
|
||||
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"> 439</span><span class="preprocessor"> uint256 const fix##name = registerFeature("fix" #name, supported, vote);</span></div>
|
||||
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"> 440</span> </div>
|
||||
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span><span class="comment">// clang-format off</span></div>
|
||||
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno"> 442</span><span class="preprocessor">#define XRPL_RETIRE(name) \</span></div>
|
||||
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"> 443</span><span class="preprocessor"> [[deprecated("The referenced amendment has been retired"</span>)]] \</div>
|
||||
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"> 444</span> [[maybe_unused]] \</div>
|
||||
<div class="line"><a id="l00445" name="l00445"></a><span class="lineno"> 445</span> uint256 const retired##name = retireFeature(#name);</div>
|
||||
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"> 443</span><span class="preprocessor"> [[deprecated("The referenced amendment has been retired")]] \</span></div>
|
||||
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"> 444</span><span class="preprocessor"> [[maybe_unused]] \</span></div>
|
||||
<div class="line"><a id="l00445" name="l00445"></a><span class="lineno"> 445</span><span class="preprocessor"> uint256 const retired##name = retireFeature(#name);</span></div>
|
||||
<div class="line"><a id="l00446" name="l00446"></a><span class="lineno"> 446</span><span class="comment">// clang-format on</span></div>
|
||||
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"> 447</span> </div>
|
||||
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"> 448</span><span class="preprocessor">#include <xrpl/protocol/detail/features.macro></span></div>
|
||||
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"> 449</span> </div>
|
||||
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span><span class="preprocessor">#undef XRPL_RETIRE</span></div>
|
||||
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"> 451</span><span class="preprocessor">#pragma pop_macro("XRPL_RETIRE"</span>)</div>
|
||||
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"> 451</span><span class="preprocessor">#pragma pop_macro("XRPL_RETIRE")</span></div>
|
||||
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"> 452</span><span class="preprocessor">#undef XRPL_FIX</span></div>
|
||||
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"> 453</span><span class="preprocessor">#pragma pop_macro("XRPL_FIX"</span>)</div>
|
||||
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"> 453</span><span class="preprocessor">#pragma pop_macro("XRPL_FIX")</span></div>
|
||||
<div class="line"><a id="l00454" name="l00454"></a><span class="lineno"> 454</span><span class="preprocessor">#undef XRPL_FEATURE</span></div>
|
||||
<div class="line"><a id="l00455" name="l00455"></a><span class="lineno"> 455</span><span class="preprocessor">#pragma pop_macro("XRPL_FEATURE"</span>)</div>
|
||||
<div class="line"><a id="l00455" name="l00455"></a><span class="lineno"> 455</span><span class="preprocessor">#pragma pop_macro("XRPL_FEATURE")</span></div>
|
||||
<div class="line"><a id="l00456" name="l00456"></a><span class="lineno"> 456</span> </div>
|
||||
<div class="line"><a id="l00457" name="l00457"></a><span class="lineno"> 457</span><span class="comment">// All of the features should now be registered, since variables in a cpp file</span></div>
|
||||
<div class="line"><a id="l00458" name="l00458"></a><span class="lineno"> 458</span><span class="comment">// are initialized from top to bottom.</span></div>
|
||||
@@ -531,39 +560,40 @@ $(function() {
|
||||
<div class="ttc" id="aclassripple_1_1base__uint_html"><div class="ttname"><a href="classripple_1_1base__uint.html">ripple::base_uint< 256 ></a></div></div>
|
||||
<div class="ttc" id="acstddef_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cstddef.html">cstddef</a></div></div>
|
||||
<div class="ttc" id="adata_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string/data.html">std::string::data</a></div><div class="ttdeci">T data(T... args)</div></div>
|
||||
<div class="ttc" id="ais_same_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/is_same.html">std::is_same_v</a></div><div class="ttdeci">T is_same_v</div></div>
|
||||
<div class="ttc" id="aload_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/atomic/atomic/load.html">std::atomic::load</a></div><div class="ttdeci">T load(T... args)</div></div>
|
||||
<div class="ttc" id="amap_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/map.html">map</a></div></div>
|
||||
<div class="ttc" id="anamespaceJson_html_af3b5e4579dafe6a4a496663e541bfebc"><div class="ttname"><a href="namespaceJson.html#af3b5e4579dafe6a4a496663e541bfebc">Json::check</a></div><div class="ttdeci">void check(bool condition, std::string const &message)</div><div class="ttdef"><b>Definition:</b> <a href="json_2Writer_8h_source.html#l00253">json/Writer.h:253</a></div></div>
|
||||
<div class="ttc" id="anamespaceboost_html"><div class="ttname"><a href="namespaceboost.html">boost</a></div><div class="ttdef"><b>Definition:</b> <a href="IPAddress_8h_source.html#l00101">IPAddress.h:101</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1detail_html_a21f3cf18de89d49823e064f09526cb5f"><div class="ttname"><a href="namespaceripple_1_1detail.html#a21f3cf18de89d49823e064f09526cb5f">ripple::detail::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#l00111">Feature.h:111</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1detail_html_a48573a366f17fd2a6294905c3cb4a29e"><div class="ttname"><a href="namespaceripple_1_1detail.html#a48573a366f17fd2a6294905c3cb4a29e">ripple::detail::numUpVotedAmendments</a></div><div class="ttdeci">std::size_t numUpVotedAmendments()</div><div class="ttdoc">Amendments that this server will vote for by default.</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00374">Feature.cpp:374</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1detail_html_a907b165d0a3ebb3ce0a2f1c64c50e107"><div class="ttname"><a href="namespaceripple_1_1detail.html#a907b165d0a3ebb3ce0a2f1c64c50e107">ripple::detail::numDownVotedAmendments</a></div><div class="ttdeci">std::size_t numDownVotedAmendments()</div><div class="ttdoc">Amendments that this server won't vote for by default.</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00367">Feature.cpp:367</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1detail_html_aa306c03c39352f8b30c6fbde3fe972f3"><div class="ttname"><a href="namespaceripple_1_1detail.html#aa306c03c39352f8b30c6fbde3fe972f3">ripple::detail::supportedAmendments</a></div><div class="ttdeci">std::map< std::string, VoteBehavior > const & supportedAmendments()</div><div class="ttdoc">Amendments that this server supports and the default voting behavior.</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00360">Feature.cpp:360</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="algorithm_8h_source.html#l00025">algorithm.h:25</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#l00415">Feature.cpp:415</a></div></div>
|
||||
<div class="ttc" id="anamespaceJson_html_af3b5e4579dafe6a4a496663e541bfebc"><div class="ttname"><a href="namespaceJson.html#af3b5e4579dafe6a4a496663e541bfebc">Json::check</a></div><div class="ttdeci">void check(bool condition, std::string const &message)</div><div class="ttdef"><b>Definition</b> <a href="json_2Writer_8h_source.html#l00253">json/Writer.h:253</a></div></div>
|
||||
<div class="ttc" id="anamespaceboost_html"><div class="ttname"><a href="namespaceboost.html">boost</a></div><div class="ttdef"><b>Definition</b> <a href="IPAddress_8h_source.html#l00101">IPAddress.h:101</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1detail_html_a21f3cf18de89d49823e064f09526cb5f"><div class="ttname"><a href="namespaceripple_1_1detail.html#a21f3cf18de89d49823e064f09526cb5f">ripple::detail::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#l00111">Feature.h:111</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1detail_html_a48573a366f17fd2a6294905c3cb4a29e"><div class="ttname"><a href="namespaceripple_1_1detail.html#a48573a366f17fd2a6294905c3cb4a29e">ripple::detail::numUpVotedAmendments</a></div><div class="ttdeci">std::size_t numUpVotedAmendments()</div><div class="ttdoc">Amendments that this server will vote for by default.</div><div class="ttdef"><b>Definition</b> <a href="Feature_8cpp_source.html#l00374">Feature.cpp:374</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1detail_html_a907b165d0a3ebb3ce0a2f1c64c50e107"><div class="ttname"><a href="namespaceripple_1_1detail.html#a907b165d0a3ebb3ce0a2f1c64c50e107">ripple::detail::numDownVotedAmendments</a></div><div class="ttdeci">std::size_t numDownVotedAmendments()</div><div class="ttdoc">Amendments that this server won't vote for by default.</div><div class="ttdef"><b>Definition</b> <a href="Feature_8cpp_source.html#l00367">Feature.cpp:367</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1detail_html_aa306c03c39352f8b30c6fbde3fe972f3"><div class="ttname"><a href="namespaceripple_1_1detail.html#aa306c03c39352f8b30c6fbde3fe972f3">ripple::detail::supportedAmendments</a></div><div class="ttdeci">std::map< std::string, VoteBehavior > const & supportedAmendments()</div><div class="ttdoc">Amendments that this server supports and the default voting behavior.</div><div class="ttdef"><b>Definition</b> <a href="Feature_8cpp_source.html#l00360">Feature.cpp:360</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="algorithm_8h_source.html#l00025">algorithm.h:25</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#l00415">Feature.cpp:415</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a3330933c50c449b7830586d1450da8f5ab4080bdf74febf04d578ff105cce9d3f"><div class="ttname"><a href="namespaceripple.html#a3330933c50c449b7830586d1450da8f5ab4080bdf74febf04d578ff105cce9d3f">ripple::AmendmentSupport::Unsupported</a></div><div class="ttdeci">@ Unsupported</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a3330933c50c449b7830586d1450da8f5ad109ac74df282488efd1dd7621a847d2"><div class="ttname"><a href="namespaceripple.html#a3330933c50c449b7830586d1450da8f5ad109ac74df282488efd1dd7621a847d2">ripple::AmendmentSupport::Retired</a></div><div class="ttdeci">@ Retired</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a3330933c50c449b7830586d1450da8f5aeaa4dc5078017a5c5bebf383ab6f5124"><div class="ttname"><a href="namespaceripple.html#a3330933c50c449b7830586d1450da8f5aeaa4dc5078017a5c5bebf383ab6f5124">ripple::AmendmentSupport::Supported</a></div><div class="ttdeci">@ Supported</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a356c68147333a9a48a344718038576d9"><div class="ttname"><a href="namespaceripple.html#a356c68147333a9a48a344718038576d9">ripple::uint256</a></div><div class="ttdeci">base_uint< 256 > uint256</div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00558">base_uint.h:558</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a409262339843a2785f29845c7ec5c7f9"><div class="ttname"><a href="namespaceripple.html#a409262339843a2785f29845c7ec5c7f9">ripple::registerFeature</a></div><div class="ttdeci">uint256 registerFeature(std::string const &name, Supported support, VoteBehavior vote)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00388">Feature.cpp:388</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 &f)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00409">Feature.cpp:409</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a786c40cb27211e1704047accb2ca26bda1e5e1f9aa3cae812e41b2cf743bcfec0"><div class="ttname"><a href="namespaceripple.html#a786c40cb27211e1704047accb2ca26bda1e5e1f9aa3cae812e41b2cf743bcfec0">ripple::no</a></div><div class="ttdeci">@ no</div><div class="ttdef"><b>Definition:</b> <a href="Steps_8h_source.html#l00045">Steps.h:45</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a786c40cb27211e1704047accb2ca26bda1f50dcfdaa21158935cd0b5ea204fa2b"><div class="ttname"><a href="namespaceripple.html#a786c40cb27211e1704047accb2ca26bda1f50dcfdaa21158935cd0b5ea204fa2b">ripple::yes</a></div><div class="ttdeci">@ yes</div><div class="ttdef"><b>Definition:</b> <a href="Steps_8h_source.html#l00045">Steps.h:45</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a7bd0d2a0e51e2826e5e588e30886f204"><div class="ttname"><a href="namespaceripple.html#a7bd0d2a0e51e2826e5e588e30886f204">ripple::allAmendments</a></div><div class="ttdeci">std::map< std::string, AmendmentSupport > const & allAmendments()</div><div class="ttdoc">All amendments libxrpl knows about.</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00351">Feature.cpp:351</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a7f497dcb1c3e98dd745e3278eafc5342"><div class="ttname"><a href="namespaceripple.html#a7f497dcb1c3e98dd745e3278eafc5342">ripple::hash_value</a></div><div class="ttdeci">std::size_t hash_value(ripple::uint256 const &feature)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00044">Feature.cpp:44</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a356c68147333a9a48a344718038576d9"><div class="ttname"><a href="namespaceripple.html#a356c68147333a9a48a344718038576d9">ripple::uint256</a></div><div class="ttdeci">base_uint< 256 > uint256</div><div class="ttdef"><b>Definition</b> <a href="base__uint_8h_source.html#l00558">base_uint.h:558</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a409262339843a2785f29845c7ec5c7f9"><div class="ttname"><a href="namespaceripple.html#a409262339843a2785f29845c7ec5c7f9">ripple::registerFeature</a></div><div class="ttdeci">uint256 registerFeature(std::string const &name, Supported support, VoteBehavior vote)</div><div class="ttdef"><b>Definition</b> <a href="Feature_8cpp_source.html#l00388">Feature.cpp:388</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 &f)</div><div class="ttdef"><b>Definition</b> <a href="Feature_8cpp_source.html#l00409">Feature.cpp:409</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a786c40cb27211e1704047accb2ca26bda1e5e1f9aa3cae812e41b2cf743bcfec0"><div class="ttname"><a href="namespaceripple.html#a786c40cb27211e1704047accb2ca26bda1e5e1f9aa3cae812e41b2cf743bcfec0">ripple::no</a></div><div class="ttdeci">@ no</div><div class="ttdef"><b>Definition</b> <a href="Steps_8h_source.html#l00045">Steps.h:45</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a786c40cb27211e1704047accb2ca26bda1f50dcfdaa21158935cd0b5ea204fa2b"><div class="ttname"><a href="namespaceripple.html#a786c40cb27211e1704047accb2ca26bda1f50dcfdaa21158935cd0b5ea204fa2b">ripple::yes</a></div><div class="ttdeci">@ yes</div><div class="ttdef"><b>Definition</b> <a href="Steps_8h_source.html#l00045">Steps.h:45</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a7bd0d2a0e51e2826e5e588e30886f204"><div class="ttname"><a href="namespaceripple.html#a7bd0d2a0e51e2826e5e588e30886f204">ripple::allAmendments</a></div><div class="ttdeci">std::map< std::string, AmendmentSupport > const & allAmendments()</div><div class="ttdoc">All amendments libxrpl knows about.</div><div class="ttdef"><b>Definition</b> <a href="Feature_8cpp_source.html#l00351">Feature.cpp:351</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a7f497dcb1c3e98dd745e3278eafc5342"><div class="ttname"><a href="namespaceripple.html#a7f497dcb1c3e98dd745e3278eafc5342">ripple::hash_value</a></div><div class="ttdeci">std::size_t hash_value(ripple::uint256 const &feature)</div><div class="ttdef"><b>Definition</b> <a href="Feature_8cpp_source.html#l00044">Feature.cpp:44</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a7ffb3f54d739bb8f967d695f08fb66ccaa181a603769c1f98ad927e7367c7aa51"><div class="ttname"><a href="namespaceripple.html#a7ffb3f54d739bb8f967d695f08fb66ccaa181a603769c1f98ad927e7367c7aa51">ripple::TxSearched::all</a></div><div class="ttdeci">@ all</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a8c231e0a6ac493297e442e8e99af8037"><div class="ttname"><a href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">ripple::retireFeature</a></div><div class="ttdeci">uint256 retireFeature(std::string const &name)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00396">Feature.cpp:396</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa00e870074854cb15cc1d91427e47bec"><div class="ttname"><a href="namespaceripple.html#aa00e870074854cb15cc1d91427e47bec">ripple::featureToName</a></div><div class="ttdeci">std::string featureToName(uint256 const &f)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00421">Feature.cpp:421</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa3339c924836be74a553eb0fd5966a3c"><div class="ttname"><a href="namespaceripple.html#aa3339c924836be74a553eb0fd5966a3c">ripple::getRegisteredFeature</a></div><div class="ttdeci">std::optional< uint256 > getRegisteredFeature(std::string const &name)</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00382">Feature.cpp:382</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa5778f9faa15e3677dcda7975d9db7c6"><div class="ttname"><a href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6">ripple::VoteBehavior</a></div><div class="ttdeci">VoteBehavior</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8h_source.html#l00087">Feature.h:87</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a8c231e0a6ac493297e442e8e99af8037"><div class="ttname"><a href="namespaceripple.html#a8c231e0a6ac493297e442e8e99af8037">ripple::retireFeature</a></div><div class="ttdeci">uint256 retireFeature(std::string const &name)</div><div class="ttdef"><b>Definition</b> <a href="Feature_8cpp_source.html#l00396">Feature.cpp:396</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa00e870074854cb15cc1d91427e47bec"><div class="ttname"><a href="namespaceripple.html#aa00e870074854cb15cc1d91427e47bec">ripple::featureToName</a></div><div class="ttdeci">std::string featureToName(uint256 const &f)</div><div class="ttdef"><b>Definition</b> <a href="Feature_8cpp_source.html#l00421">Feature.cpp:421</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa3339c924836be74a553eb0fd5966a3c"><div class="ttname"><a href="namespaceripple.html#aa3339c924836be74a553eb0fd5966a3c">ripple::getRegisteredFeature</a></div><div class="ttdeci">std::optional< uint256 > getRegisteredFeature(std::string const &name)</div><div class="ttdef"><b>Definition</b> <a href="Feature_8cpp_source.html#l00382">Feature.cpp:382</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa5778f9faa15e3677dcda7975d9db7c6"><div class="ttname"><a href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6">ripple::VoteBehavior</a></div><div class="ttdeci">VoteBehavior</div><div class="ttdef"><b>Definition</b> <a href="Feature_8h_source.html#l00087">Feature.h:87</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498"><div class="ttname"><a href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a3fcbd083035206240ef4d4488ac18498">ripple::VoteBehavior::DefaultNo</a></div><div class="ttdeci">@ DefaultNo</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf"><div class="ttname"><a href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6a7edd41da231424c2a5df0cffd15af6bf">ripple::VoteBehavior::DefaultYes</a></div><div class="ttdeci">@ DefaultYes</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa5778f9faa15e3677dcda7975d9db7c6aec30c235d0eb792797af1aa1d11759a7"><div class="ttname"><a href="namespaceripple.html#aa5778f9faa15e3677dcda7975d9db7c6aec30c235d0eb792797af1aa1d11759a7">ripple::VoteBehavior::Obsolete</a></div><div class="ttdeci">@ Obsolete</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ac124fe6744b7fe887dec949b56b16d50"><div class="ttname"><a href="namespaceripple.html#ac124fe6744b7fe887dec949b56b16d50">ripple::to_string</a></div><div class="ttdeci">std::string to_string(base_uint< Bits, Tag > const &a)</div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00630">base_uint.h:630</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ac52a0eb5ca3e6aec7bc695eb44ed1ab8"><div class="ttname"><a href="namespaceripple.html#ac52a0eb5ca3e6aec7bc695eb44ed1ab8">ripple::registrationIsDone</a></div><div class="ttdeci">bool registrationIsDone()</div><div class="ttdoc">Tell FeatureCollections when registration is complete.</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00403">Feature.cpp:403</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ae3f5bc352766a1a8dbf5270eb7dbc2e7"><div class="ttname"><a href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">ripple::sha512Half</a></div><div class="ttdeci">sha512_half_hasher::result_type sha512Half(Args const &... args)</div><div class="ttdoc">Returns the SHA512-Half of a series of objects.</div><div class="ttdef"><b>Definition:</b> <a href="digest_8h_source.html#l00224">digest.h:224</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ae898d2883c4703f837647d90acd7c2d5"><div class="ttname"><a href="namespaceripple.html#ae898d2883c4703f837647d90acd7c2d5">ripple::readOnlySet</a></div><div class="ttdeci">static bool const readOnlySet</div><div class="ttdef"><b>Definition:</b> <a href="Feature_8cpp_source.html#l00462">Feature.cpp:462</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 &how) noexcept</div><div class="ttdoc">Called when faulty logic causes a broken invariant.</div><div class="ttdef"><b>Definition:</b> <a href="libxrpl_2basics_2contract_8cpp_source.html#l00037">libxrpl/basics/contract.cpp:37</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ac124fe6744b7fe887dec949b56b16d50"><div class="ttname"><a href="namespaceripple.html#ac124fe6744b7fe887dec949b56b16d50">ripple::to_string</a></div><div class="ttdeci">std::string to_string(base_uint< Bits, Tag > const &a)</div><div class="ttdef"><b>Definition</b> <a href="base__uint_8h_source.html#l00630">base_uint.h:630</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ac52a0eb5ca3e6aec7bc695eb44ed1ab8"><div class="ttname"><a href="namespaceripple.html#ac52a0eb5ca3e6aec7bc695eb44ed1ab8">ripple::registrationIsDone</a></div><div class="ttdeci">bool registrationIsDone()</div><div class="ttdoc">Tell FeatureCollections when registration is complete.</div><div class="ttdef"><b>Definition</b> <a href="Feature_8cpp_source.html#l00403">Feature.cpp:403</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ae3f5bc352766a1a8dbf5270eb7dbc2e7"><div class="ttname"><a href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">ripple::sha512Half</a></div><div class="ttdeci">sha512_half_hasher::result_type sha512Half(Args const &... args)</div><div class="ttdoc">Returns the SHA512-Half of a series of objects.</div><div class="ttdef"><b>Definition</b> <a href="digest_8h_source.html#l00224">digest.h:224</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ae898d2883c4703f837647d90acd7c2d5"><div class="ttname"><a href="namespaceripple.html#ae898d2883c4703f837647d90acd7c2d5">ripple::readOnlySet</a></div><div class="ttdeci">static bool const readOnlySet</div><div class="ttdef"><b>Definition</b> <a href="Feature_8cpp_source.html#l00462">Feature.cpp:462</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 &how) noexcept</div><div class="ttdoc">Called when faulty logic causes a broken invariant.</div><div class="ttdef"><b>Definition</b> <a href="libxrpl_2basics_2contract_8cpp_source.html#l00037">libxrpl/basics/contract.cpp:37</a></div></div>
|
||||
<div class="ttc" id="aoptional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/optional.html">optional</a></div></div>
|
||||
<div class="ttc" id="asize_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string/size.html">std::string::size</a></div><div class="ttdeci">T size(T... args)</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>
|
||||
@@ -571,7 +601,7 @@ $(function() {
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5
|
||||
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user