This commit is contained in:
bthomee
2025-08-19 09:49:50 -07:00
parent bb5efdeec8
commit e7f4ae8bed
14888 changed files with 259444 additions and 168566 deletions

View File

@@ -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: ServerInfo.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&amp;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&amp;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()"
@@ -116,6 +121,7 @@ $(function() {
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> </div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="keyword">namespace </span>detail {</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> </div>
<div class="foldopen" id="foldopen00041" data-start="{" data-end="};">
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ServerDefinitions.html"> 41</a></span><span class="keyword">class </span><a class="code hl_class" href="classripple_1_1detail_1_1ServerDefinitions.html">ServerDefinitions</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">private</span>:</div>
@@ -130,19 +136,25 @@ $(function() {
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <a class="code hl_function" href="classripple_1_1detail_1_1ServerDefinitions.html#a1ab6f7515c69a0efce5b6fa0c5926862">ServerDefinitions</a>();</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> </div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <span class="keywordtype">bool</span></div>
<div class="foldopen" id="foldopen00055" data-start="{" data-end="}">
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ServerDefinitions.html#a1fb6da6b359dec609ac69572edf22097"> 55</a></span> <a class="code hl_function" href="classripple_1_1detail_1_1ServerDefinitions.html#a1fb6da6b359dec609ac69572edf22097">hashMatches</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> hash)<span class="keyword"> const</span></div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1detail_1_1ServerDefinitions.html#aacf0b129ffbb4d0839a8251bb4152dfc">defsHash_</a> == hash;</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> }</div>
</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> </div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a> <span class="keyword">const</span>&amp;</div>
<div class="foldopen" id="foldopen00061" data-start="{" data-end="}">
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ServerDefinitions.html#ab4b6dab798fdd0057a813cd90a11d789"> 61</a></span> <a class="code hl_function" href="classripple_1_1detail_1_1ServerDefinitions.html#ab4b6dab798fdd0057a813cd90a11d789">get</a>()<span class="keyword"> const</span></div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1detail_1_1ServerDefinitions.html#a52d475052cf5d5fb5e185333ea7112a0">defs_</a>;</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> }</div>
</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span>};</div>
</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> </div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</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="foldopen00068" data-start="{" data-end="}">
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ServerDefinitions.html#a15241e5c2a543b72790b6c33a1dac5b0"> 68</a></span><a class="code hl_function" href="classripple_1_1detail_1_1ServerDefinitions.html#a15241e5c2a543b72790b6c33a1dac5b0">ServerDefinitions::translate</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>&amp; inp)</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span>{</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <span class="keyword">auto</span> replace = [&amp;](<span class="keywordtype">char</span> <span class="keyword">const</span>* oldStr, <span class="keywordtype">char</span> <span class="keyword">const</span>* newStr) -&gt; <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> {</div>
@@ -205,7 +217,9 @@ $(function() {
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> }</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> <span class="keywordflow">return</span> <a class="code hl_enumvalue" href="namespaceripple.html#a7cc64e12723fbc9606d85442a2569fedac68271a63ddbc431c307beb7d2918275">out</a>;</div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span>};</div>
</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> </div>
<div class="foldopen" id="foldopen00131" data-start="{" data-end="}">
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1ServerDefinitions.html#a1ab6f7515c69a0efce5b6fa0c5926862"> 131</a></span><a class="code hl_function" href="classripple_1_1detail_1_1ServerDefinitions.html#a1ab6f7515c69a0efce5b6fa0c5926862">ServerDefinitions::ServerDefinitions</a>() : defs_{<a class="code hl_namespace" href="namespaceJson.html">Json</a>::objectValue}</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span>{</div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> <span class="comment">// populate SerializedTypeID names and values</span></div>
@@ -366,14 +380,16 @@ $(function() {
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span> <span class="comment">// generate hash</span></div>
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> {</div>
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span> <a class="code hl_enumvalue" href="namespaceripple.html#a7cc64e12723fbc9606d85442a2569fedac68271a63ddbc431c307beb7d2918275">out</a> = <a class="code hl_class" href="classJson_1_1FastWriter.html">Json::FastWriter</a>().<a class="code hl_function" href="classJson_1_1FastWriter.html#a92ff104ab09c35012a08e6769da040b4">write</a>(<a class="code hl_variable" href="classripple_1_1detail_1_1ServerDefinitions.html#a52d475052cf5d5fb5e185333ea7112a0">defs_</a>);</div>
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> <a class="code hl_variable" href="classripple_1_1detail_1_1ServerDefinitions.html#aacf0b129ffbb4d0839a8251bb4152dfc">defsHash_</a> = <a class="code hl_function" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">ripple::sha512Half</a>(<a class="code hl_class" href="classripple_1_1Slice.html">ripple::Slice</a>{<a class="code hl_enumvalue" href="namespaceripple.html#a7cc64e12723fbc9606d85442a2569fedac68271a63ddbc431c307beb7d2918275">out</a>.data(), <a class="code hl_enumvalue" href="namespaceripple.html#a7cc64e12723fbc9606d85442a2569fedac68271a63ddbc431c307beb7d2918275">out</a>.size()});</div>
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> <a class="code hl_variable" href="classripple_1_1detail_1_1ServerDefinitions.html#aacf0b129ffbb4d0839a8251bb4152dfc">defsHash_</a> = <a class="code hl_function" href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">ripple::sha512Half</a>(<a class="code hl_class" href="classripple_1_1Slice.html">ripple::Slice</a>{<a class="code hl_enumvalue" href="namespaceripple.html#a7cc64e12723fbc9606d85442a2569fedac68271a63ddbc431c307beb7d2918275">out</a>.<a class="code hl_function" href="classripple_1_1Slice.html#a86b04f444930887410acd22b367efc8c">data</a>(), <a class="code hl_enumvalue" href="namespaceripple.html#a7cc64e12723fbc9606d85442a2569fedac68271a63ddbc431c307beb7d2918275">out</a>.size()});</div>
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span> <a class="code hl_variable" href="classripple_1_1detail_1_1ServerDefinitions.html#a52d475052cf5d5fb5e185333ea7112a0">defs_</a>[jss::hash] = <a class="code hl_function" href="namespaceripple_1_1detail.html#a3410327039220be654fb0df46fc719e1">to_string</a>(<a class="code hl_variable" href="classripple_1_1detail_1_1ServerDefinitions.html#aacf0b129ffbb4d0839a8251bb4152dfc">defsHash_</a>);</div>
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span> }</div>
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span>}</div>
</div>
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span> </div>
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span>} <span class="comment">// namespace detail</span></div>
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span> </div>
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span><a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a></div>
<div class="foldopen" id="foldopen00299" data-start="{" data-end="}">
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"><a class="line" href="namespaceripple.html#a79272f777bc177cf4b82562b7b5da045"> 299</a></span><a class="code hl_function" href="namespaceripple.html#a79272f777bc177cf4b82562b7b5da045">doServerDefinitions</a>(<a class="code hl_struct" href="structripple_1_1RPC_1_1JsonContext.html">RPC::JsonContext</a>&amp; context)</div>
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span>{</div>
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span> <span class="keyword">auto</span>&amp; params = context.<a class="code hl_variable" href="structripple_1_1RPC_1_1JsonContext.html#a036b2c14552fbca49011c3d0e78017fa">params</a>;</div>
@@ -395,8 +411,10 @@ $(function() {
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> }</div>
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span> <span class="keywordflow">return</span> defs.<a class="code hl_function" href="classJson_1_1Value.html#acd7f7ba84f8aba84bce7b742c87ea8d6">get</a>();</div>
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span>}</div>
</div>
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span> </div>
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span><a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a></div>
<div class="foldopen" id="foldopen00322" data-start="{" data-end="}">
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"><a class="line" href="namespaceripple.html#a61c979819e5782b1373fed88a991377a"> 322</a></span><a class="code hl_function" href="namespaceripple.html#a61c979819e5782b1373fed88a991377a">doServerInfo</a>(<a class="code hl_struct" href="structripple_1_1RPC_1_1JsonContext.html">RPC::JsonContext</a>&amp; context)</div>
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span>{</div>
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a> ret(<a class="code hl_enumvalue" href="namespaceJson.html#a7d654b75c16a57007925868e38212b4eae8386dcfc36d1ae897745f7b4f77a1f6">Json::objectValue</a>);</div>
@@ -409,57 +427,59 @@ $(function() {
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span> </div>
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span>}</div>
</div>
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span> </div>
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span>} <span class="comment">// namespace ripple</span></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>
<div class="ttc" id="aclassJson_1_1FastWriter_html"><div class="ttname"><a href="classJson_1_1FastWriter.html">Json::FastWriter</a></div><div class="ttdoc">Outputs a Value in JSON format without formatting (not human friendly).</div><div class="ttdef"><b>Definition:</b> <a href="json__writer_8h_source.html#l00053">json_writer.h:54</a></div></div>
<div class="ttc" id="aclassJson_1_1FastWriter_html_a92ff104ab09c35012a08e6769da040b4"><div class="ttname"><a href="classJson_1_1FastWriter.html#a92ff104ab09c35012a08e6769da040b4">Json::FastWriter::write</a></div><div class="ttdeci">std::string write(Value const &amp;root) override</div><div class="ttdef"><b>Definition:</b> <a href="json__writer_8cpp_source.html#l00200">json_writer.cpp:200</a></div></div>
<div class="ttc" id="aclassJson_1_1Value_html"><div class="ttname"><a href="classJson_1_1Value.html">Json::Value</a></div><div class="ttdoc">Represents a JSON value.</div><div class="ttdef"><b>Definition:</b> <a href="json__value_8h_source.html#l00148">json_value.h:149</a></div></div>
<div class="ttc" id="aclassJson_1_1Value_html_ab693fb7b9b1595bb0adc49658bbf780d"><div class="ttname"><a href="classJson_1_1Value.html#ab693fb7b9b1595bb0adc49658bbf780d">Json::Value::asBool</a></div><div class="ttdeci">bool asBool() const</div><div class="ttdef"><b>Definition:</b> <a href="json__value_8cpp_source.html#l00632">json_value.cpp:632</a></div></div>
<div class="ttc" id="aclassJson_1_1Value_html_abfa90c81f6aee7877bd5fb4c8445994f"><div class="ttname"><a href="classJson_1_1Value.html#abfa90c81f6aee7877bd5fb4c8445994f">Json::Value::isMember</a></div><div class="ttdeci">bool isMember(char const *key) const</div><div class="ttdoc">Return true if the object has a member named key.</div><div class="ttdef"><b>Definition:</b> <a href="json__value_8cpp_source.html#l00962">json_value.cpp:962</a></div></div>
<div class="ttc" id="aclassJson_1_1Value_html_acd7f7ba84f8aba84bce7b742c87ea8d6"><div class="ttname"><a href="classJson_1_1Value.html#acd7f7ba84f8aba84bce7b742c87ea8d6">Json::Value::get</a></div><div class="ttdeci">Value get(UInt index, Value const &amp;defaultValue) const</div><div class="ttdoc">If the array contains at least index+1 elements, returns the element value, otherwise returns default...</div><div class="ttdef"><b>Definition:</b> <a href="json__value_8cpp_source.html#l00854">json_value.cpp:854</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerFormats_html_a5bdb783a850ee6f598b07577b4b5f7de"><div class="ttname"><a href="classripple_1_1LedgerFormats.html#a5bdb783a850ee6f598b07577b4b5f7de">ripple::LedgerFormats::getInstance</a></div><div class="ttdeci">static LedgerFormats const &amp; getInstance()</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8cpp_source.html#l00056">LedgerFormats.cpp:56</a></div></div>
<div class="ttc" id="aclassJson_1_1FastWriter_html"><div class="ttname"><a href="classJson_1_1FastWriter.html">Json::FastWriter</a></div><div class="ttdoc">Outputs a Value in JSON format without formatting (not human friendly).</div><div class="ttdef"><b>Definition</b> <a href="json__writer_8h_source.html#l00053">json_writer.h:54</a></div></div>
<div class="ttc" id="aclassJson_1_1FastWriter_html_a92ff104ab09c35012a08e6769da040b4"><div class="ttname"><a href="classJson_1_1FastWriter.html#a92ff104ab09c35012a08e6769da040b4">Json::FastWriter::write</a></div><div class="ttdeci">std::string write(Value const &amp;root) override</div><div class="ttdef"><b>Definition</b> <a href="json__writer_8cpp_source.html#l00200">json_writer.cpp:200</a></div></div>
<div class="ttc" id="aclassJson_1_1Value_html"><div class="ttname"><a href="classJson_1_1Value.html">Json::Value</a></div><div class="ttdoc">Represents a JSON value.</div><div class="ttdef"><b>Definition</b> <a href="json__value_8h_source.html#l00148">json_value.h:149</a></div></div>
<div class="ttc" id="aclassJson_1_1Value_html_ab693fb7b9b1595bb0adc49658bbf780d"><div class="ttname"><a href="classJson_1_1Value.html#ab693fb7b9b1595bb0adc49658bbf780d">Json::Value::asBool</a></div><div class="ttdeci">bool asBool() const</div><div class="ttdef"><b>Definition</b> <a href="json__value_8cpp_source.html#l00632">json_value.cpp:632</a></div></div>
<div class="ttc" id="aclassJson_1_1Value_html_abfa90c81f6aee7877bd5fb4c8445994f"><div class="ttname"><a href="classJson_1_1Value.html#abfa90c81f6aee7877bd5fb4c8445994f">Json::Value::isMember</a></div><div class="ttdeci">bool isMember(char const *key) const</div><div class="ttdoc">Return true if the object has a member named key.</div><div class="ttdef"><b>Definition</b> <a href="json__value_8cpp_source.html#l00962">json_value.cpp:962</a></div></div>
<div class="ttc" id="aclassJson_1_1Value_html_acd7f7ba84f8aba84bce7b742c87ea8d6"><div class="ttname"><a href="classJson_1_1Value.html#acd7f7ba84f8aba84bce7b742c87ea8d6">Json::Value::get</a></div><div class="ttdeci">Value get(UInt index, Value const &amp;defaultValue) const</div><div class="ttdoc">If the array contains at least index+1 elements, returns the element value, otherwise returns default...</div><div class="ttdef"><b>Definition</b> <a href="json__value_8cpp_source.html#l00854">json_value.cpp:854</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerFormats_html_a5bdb783a850ee6f598b07577b4b5f7de"><div class="ttname"><a href="classripple_1_1LedgerFormats.html#a5bdb783a850ee6f598b07577b4b5f7de">ripple::LedgerFormats::getInstance</a></div><div class="ttdeci">static LedgerFormats const &amp; getInstance()</div><div class="ttdef"><b>Definition</b> <a href="LedgerFormats_8cpp_source.html#l00056">LedgerFormats.cpp:56</a></div></div>
<div class="ttc" id="aclassripple_1_1NetworkOPs_html_af4863a74bd582bd66f43b2e0e82feedd"><div class="ttname"><a href="classripple_1_1NetworkOPs.html#af4863a74bd582bd66f43b2e0e82feedd">ripple::NetworkOPs::getServerInfo</a></div><div class="ttdeci">virtual Json::Value getServerInfo(bool human, bool admin, bool counters)=0</div></div>
<div class="ttc" id="aclassripple_1_1SField_html_acc5ba3a93554d197f4295e6599460ea1"><div class="ttname"><a href="classripple_1_1SField.html#acc5ba3a93554d197f4295e6599460ea1">ripple::SField::getKnownCodeToField</a></div><div class="ttdeci">static std::map&lt; int, SField const * &gt; const &amp; getKnownCodeToField()</div><div class="ttdef"><b>Definition:</b> <a href="SField_8h_source.html#l00301">SField.h:301</a></div></div>
<div class="ttc" id="aclassripple_1_1Slice_html"><div class="ttname"><a href="classripple_1_1Slice.html">ripple::Slice</a></div><div class="ttdoc">An immutable linear range of bytes.</div><div class="ttdef"><b>Definition:</b> <a href="Slice_8h_source.html#l00045">Slice.h:46</a></div></div>
<div class="ttc" id="aclassripple_1_1TxFormats_html_a1db8e0fb64564b47c2c33ff763ccc8c3"><div class="ttname"><a href="classripple_1_1TxFormats.html#a1db8e0fb64564b47c2c33ff763ccc8c3">ripple::TxFormats::getInstance</a></div><div class="ttdeci">static TxFormats const &amp; getInstance()</div><div class="ttdef"><b>Definition:</b> <a href="TxFormats_8cpp_source.html#l00070">TxFormats.cpp:70</a></div></div>
<div class="ttc" id="aclassripple_1_1SField_html_acc5ba3a93554d197f4295e6599460ea1"><div class="ttname"><a href="classripple_1_1SField.html#acc5ba3a93554d197f4295e6599460ea1">ripple::SField::getKnownCodeToField</a></div><div class="ttdeci">static std::map&lt; int, SField const * &gt; const &amp; getKnownCodeToField()</div><div class="ttdef"><b>Definition</b> <a href="SField_8h_source.html#l00301">SField.h:301</a></div></div>
<div class="ttc" id="aclassripple_1_1Slice_html"><div class="ttname"><a href="classripple_1_1Slice.html">ripple::Slice</a></div><div class="ttdoc">An immutable linear range of bytes.</div><div class="ttdef"><b>Definition</b> <a href="Slice_8h_source.html#l00045">Slice.h:46</a></div></div>
<div class="ttc" id="aclassripple_1_1Slice_html_a86b04f444930887410acd22b367efc8c"><div class="ttname"><a href="classripple_1_1Slice.html#a86b04f444930887410acd22b367efc8c">ripple::Slice::data</a></div><div class="ttdeci">std::uint8_t const * data() const noexcept</div><div class="ttdoc">Return a pointer to beginning of the storage.</div><div class="ttdef"><b>Definition</b> <a href="Slice_8h_source.html#l00098">Slice.h:98</a></div></div>
<div class="ttc" id="aclassripple_1_1TxFormats_html_a1db8e0fb64564b47c2c33ff763ccc8c3"><div class="ttname"><a href="classripple_1_1TxFormats.html#a1db8e0fb64564b47c2c33ff763ccc8c3">ripple::TxFormats::getInstance</a></div><div class="ttdeci">static TxFormats const &amp; getInstance()</div><div class="ttdef"><b>Definition</b> <a href="TxFormats_8cpp_source.html#l00070">TxFormats.cpp:70</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="aclassripple_1_1base__uint_html_a698d3fd0c0f0155995c87d2f48ac90d5"><div class="ttname"><a href="classripple_1_1base__uint.html#a698d3fd0c0f0155995c87d2f48ac90d5">ripple::base_uint::parseHex</a></div><div class="ttdeci">constexpr bool parseHex(std::string_view sv)</div><div class="ttdoc">Parse a hex string into a base_uint.</div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00503">base_uint.h:503</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ServerDefinitions_html"><div class="ttname"><a href="classripple_1_1detail_1_1ServerDefinitions.html">ripple::detail::ServerDefinitions</a></div><div class="ttdef"><b>Definition:</b> <a href="ServerInfo_8cpp_source.html#l00041">ServerInfo.cpp:42</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ServerDefinitions_html_a15241e5c2a543b72790b6c33a1dac5b0"><div class="ttname"><a href="classripple_1_1detail_1_1ServerDefinitions.html#a15241e5c2a543b72790b6c33a1dac5b0">ripple::detail::ServerDefinitions::translate</a></div><div class="ttdeci">std::string translate(std::string const &amp;inp)</div><div class="ttdef"><b>Definition:</b> <a href="ServerInfo_8cpp_source.html#l00068">ServerInfo.cpp:68</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ServerDefinitions_html_a1ab6f7515c69a0efce5b6fa0c5926862"><div class="ttname"><a href="classripple_1_1detail_1_1ServerDefinitions.html#a1ab6f7515c69a0efce5b6fa0c5926862">ripple::detail::ServerDefinitions::ServerDefinitions</a></div><div class="ttdeci">ServerDefinitions()</div><div class="ttdef"><b>Definition:</b> <a href="ServerInfo_8cpp_source.html#l00131">ServerInfo.cpp:131</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ServerDefinitions_html_a1fb6da6b359dec609ac69572edf22097"><div class="ttname"><a href="classripple_1_1detail_1_1ServerDefinitions.html#a1fb6da6b359dec609ac69572edf22097">ripple::detail::ServerDefinitions::hashMatches</a></div><div class="ttdeci">bool hashMatches(uint256 hash) const</div><div class="ttdef"><b>Definition:</b> <a href="ServerInfo_8cpp_source.html#l00055">ServerInfo.cpp:55</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ServerDefinitions_html_a52d475052cf5d5fb5e185333ea7112a0"><div class="ttname"><a href="classripple_1_1detail_1_1ServerDefinitions.html#a52d475052cf5d5fb5e185333ea7112a0">ripple::detail::ServerDefinitions::defs_</a></div><div class="ttdeci">Json::Value defs_</div><div class="ttdef"><b>Definition:</b> <a href="ServerInfo_8cpp_source.html#l00049">ServerInfo.cpp:49</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ServerDefinitions_html_aacf0b129ffbb4d0839a8251bb4152dfc"><div class="ttname"><a href="classripple_1_1detail_1_1ServerDefinitions.html#aacf0b129ffbb4d0839a8251bb4152dfc">ripple::detail::ServerDefinitions::defsHash_</a></div><div class="ttdeci">uint256 defsHash_</div><div class="ttdef"><b>Definition:</b> <a href="ServerInfo_8cpp_source.html#l00048">ServerInfo.cpp:48</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ServerDefinitions_html_ab4b6dab798fdd0057a813cd90a11d789"><div class="ttname"><a href="classripple_1_1detail_1_1ServerDefinitions.html#ab4b6dab798fdd0057a813cd90a11d789">ripple::detail::ServerDefinitions::get</a></div><div class="ttdeci">Json::Value const &amp; get() const</div><div class="ttdef"><b>Definition:</b> <a href="ServerInfo_8cpp_source.html#l00061">ServerInfo.cpp:61</a></div></div>
<div class="ttc" id="aclassripple_1_1base__uint_html_a698d3fd0c0f0155995c87d2f48ac90d5"><div class="ttname"><a href="classripple_1_1base__uint.html#a698d3fd0c0f0155995c87d2f48ac90d5">ripple::base_uint::parseHex</a></div><div class="ttdeci">constexpr bool parseHex(std::string_view sv)</div><div class="ttdoc">Parse a hex string into a base_uint.</div><div class="ttdef"><b>Definition</b> <a href="base__uint_8h_source.html#l00503">base_uint.h:503</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ServerDefinitions_html"><div class="ttname"><a href="classripple_1_1detail_1_1ServerDefinitions.html">ripple::detail::ServerDefinitions</a></div><div class="ttdef"><b>Definition</b> <a href="ServerInfo_8cpp_source.html#l00041">ServerInfo.cpp:42</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ServerDefinitions_html_a15241e5c2a543b72790b6c33a1dac5b0"><div class="ttname"><a href="classripple_1_1detail_1_1ServerDefinitions.html#a15241e5c2a543b72790b6c33a1dac5b0">ripple::detail::ServerDefinitions::translate</a></div><div class="ttdeci">std::string translate(std::string const &amp;inp)</div><div class="ttdef"><b>Definition</b> <a href="ServerInfo_8cpp_source.html#l00068">ServerInfo.cpp:68</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ServerDefinitions_html_a1ab6f7515c69a0efce5b6fa0c5926862"><div class="ttname"><a href="classripple_1_1detail_1_1ServerDefinitions.html#a1ab6f7515c69a0efce5b6fa0c5926862">ripple::detail::ServerDefinitions::ServerDefinitions</a></div><div class="ttdeci">ServerDefinitions()</div><div class="ttdef"><b>Definition</b> <a href="ServerInfo_8cpp_source.html#l00131">ServerInfo.cpp:131</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ServerDefinitions_html_a1fb6da6b359dec609ac69572edf22097"><div class="ttname"><a href="classripple_1_1detail_1_1ServerDefinitions.html#a1fb6da6b359dec609ac69572edf22097">ripple::detail::ServerDefinitions::hashMatches</a></div><div class="ttdeci">bool hashMatches(uint256 hash) const</div><div class="ttdef"><b>Definition</b> <a href="ServerInfo_8cpp_source.html#l00055">ServerInfo.cpp:55</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ServerDefinitions_html_a52d475052cf5d5fb5e185333ea7112a0"><div class="ttname"><a href="classripple_1_1detail_1_1ServerDefinitions.html#a52d475052cf5d5fb5e185333ea7112a0">ripple::detail::ServerDefinitions::defs_</a></div><div class="ttdeci">Json::Value defs_</div><div class="ttdef"><b>Definition</b> <a href="ServerInfo_8cpp_source.html#l00049">ServerInfo.cpp:49</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ServerDefinitions_html_aacf0b129ffbb4d0839a8251bb4152dfc"><div class="ttname"><a href="classripple_1_1detail_1_1ServerDefinitions.html#aacf0b129ffbb4d0839a8251bb4152dfc">ripple::detail::ServerDefinitions::defsHash_</a></div><div class="ttdeci">uint256 defsHash_</div><div class="ttdef"><b>Definition</b> <a href="ServerInfo_8cpp_source.html#l00048">ServerInfo.cpp:48</a></div></div>
<div class="ttc" id="aclassripple_1_1detail_1_1ServerDefinitions_html_ab4b6dab798fdd0057a813cd90a11d789"><div class="ttname"><a href="classripple_1_1detail_1_1ServerDefinitions.html#ab4b6dab798fdd0057a813cd90a11d789">ripple::detail::ServerDefinitions::get</a></div><div class="ttdeci">Json::Value const &amp; get() const</div><div class="ttdef"><b>Definition</b> <a href="ServerInfo_8cpp_source.html#l00061">ServerInfo.cpp:61</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="afind_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string/find.html">std::string::find</a></div><div class="ttdeci">T find(T... args)</div></div>
<div class="ttc" id="amap_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a></div></div>
<div class="ttc" id="anamespaceJson_html"><div class="ttname"><a href="namespaceJson.html">Json</a></div><div class="ttdoc">JSON (JavaScript Object Notation).</div><div class="ttdef"><b>Definition:</b> <a href="json__errors_8h_source.html#l00025">json_errors.h:25</a></div></div>
<div class="ttc" id="anamespaceJson_html_a7d654b75c16a57007925868e38212b4eadc8f264f36b55b063c78126b335415f4"><div class="ttname"><a href="namespaceJson.html#a7d654b75c16a57007925868e38212b4eadc8f264f36b55b063c78126b335415f4">Json::arrayValue</a></div><div class="ttdeci">@ arrayValue</div><div class="ttdoc">array value (ordered list)</div><div class="ttdef"><b>Definition:</b> <a href="json__value_8h_source.html#l00044">json_value.h:44</a></div></div>
<div class="ttc" id="anamespaceJson_html_a7d654b75c16a57007925868e38212b4eae8386dcfc36d1ae897745f7b4f77a1f6"><div class="ttname"><a href="namespaceJson.html#a7d654b75c16a57007925868e38212b4eae8386dcfc36d1ae897745f7b4f77a1f6">Json::objectValue</a></div><div class="ttdeci">@ objectValue</div><div class="ttdoc">object value (collection of name/value pairs).</div><div class="ttdef"><b>Definition:</b> <a href="json__value_8h_source.html#l00046">json_value.h:45</a></div></div>
<div class="ttc" id="anamespaceripple_1_1RPC_html_a3f2a31e585bbecb3af3740d34d7df15f"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a3f2a31e585bbecb3af3740d34d7df15f">ripple::RPC::invalid_field_error</a></div><div class="ttdeci">Json::Value invalid_field_error(std::string const &amp;name)</div><div class="ttdef"><b>Definition:</b> <a href="ErrorCodes_8h_source.html#l00320">ErrorCodes.h:320</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a3410327039220be654fb0df46fc719e1"><div class="ttname"><a href="namespaceripple_1_1detail.html#a3410327039220be654fb0df46fc719e1">ripple::detail::to_string</a></div><div class="ttdeci">static std::string to_string(TableType type)</div><div class="ttdoc">to_string Returns the name of a table according to its TableType.</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00047">Node.cpp:47</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_a0e8e2d16c0208daa6299872915fdba96"><div class="ttname"><a href="namespaceripple.html#a0e8e2d16c0208daa6299872915fdba96">ripple::sTypeMap</a></div><div class="ttdeci">static std::map&lt; std::string, int &gt; const sTypeMap</div><div class="ttdef"><b>Definition:</b> <a href="SField_8h_source.html#l00109">SField.h:109</a></div></div>
<div class="ttc" id="anamespaceripple_html_a61c979819e5782b1373fed88a991377a"><div class="ttname"><a href="namespaceripple.html#a61c979819e5782b1373fed88a991377a">ripple::doServerInfo</a></div><div class="ttdeci">Json::Value doServerInfo(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition:</b> <a href="ServerInfo_8cpp_source.html#l00322">ServerInfo.cpp:322</a></div></div>
<div class="ttc" id="anamespaceripple_html_a79272f777bc177cf4b82562b7b5da045"><div class="ttname"><a href="namespaceripple.html#a79272f777bc177cf4b82562b7b5da045">ripple::doServerDefinitions</a></div><div class="ttdeci">Json::Value doServerDefinitions(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition:</b> <a href="ServerInfo_8cpp_source.html#l00299">ServerInfo.cpp:299</a></div></div>
<div class="ttc" id="anamespaceJson_html"><div class="ttname"><a href="namespaceJson.html">Json</a></div><div class="ttdoc">JSON (JavaScript Object Notation).</div><div class="ttdef"><b>Definition</b> <a href="json__errors_8h_source.html#l00025">json_errors.h:25</a></div></div>
<div class="ttc" id="anamespaceJson_html_a7d654b75c16a57007925868e38212b4eadc8f264f36b55b063c78126b335415f4"><div class="ttname"><a href="namespaceJson.html#a7d654b75c16a57007925868e38212b4eadc8f264f36b55b063c78126b335415f4">Json::arrayValue</a></div><div class="ttdeci">@ arrayValue</div><div class="ttdoc">array value (ordered list)</div><div class="ttdef"><b>Definition</b> <a href="json__value_8h_source.html#l00044">json_value.h:44</a></div></div>
<div class="ttc" id="anamespaceJson_html_a7d654b75c16a57007925868e38212b4eae8386dcfc36d1ae897745f7b4f77a1f6"><div class="ttname"><a href="namespaceJson.html#a7d654b75c16a57007925868e38212b4eae8386dcfc36d1ae897745f7b4f77a1f6">Json::objectValue</a></div><div class="ttdeci">@ objectValue</div><div class="ttdoc">object value (collection of name/value pairs).</div><div class="ttdef"><b>Definition</b> <a href="json__value_8h_source.html#l00046">json_value.h:45</a></div></div>
<div class="ttc" id="anamespaceripple_1_1RPC_html_a3f2a31e585bbecb3af3740d34d7df15f"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a3f2a31e585bbecb3af3740d34d7df15f">ripple::RPC::invalid_field_error</a></div><div class="ttdeci">Json::Value invalid_field_error(std::string const &amp;name)</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8h_source.html#l00320">ErrorCodes.h:320</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a3410327039220be654fb0df46fc719e1"><div class="ttname"><a href="namespaceripple_1_1detail.html#a3410327039220be654fb0df46fc719e1">ripple::detail::to_string</a></div><div class="ttdeci">static std::string to_string(TableType type)</div><div class="ttdoc">to_string Returns the name of a table according to its TableType.</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00047">Node.cpp:47</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_a0e8e2d16c0208daa6299872915fdba96"><div class="ttname"><a href="namespaceripple.html#a0e8e2d16c0208daa6299872915fdba96">ripple::sTypeMap</a></div><div class="ttdeci">static std::map&lt; std::string, int &gt; const sTypeMap</div><div class="ttdef"><b>Definition</b> <a href="SField_8h_source.html#l00109">SField.h:109</a></div></div>
<div class="ttc" id="anamespaceripple_html_a61c979819e5782b1373fed88a991377a"><div class="ttname"><a href="namespaceripple.html#a61c979819e5782b1373fed88a991377a">ripple::doServerInfo</a></div><div class="ttdeci">Json::Value doServerInfo(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="ServerInfo_8cpp_source.html#l00322">ServerInfo.cpp:322</a></div></div>
<div class="ttc" id="anamespaceripple_html_a79272f777bc177cf4b82562b7b5da045"><div class="ttname"><a href="namespaceripple.html#a79272f777bc177cf4b82562b7b5da045">ripple::doServerDefinitions</a></div><div class="ttdeci">Json::Value doServerDefinitions(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="ServerInfo_8cpp_source.html#l00299">ServerInfo.cpp:299</a></div></div>
<div class="ttc" id="anamespaceripple_html_a7cc64e12723fbc9606d85442a2569fedac68271a63ddbc431c307beb7d2918275"><div class="ttname"><a href="namespaceripple.html#a7cc64e12723fbc9606d85442a2569fedac68271a63ddbc431c307beb7d2918275">ripple::QualityDirection::out</a></div><div class="ttdeci">@ out</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&lt; Bits, Tag &gt; const &amp;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_ac54bbb96ca007518e55c0f1217790851"><div class="ttname"><a href="namespaceripple.html#ac54bbb96ca007518e55c0f1217790851">ripple::transResults</a></div><div class="ttdeci">std::unordered_map&lt; TERUnderlyingType, std::pair&lt; char const *const, char const *const &gt; &gt; const &amp; transResults()</div><div class="ttdef"><b>Definition:</b> <a href="TER_8cpp_source.html#l00035">TER.cpp:35</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&lt; Bits, Tag &gt; const &amp;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_ac54bbb96ca007518e55c0f1217790851"><div class="ttname"><a href="namespaceripple.html#ac54bbb96ca007518e55c0f1217790851">ripple::transResults</a></div><div class="ttdeci">std::unordered_map&lt; TERUnderlyingType, std::pair&lt; char const *const, char const *const &gt; &gt; const &amp; transResults()</div><div class="ttdef"><b>Definition</b> <a href="TER_8cpp_source.html#l00035">TER.cpp:35</a></div></div>
<div class="ttc" id="anamespaceripple_html_ae08fe18f17b24699ce41d3898fbb8c2ca73acd9a5972130b75066c82595a1fae3"><div class="ttname"><a href="namespaceripple.html#ae08fe18f17b24699ce41d3898fbb8c2ca73acd9a5972130b75066c82595a1fae3">ripple::Role::ADMIN</a></div><div class="ttdeci">@ ADMIN</div></div>
<div class="ttc" id="anamespaceripple_html_ae3f5bc352766a1a8dbf5270eb7dbc2e7"><div class="ttname"><a href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">ripple::sha512Half</a></div><div class="ttdeci">sha512_half_hasher::result_type sha512Half(Args const &amp;... args)</div><div class="ttdoc">Returns the SHA512-Half of a series of objects.</div><div class="ttdef"><b>Definition:</b> <a href="digest_8h_source.html#l00224">digest.h:224</a></div></div>
<div class="ttc" id="anamespaceripple_html_ae3f5bc352766a1a8dbf5270eb7dbc2e7"><div class="ttname"><a href="namespaceripple.html#ae3f5bc352766a1a8dbf5270eb7dbc2e7">ripple::sha512Half</a></div><div class="ttdeci">sha512_half_hasher::result_type sha512Half(Args const &amp;... args)</div><div class="ttdoc">Returns the SHA512-Half of a series of objects.</div><div class="ttdef"><b>Definition</b> <a href="digest_8h_source.html#l00224">digest.h:224</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="astructripple_1_1RPC_1_1Context_html_a20ec6d6aa84f8c76eeb90ad92fe25e20"><div class="ttname"><a href="structripple_1_1RPC_1_1Context.html#a20ec6d6aa84f8c76eeb90ad92fe25e20">ripple::RPC::Context::role</a></div><div class="ttdeci">Role role</div><div class="ttdef"><b>Definition:</b> <a href="Context_8h_source.html#l00046">Context.h:46</a></div></div>
<div class="ttc" id="astructripple_1_1RPC_1_1Context_html_aabbcc8ad1953616f19dd1eeecccedfcd"><div class="ttname"><a href="structripple_1_1RPC_1_1Context.html#aabbcc8ad1953616f19dd1eeecccedfcd">ripple::RPC::Context::netOps</a></div><div class="ttdeci">NetworkOPs &amp; netOps</div><div class="ttdef"><b>Definition:</b> <a href="Context_8h_source.html#l00043">Context.h:43</a></div></div>
<div class="ttc" id="astructripple_1_1RPC_1_1JsonContext_html"><div class="ttname"><a href="structripple_1_1RPC_1_1JsonContext.html">ripple::RPC::JsonContext</a></div><div class="ttdef"><b>Definition:</b> <a href="Context_8h_source.html#l00052">Context.h:53</a></div></div>
<div class="ttc" id="astructripple_1_1RPC_1_1JsonContext_html_a036b2c14552fbca49011c3d0e78017fa"><div class="ttname"><a href="structripple_1_1RPC_1_1JsonContext.html#a036b2c14552fbca49011c3d0e78017fa">ripple::RPC::JsonContext::params</a></div><div class="ttdeci">Json::Value params</div><div class="ttdef"><b>Definition:</b> <a href="Context_8h_source.html#l00063">Context.h:63</a></div></div>
<div class="ttc" id="astructripple_1_1RPC_1_1Context_html_a20ec6d6aa84f8c76eeb90ad92fe25e20"><div class="ttname"><a href="structripple_1_1RPC_1_1Context.html#a20ec6d6aa84f8c76eeb90ad92fe25e20">ripple::RPC::Context::role</a></div><div class="ttdeci">Role role</div><div class="ttdef"><b>Definition</b> <a href="Context_8h_source.html#l00046">Context.h:46</a></div></div>
<div class="ttc" id="astructripple_1_1RPC_1_1Context_html_aabbcc8ad1953616f19dd1eeecccedfcd"><div class="ttname"><a href="structripple_1_1RPC_1_1Context.html#aabbcc8ad1953616f19dd1eeecccedfcd">ripple::RPC::Context::netOps</a></div><div class="ttdeci">NetworkOPs &amp; netOps</div><div class="ttdef"><b>Definition</b> <a href="Context_8h_source.html#l00043">Context.h:43</a></div></div>
<div class="ttc" id="astructripple_1_1RPC_1_1JsonContext_html"><div class="ttname"><a href="structripple_1_1RPC_1_1JsonContext.html">ripple::RPC::JsonContext</a></div><div class="ttdef"><b>Definition</b> <a href="Context_8h_source.html#l00052">Context.h:53</a></div></div>
<div class="ttc" id="astructripple_1_1RPC_1_1JsonContext_html_a036b2c14552fbca49011c3d0e78017fa"><div class="ttname"><a href="structripple_1_1RPC_1_1JsonContext.html#a036b2c14552fbca49011c3d0e78017fa">ripple::RPC::JsonContext::params</a></div><div class="ttdeci">Json::Value params</div><div class="ttdef"><b>Definition</b> <a href="Context_8h_source.html#l00063">Context.h:63</a></div></div>
<div class="ttc" id="asubstr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string/substr.html">std::string::substr</a></div><div class="ttdeci">T substr(T... args)</div></div>
<div class="ttc" id="aunordered_map_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/unordered_map.html">unordered_map</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<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&#160;<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>