mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 04:55:52 +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: SeqProxy_test.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()"
|
||||
@@ -103,43 +108,53 @@ $(function() {
|
||||
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> </div>
|
||||
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceripple.html">ripple</a> {</div>
|
||||
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> </div>
|
||||
<div class="foldopen" id="foldopen00028" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"><a class="line" href="structripple_1_1SeqProxy__test.html"> 28</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structripple_1_1SeqProxy__test.html">SeqProxy_test</a> : <span class="keyword">public</span> <a class="code hl_class" href="classbeast_1_1unit__test_1_1suite.html">beast::unit_test::suite</a></div>
|
||||
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span>{</div>
|
||||
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <span class="comment">// Exercise value(), isSeq(), and isTicket().</span></div>
|
||||
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="foldopen" id="foldopen00032" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333"> 32</a></span> <a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(<a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqProx, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> value, <a class="code hl_enumeration" href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509bead">SeqProxy::Type</a> type)</div>
|
||||
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> {</div>
|
||||
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> <span class="keywordtype">bool</span> <span class="keyword">const</span> expectSeq{type == <a class="code hl_enumvalue" href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509beada51ec7e9612a7b14a45bce831cb5a9e2b">SeqProxy::seq</a>};</div>
|
||||
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> <span class="keywordflow">return</span> (seqProx.<a class="code hl_function" href="classripple_1_1SeqProxy.html#a41c206bf5f44fe0b3f99f2dd42b0259c">value</a>() == value) && (seqProx.<a class="code hl_function" href="classripple_1_1SeqProxy.html#a3705c7b0bb3fb636e0aeb9a0d1870305">isSeq</a>() == expectSeq) &&</div>
|
||||
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> (seqProx.<a class="code hl_function" href="classripple_1_1SeqProxy.html#ad1b5ed07ca885fd243066a846080ccc0">isTicket</a>() == !expectSeq);</div>
|
||||
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> }</div>
|
||||
</div>
|
||||
<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="comment">// Exercise all SeqProxy comparison operators expecting lhs < rhs.</span></div>
|
||||
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <span class="keywordtype">bool</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="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa"> 41</a></span> <a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">expectLt</a>(<a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> lhs, <a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> rhs)</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="keywordflow">return</span> (lhs < rhs) && (lhs <= rhs) && (!(lhs == rhs)) && (lhs != rhs) &&</div>
|
||||
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> (!(lhs >= rhs)) && (!(lhs > rhs));</div>
|
||||
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> }</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
|
||||
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <span class="comment">// Exercise all SeqProxy comparison operators expecting lhs == rhs.</span></div>
|
||||
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="foldopen" id="foldopen00049" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"><a class="line" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38"> 49</a></span> <a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">expectEq</a>(<a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> lhs, <a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> rhs)</div>
|
||||
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> {</div>
|
||||
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <span class="keywordflow">return</span> (!(lhs < rhs)) && (lhs <= rhs) && (lhs == rhs) &&</div>
|
||||
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> (!(lhs != rhs)) && (lhs >= rhs) && (!(lhs > rhs));</div>
|
||||
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> }</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> </div>
|
||||
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <span class="comment">// Exercise all SeqProxy comparison operators expecting lhs > rhs.</span></div>
|
||||
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="foldopen" id="foldopen00057" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"><a class="line" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3"> 57</a></span> <a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">expectGt</a>(<a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> lhs, <a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> rhs)</div>
|
||||
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> {</div>
|
||||
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> <span class="keywordflow">return</span> (!(lhs < rhs)) && (!(lhs <= rhs)) && (!(lhs == rhs)) &&</div>
|
||||
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> (lhs != rhs) && (lhs >= rhs) && (lhs > rhs);</div>
|
||||
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> }</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> </div>
|
||||
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <span class="comment">// Verify streaming.</span></div>
|
||||
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="foldopen" id="foldopen00065" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f"> 65</a></span> <a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f">streamTest</a>(<a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqProx)</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> <span class="keyword">const</span> type{seqProx.<a class="code hl_function" href="classripple_1_1SeqProxy.html#a3705c7b0bb3fb636e0aeb9a0d1870305">isSeq</a>() ? <span class="stringliteral">"sequence"</span> : <span class="stringliteral">"ticket"</span>};</div>
|
||||
@@ -152,8 +167,10 @@ $(function() {
|
||||
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> <span class="keywordflow">return</span> str.find(type) == 0 && str[type.size()] == <span class="charliteral">' '</span> &&</div>
|
||||
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> str.find(value) == (type.size() + 1);</div>
|
||||
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> }</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> </div>
|
||||
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <span class="keywordtype">void</span></div>
|
||||
<div class="foldopen" id="foldopen00079" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="structripple_1_1SeqProxy__test.html#ac616c282c144bed598b2958c60e59c0d"> 79</a></span> <a class="code hl_function" href="structripple_1_1SeqProxy__test.html#ac616c282c144bed598b2958c60e59c0d">run</a>()<span class="keyword"> override</span></div>
|
||||
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span><span class="keyword"> </span>{</div>
|
||||
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> <span class="comment">// While SeqProxy supports values of zero, they are not</span></div>
|
||||
@@ -312,40 +329,42 @@ $(function() {
|
||||
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> BEAST_EXPECT(<a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f">streamTest</a>(ticMid1));</div>
|
||||
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> BEAST_EXPECT(<a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f">streamTest</a>(ticBig));</div>
|
||||
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> }</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span>};</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> </div>
|
||||
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"><a class="line" href="namespaceripple.html#a26bbcf7be28e824c140216fac63345f3"> 239</a></span>BEAST_DEFINE_TESTSUITE(<a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a>, <a class="code hl_namespace" href="namespaceprotocol.html">protocol</a>, <a class="code hl_namespace" href="namespaceripple.html">ripple</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>} <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="abasic_stringstream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_stringstream.html">std::stringstream</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1unit__test_1_1suite_html"><div class="ttname"><a href="classbeast_1_1unit__test_1_1suite.html">beast::unit_test::suite</a></div><div class="ttdoc">A testsuite class.</div><div class="ttdef"><b>Definition:</b> <a href="suite_8h_source.html#l00054">suite.h:55</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SeqProxy_html"><div class="ttname"><a href="classripple_1_1SeqProxy.html">ripple::SeqProxy</a></div><div class="ttdoc">A type that represents either a sequence value or a ticket value.</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy_8h_source.html#l00055">SeqProxy.h:56</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SeqProxy_html_a3705c7b0bb3fb636e0aeb9a0d1870305"><div class="ttname"><a href="classripple_1_1SeqProxy.html#a3705c7b0bb3fb636e0aeb9a0d1870305">ripple::SeqProxy::isSeq</a></div><div class="ttdeci">constexpr bool isSeq() const</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy_8h_source.html#l00088">SeqProxy.h:88</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SeqProxy_html_a41c206bf5f44fe0b3f99f2dd42b0259c"><div class="ttname"><a href="classripple_1_1SeqProxy.html#a41c206bf5f44fe0b3f99f2dd42b0259c">ripple::SeqProxy::value</a></div><div class="ttdeci">constexpr std::uint32_t value() const</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy_8h_source.html#l00082">SeqProxy.h:82</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SeqProxy_html_a5f784f2f26fb8ede1c7386011509bead"><div class="ttname"><a href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509bead">ripple::SeqProxy::Type</a></div><div class="ttdeci">Type</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy_8h_source.html#l00058">SeqProxy.h:58</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SeqProxy_html_a5f784f2f26fb8ede1c7386011509beada51ec7e9612a7b14a45bce831cb5a9e2b"><div class="ttname"><a href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509beada51ec7e9612a7b14a45bce831cb5a9e2b">ripple::SeqProxy::seq</a></div><div class="ttdeci">@ seq</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy_8h_source.html#l00058">SeqProxy.h:58</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SeqProxy_html_a5f784f2f26fb8ede1c7386011509beadab1fd5ef0f4ad79f202682b28d8803bbc"><div class="ttname"><a href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509beadab1fd5ef0f4ad79f202682b28d8803bbc">ripple::SeqProxy::ticket</a></div><div class="ttdeci">@ ticket</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy_8h_source.html#l00058">SeqProxy.h:58</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SeqProxy_html_ad1b5ed07ca885fd243066a846080ccc0"><div class="ttname"><a href="classripple_1_1SeqProxy.html#ad1b5ed07ca885fd243066a846080ccc0">ripple::SeqProxy::isTicket</a></div><div class="ttdeci">constexpr bool isTicket() const</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy_8h_source.html#l00094">SeqProxy.h:94</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1unit__test_1_1suite_html"><div class="ttname"><a href="classbeast_1_1unit__test_1_1suite.html">beast::unit_test::suite</a></div><div class="ttdoc">A testsuite class.</div><div class="ttdef"><b>Definition</b> <a href="suite_8h_source.html#l00054">suite.h:55</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SeqProxy_html"><div class="ttname"><a href="classripple_1_1SeqProxy.html">ripple::SeqProxy</a></div><div class="ttdoc">A type that represents either a sequence value or a ticket value.</div><div class="ttdef"><b>Definition</b> <a href="SeqProxy_8h_source.html#l00055">SeqProxy.h:56</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SeqProxy_html_a3705c7b0bb3fb636e0aeb9a0d1870305"><div class="ttname"><a href="classripple_1_1SeqProxy.html#a3705c7b0bb3fb636e0aeb9a0d1870305">ripple::SeqProxy::isSeq</a></div><div class="ttdeci">constexpr bool isSeq() const</div><div class="ttdef"><b>Definition</b> <a href="SeqProxy_8h_source.html#l00088">SeqProxy.h:88</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SeqProxy_html_a41c206bf5f44fe0b3f99f2dd42b0259c"><div class="ttname"><a href="classripple_1_1SeqProxy.html#a41c206bf5f44fe0b3f99f2dd42b0259c">ripple::SeqProxy::value</a></div><div class="ttdeci">constexpr std::uint32_t value() const</div><div class="ttdef"><b>Definition</b> <a href="SeqProxy_8h_source.html#l00082">SeqProxy.h:82</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SeqProxy_html_a5f784f2f26fb8ede1c7386011509bead"><div class="ttname"><a href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509bead">ripple::SeqProxy::Type</a></div><div class="ttdeci">Type</div><div class="ttdef"><b>Definition</b> <a href="SeqProxy_8h_source.html#l00058">SeqProxy.h:58</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SeqProxy_html_a5f784f2f26fb8ede1c7386011509beada51ec7e9612a7b14a45bce831cb5a9e2b"><div class="ttname"><a href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509beada51ec7e9612a7b14a45bce831cb5a9e2b">ripple::SeqProxy::seq</a></div><div class="ttdeci">@ seq</div><div class="ttdef"><b>Definition</b> <a href="SeqProxy_8h_source.html#l00058">SeqProxy.h:58</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SeqProxy_html_a5f784f2f26fb8ede1c7386011509beadab1fd5ef0f4ad79f202682b28d8803bbc"><div class="ttname"><a href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509beadab1fd5ef0f4ad79f202682b28d8803bbc">ripple::SeqProxy::ticket</a></div><div class="ttdeci">@ ticket</div><div class="ttdef"><b>Definition</b> <a href="SeqProxy_8h_source.html#l00058">SeqProxy.h:58</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1SeqProxy_html_ad1b5ed07ca885fd243066a846080ccc0"><div class="ttname"><a href="classripple_1_1SeqProxy.html#ad1b5ed07ca885fd243066a846080ccc0">ripple::SeqProxy::isTicket</a></div><div class="ttdeci">constexpr bool isTicket() const</div><div class="ttdef"><b>Definition</b> <a href="SeqProxy_8h_source.html#l00094">SeqProxy.h:94</a></div></div>
|
||||
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a></div></div>
|
||||
<div class="ttc" id="alimits_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/limits.html">limits</a></div></div>
|
||||
<div class="ttc" id="amax_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/numeric_limits/max.html">std::numeric_limits::max</a></div><div class="ttdeci">T max(T... args)</div></div>
|
||||
<div class="ttc" id="anamespaceprotocol_html"><div class="ttname"><a href="namespaceprotocol.html">protocol</a></div><div class="ttdef"><b>Definition:</b> <a href="ValidatorList_8h_source.html#l00038">ValidatorList.h:38</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="anamespaceprotocol_html"><div class="ttname"><a href="namespaceprotocol.html">protocol</a></div><div class="ttdef"><b>Definition</b> <a href="ValidatorList_8h_source.html#l00038">ValidatorList.h:38</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="asstream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/sstream.html">sstream</a></div></div>
|
||||
<div class="ttc" id="astr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_stringstream/str.html">std::stringstream::str</a></div><div class="ttdeci">T str(T... args)</div></div>
|
||||
<div class="ttc" id="astructripple_1_1SeqProxy__test_html"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html">ripple::SeqProxy_test</a></div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy__test_8cpp_source.html#l00028">SeqProxy_test.cpp:29</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_a18d7d3228e801434941cea941334802f"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f">ripple::SeqProxy_test::streamTest</a></div><div class="ttdeci">bool streamTest(SeqProxy seqProx)</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy__test_8cpp_source.html#l00065">SeqProxy_test.cpp:65</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_a1cc41261322912b983e3c5b5c28ca6fa"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">ripple::SeqProxy_test::expectLt</a></div><div class="ttdeci">static constexpr bool expectLt(SeqProxy lhs, SeqProxy rhs)</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy__test_8cpp_source.html#l00041">SeqProxy_test.cpp:41</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_a4a9009571f33a8133772983678607333"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">ripple::SeqProxy_test::expectValues</a></div><div class="ttdeci">static constexpr bool expectValues(SeqProxy seqProx, std::uint32_t value, SeqProxy::Type type)</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy__test_8cpp_source.html#l00032">SeqProxy_test.cpp:32</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_a4db5076aeadc765e5bcc18d4c7e85d38"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">ripple::SeqProxy_test::expectEq</a></div><div class="ttdeci">static constexpr bool expectEq(SeqProxy lhs, SeqProxy rhs)</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy__test_8cpp_source.html#l00049">SeqProxy_test.cpp:49</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_a76b6659f05068e5b1e040b1f5da7e0f3"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">ripple::SeqProxy_test::expectGt</a></div><div class="ttdeci">static constexpr bool expectGt(SeqProxy lhs, SeqProxy rhs)</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy__test_8cpp_source.html#l00057">SeqProxy_test.cpp:57</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_ac616c282c144bed598b2958c60e59c0d"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#ac616c282c144bed598b2958c60e59c0d">ripple::SeqProxy_test::run</a></div><div class="ttdeci">void run() override</div><div class="ttdoc">Runs the suite.</div><div class="ttdef"><b>Definition:</b> <a href="SeqProxy__test_8cpp_source.html#l00079">SeqProxy_test.cpp:79</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1SeqProxy__test_html"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html">ripple::SeqProxy_test</a></div><div class="ttdef"><b>Definition</b> <a href="SeqProxy__test_8cpp_source.html#l00028">SeqProxy_test.cpp:29</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_a18d7d3228e801434941cea941334802f"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#a18d7d3228e801434941cea941334802f">ripple::SeqProxy_test::streamTest</a></div><div class="ttdeci">bool streamTest(SeqProxy seqProx)</div><div class="ttdef"><b>Definition</b> <a href="SeqProxy__test_8cpp_source.html#l00065">SeqProxy_test.cpp:65</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_a1cc41261322912b983e3c5b5c28ca6fa"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#a1cc41261322912b983e3c5b5c28ca6fa">ripple::SeqProxy_test::expectLt</a></div><div class="ttdeci">static constexpr bool expectLt(SeqProxy lhs, SeqProxy rhs)</div><div class="ttdef"><b>Definition</b> <a href="SeqProxy__test_8cpp_source.html#l00041">SeqProxy_test.cpp:41</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_a4a9009571f33a8133772983678607333"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">ripple::SeqProxy_test::expectValues</a></div><div class="ttdeci">static constexpr bool expectValues(SeqProxy seqProx, std::uint32_t value, SeqProxy::Type type)</div><div class="ttdef"><b>Definition</b> <a href="SeqProxy__test_8cpp_source.html#l00032">SeqProxy_test.cpp:32</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_a4db5076aeadc765e5bcc18d4c7e85d38"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#a4db5076aeadc765e5bcc18d4c7e85d38">ripple::SeqProxy_test::expectEq</a></div><div class="ttdeci">static constexpr bool expectEq(SeqProxy lhs, SeqProxy rhs)</div><div class="ttdef"><b>Definition</b> <a href="SeqProxy__test_8cpp_source.html#l00049">SeqProxy_test.cpp:49</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_a76b6659f05068e5b1e040b1f5da7e0f3"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#a76b6659f05068e5b1e040b1f5da7e0f3">ripple::SeqProxy_test::expectGt</a></div><div class="ttdeci">static constexpr bool expectGt(SeqProxy lhs, SeqProxy rhs)</div><div class="ttdef"><b>Definition</b> <a href="SeqProxy__test_8cpp_source.html#l00057">SeqProxy_test.cpp:57</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1SeqProxy__test_html_ac616c282c144bed598b2958c60e59c0d"><div class="ttname"><a href="structripple_1_1SeqProxy__test.html#ac616c282c144bed598b2958c60e59c0d">ripple::SeqProxy_test::run</a></div><div class="ttdeci">void run() override</div><div class="ttdoc">Runs the suite.</div><div class="ttdef"><b>Definition</b> <a href="SeqProxy__test_8cpp_source.html#l00079">SeqProxy_test.cpp:79</a></div></div>
|
||||
<div class="ttc" id="ato_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string/to_string.html">std::to_string</a></div><div class="ttdeci">T to_string(T... args)</div></div>
|
||||
</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