mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 05:25:55 +00:00
deploy: e514de76ed
This commit is contained in:
@@ -161,14 +161,14 @@ $(function() {
|
||||
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <span class="comment">// But so are values of 1, which are expected to occur in the wild.</span></div>
|
||||
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> uintMax{</div>
|
||||
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/types/numeric_limits/max.html">std::numeric_limits<std::uint32_t>::max</a>()};</div>
|
||||
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_enumeration" href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509bead">SeqProxy::Type</a> seq{<a class="code hl_enumvalue" href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509beada51ec7e9612a7b14a45bce831cb5a9e2b">SeqProxy::seq</a>};</div>
|
||||
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_enumeration" href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509bead">SeqProxy::Type</a> <a class="code hl_struct" href="structripple_1_1test_1_1jtx_1_1seq.html">seq</a>{<a class="code hl_enumvalue" href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509beada51ec7e9612a7b14a45bce831cb5a9e2b">SeqProxy::seq</a>};</div>
|
||||
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_enumeration" href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509bead">SeqProxy::Type</a> ticket{<a class="code hl_enumvalue" href="classripple_1_1SeqProxy.html#a5f784f2f26fb8ede1c7386011509beadab1fd5ef0f4ad79f202682b28d8803bbc">SeqProxy::ticket</a>};</div>
|
||||
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> </div>
|
||||
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqZero{seq, 0};</div>
|
||||
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqSmall{seq, 1};</div>
|
||||
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqMid0{seq, 2};</div>
|
||||
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqZero{<a class="code hl_struct" href="structripple_1_1test_1_1jtx_1_1seq.html">seq</a>, 0};</div>
|
||||
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqSmall{<a class="code hl_struct" href="structripple_1_1test_1_1jtx_1_1seq.html">seq</a>, 1};</div>
|
||||
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqMid0{<a class="code hl_struct" href="structripple_1_1test_1_1jtx_1_1seq.html">seq</a>, 2};</div>
|
||||
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqMid1{seqMid0};</div>
|
||||
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqBig{seq, uintMax};</div>
|
||||
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> seqBig{<a class="code hl_struct" href="structripple_1_1test_1_1jtx_1_1seq.html">seq</a>, uintMax};</div>
|
||||
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> </div>
|
||||
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> ticZero{ticket, 0};</div>
|
||||
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> ticSmall{ticket, 1};</div>
|
||||
@@ -177,11 +177,11 @@ $(function() {
|
||||
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> ticBig{ticket, uintMax};</div>
|
||||
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> </div>
|
||||
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> <span class="comment">// Verify operation of value(), isSeq() and isTicket().</span></div>
|
||||
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <span class="keyword">static_assert</span>(<a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(seqZero, 0, seq), <span class="stringliteral">""</span>);</div>
|
||||
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> <span class="keyword">static_assert</span>(<a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(seqSmall, 1, seq), <span class="stringliteral">""</span>);</div>
|
||||
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> <span class="keyword">static_assert</span>(<a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(seqMid0, 2, seq), <span class="stringliteral">""</span>);</div>
|
||||
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> <span class="keyword">static_assert</span>(<a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(seqMid1, 2, seq), <span class="stringliteral">""</span>);</div>
|
||||
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> <span class="keyword">static_assert</span>(<a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(seqBig, uintMax, seq), <span class="stringliteral">""</span>);</div>
|
||||
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <span class="keyword">static_assert</span>(<a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(seqZero, 0, <a class="code hl_struct" href="structripple_1_1test_1_1jtx_1_1seq.html">seq</a>), <span class="stringliteral">""</span>);</div>
|
||||
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> <span class="keyword">static_assert</span>(<a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(seqSmall, 1, <a class="code hl_struct" href="structripple_1_1test_1_1jtx_1_1seq.html">seq</a>), <span class="stringliteral">""</span>);</div>
|
||||
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> <span class="keyword">static_assert</span>(<a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(seqMid0, 2, <a class="code hl_struct" href="structripple_1_1test_1_1jtx_1_1seq.html">seq</a>), <span class="stringliteral">""</span>);</div>
|
||||
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> <span class="keyword">static_assert</span>(<a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(seqMid1, 2, <a class="code hl_struct" href="structripple_1_1test_1_1jtx_1_1seq.html">seq</a>), <span class="stringliteral">""</span>);</div>
|
||||
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> <span class="keyword">static_assert</span>(<a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(seqBig, uintMax, <a class="code hl_struct" href="structripple_1_1test_1_1jtx_1_1seq.html">seq</a>), <span class="stringliteral">""</span>);</div>
|
||||
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> </div>
|
||||
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> <span class="keyword">static_assert</span>(<a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(ticZero, 0, ticket), <span class="stringliteral">""</span>);</div>
|
||||
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> <span class="keyword">static_assert</span>(<a class="code hl_function" href="structripple_1_1SeqProxy__test.html#a4a9009571f33a8133772983678607333">expectValues</a>(ticSmall, 1, ticket), <span class="stringliteral">""</span>);</div>
|
||||
@@ -341,6 +341,7 @@ $(function() {
|
||||
<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_1test_1_1jtx_1_1seq_html"><div class="ttname"><a href="structripple_1_1test_1_1jtx_1_1seq.html">ripple::test::jtx::seq</a></div><div class="ttdoc">Set the sequence number on a JTx.</div><div class="ttdef"><b>Definition:</b> <a href="seq_8h_source.html#l00033">seq.h:34</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 -->
|
||||
|
||||
Reference in New Issue
Block a user