This commit is contained in:
bthomee
2025-05-20 18:10:54 +00:00
parent 39d241def5
commit 90cc35d381
3215 changed files with 96027 additions and 70734 deletions

View File

@@ -163,7 +163,7 @@ $(function() {
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"><a class="line" href="classripple_1_1NodeStore_1_1detail_1_1save__stream__state.html#a3627b36145263a16883177da48e8eb9a"> 85</a></span> <span class="keyword">explicit</span> <a class="code hl_function" href="classripple_1_1NodeStore_1_1detail_1_1save__stream__state.html#a3627b36145263a16883177da48e8eb9a">save_stream_state</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::ostream</a>&amp; os)</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> : <a class="code hl_variable" href="classripple_1_1NodeStore_1_1detail_1_1save__stream__state.html#a2e3e5d0e5d053e47bf59c1a9f02824d1">os_</a>(os)</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> , <a class="code hl_variable" href="classripple_1_1NodeStore_1_1detail_1_1save__stream__state.html#affcc850e537de2693b670d657443352e">precision_</a>(os.precision())</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> , <a class="code hl_variable" href="classripple_1_1NodeStore_1_1detail_1_1save__stream__state.html#a8650d8f23c883cf74166c0161259da5f">flags_</a>(os.flags())</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> , <a class="code hl_variable" href="classripple_1_1NodeStore_1_1detail_1_1save__stream__state.html#a8650d8f23c883cf74166c0161259da5f">flags_</a>(os.<a class="code hl_class" href="classripple_1_1test_1_1jtx_1_1flags.html">flags</a>())</div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> , <a class="code hl_variable" href="classripple_1_1NodeStore_1_1detail_1_1save__stream__state.html#afd0f8b82af587a568271284a3eb5c090">fill_</a>(os.fill())</div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> {</div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> }</div>
@@ -308,9 +308,9 @@ $(function() {
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> {</div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> <span class="keywordflow">return</span>;</div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> }</div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> <span class="keyword">auto</span> <span class="keyword">const</span> rate = elapsed.count() / double(work);</div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> <span class="keyword">auto</span> <span class="keyword">const</span> <a class="code hl_function" href="namespaceripple_1_1test_1_1jtx.html#a8e8d814b8820ce0b6979abde0d6a2618">rate</a> = elapsed.count() / double(work);</div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> <a class="code hl_typedef" href="classbeast_1_1basic__seconds__clock.html#a076fccc0a6c1b7ef4531967876294275">clock_type::duration</a> <span class="keyword">const</span> remain(</div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> <span class="keyword">static_cast&lt;</span><a class="code hl_typedef" href="classbeast_1_1basic__seconds__clock.html#ab903cf7ebef389d785a765596ec05874">clock_type::duration::rep</a><span class="keyword">&gt;</span>((<a class="code hl_variable" href="classripple_1_1NodeStore_1_1progress.html#a60d3ada4c12325ec84245b51e502462c">work_</a> - work) * rate));</div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> <span class="keyword">static_cast&lt;</span><a class="code hl_typedef" href="classbeast_1_1basic__seconds__clock.html#ab903cf7ebef389d785a765596ec05874">clock_type::duration::rep</a><span class="keyword">&gt;</span>((<a class="code hl_variable" href="classripple_1_1NodeStore_1_1progress.html#a60d3ada4c12325ec84245b51e502462c">work_</a> - work) * <a class="code hl_function" href="namespaceripple_1_1test_1_1jtx.html#a8e8d814b8820ce0b6979abde0d6a2618">rate</a>));</div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> log &lt;&lt; <span class="stringliteral">&quot;Remaining: &quot;</span> &lt;&lt; <a class="code hl_function" href="namespaceripple_1_1NodeStore_1_1detail.html#aeef1ccb24557412c476f0b1b84adbc89">detail::fmtdur</a>(remain) &lt;&lt; <span class="stringliteral">&quot; (&quot;</span> &lt;&lt; work &lt;&lt; <span class="stringliteral">&quot; of &quot;</span></div>
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> &lt;&lt; <a class="code hl_variable" href="classripple_1_1NodeStore_1_1progress.html#a60d3ada4c12325ec84245b51e502462c">work_</a> &lt;&lt; <span class="stringliteral">&quot; in &quot;</span> &lt;&lt; <a class="code hl_function" href="namespaceripple_1_1NodeStore_1_1detail.html#aeef1ccb24557412c476f0b1b84adbc89">detail::fmtdur</a>(elapsed) &lt;&lt; <span class="stringliteral">&quot;, &quot;</span></div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> &lt;&lt; (work - <a class="code hl_variable" href="classripple_1_1NodeStore_1_1progress.html#ad0661f931eed276a85faf951a9529341">prev_</a>) &lt;&lt; <span class="stringliteral">&quot; in &quot;</span> &lt;&lt; <a class="code hl_function" href="namespaceripple_1_1NodeStore_1_1detail.html#aeef1ccb24557412c476f0b1b84adbc89">detail::fmtdur</a>(now - <a class="code hl_variable" href="classripple_1_1NodeStore_1_1progress.html#aa886c7e5ddabc9b2d3bb7bf265324a0c">report_</a>) &lt;&lt; <span class="stringliteral">&quot;)&quot;</span>;</div>
@@ -667,6 +667,7 @@ $(function() {
<div class="ttc" id="aclassripple_1_1NodeStore_1_1progress_html_ab9a3dfe9e93cf6ab8d35c8d1ffc711a6"><div class="ttname"><a href="classripple_1_1NodeStore_1_1progress.html#ab9a3dfe9e93cf6ab8d35c8d1ffc711a6">ripple::NodeStore::progress::progress</a></div><div class="ttdeci">progress(std::size_t work)</div><div class="ttdef"><b>Definition:</b> <a href="import__test_8cpp_source.html#l00209">import_test.cpp:209</a></div></div>
<div class="ttc" id="aclassripple_1_1NodeStore_1_1progress_html_ad0661f931eed276a85faf951a9529341"><div class="ttname"><a href="classripple_1_1NodeStore_1_1progress.html#ad0661f931eed276a85faf951a9529341">ripple::NodeStore::progress::prev_</a></div><div class="ttdeci">std::size_t prev_</div><div class="ttdef"><b>Definition:</b> <a href="import__test_8cpp_source.html#l00205">import_test.cpp:205</a></div></div>
<div class="ttc" id="aclassripple_1_1NodeStore_1_1progress_html_af9d375928f815a8be79be540eceb029a"><div class="ttname"><a href="classripple_1_1NodeStore_1_1progress.html#af9d375928f815a8be79be540eceb029a">ripple::NodeStore::progress::now_</a></div><div class="ttdeci">clock_type::time_point now_</div><div class="ttdef"><b>Definition:</b> <a href="import__test_8cpp_source.html#l00203">import_test.cpp:203</a></div></div>
<div class="ttc" id="aclassripple_1_1test_1_1jtx_1_1flags_html"><div class="ttname"><a href="classripple_1_1test_1_1jtx_1_1flags.html">ripple::test::jtx::flags</a></div><div class="ttdoc">Match set account flags.</div><div class="ttdef"><b>Definition:</b> <a href="flags_8h_source.html#l00124">flags.h:125</a></div></div>
<div class="ttc" id="adata_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/iterator/data.html">std::data</a></div><div class="ttdeci">T data(T... args)</div></div>
<div class="ttc" id="aduration_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::duration</a></div></div>
<div class="ttc" id="aemplace_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/map/emplace.html">std::map::emplace</a></div><div class="ttdeci">T emplace(T... args)</div></div>
@@ -694,6 +695,7 @@ $(function() {
<div class="ttc" id="anamespaceripple_1_1NodeStore_html_a600672c9d6874721b6701f782814c66a"><div class="ttname"><a href="namespaceripple_1_1NodeStore.html#a600672c9d6874721b6701f782814c66a">ripple::NodeStore::write</a></div><div class="ttdeci">void write(nudb::detail::ostream &amp;os, std::size_t t)</div><div class="ttdef"><b>Definition:</b> <a href="varint_8h_source.html#l00134">varint.h:134</a></div></div>
<div class="ttc" id="anamespaceripple_1_1NodeStore_html_a9eae64ce2071ee2ec06efc017f803ac2"><div class="ttname"><a href="namespaceripple_1_1NodeStore.html#a9eae64ce2071ee2ec06efc017f803ac2">ripple::NodeStore::nodeobject_decompress</a></div><div class="ttdeci">std::pair&lt; void const *, std::size_t &gt; nodeobject_decompress(void const *in, std::size_t in_size, BufferFactory &amp;&amp;bf)</div><div class="ttdef"><b>Definition:</b> <a href="codec_8h_source.html#l00111">codec.h:111</a></div></div>
<div class="ttc" id="anamespaceripple_1_1NodeStore_html_abac039eb21e1a75eeb4c392fdb1467ad"><div class="ttname"><a href="namespaceripple_1_1NodeStore.html#abac039eb21e1a75eeb4c392fdb1467ad">ripple::NodeStore::nodeobject_compress</a></div><div class="ttdeci">std::pair&lt; void const *, std::size_t &gt; nodeobject_compress(void const *in, std::size_t in_size, BufferFactory &amp;&amp;bf)</div><div class="ttdef"><b>Definition:</b> <a href="codec_8h_source.html#l00222">codec.h:222</a></div></div>
<div class="ttc" id="anamespaceripple_1_1test_1_1jtx_html_a8e8d814b8820ce0b6979abde0d6a2618"><div class="ttname"><a href="namespaceripple_1_1test_1_1jtx.html#a8e8d814b8820ce0b6979abde0d6a2618">ripple::test::jtx::rate</a></div><div class="ttdeci">Json::Value rate(Account const &amp;account, double multiplier)</div><div class="ttdoc">Set a transfer rate.</div><div class="ttdef"><b>Definition:</b> <a href="rate_8cpp_source.html#l00032">rate.cpp:32</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#l00026">algorithm.h:26</a></div></div>
<div class="ttc" id="anamespaceripple_html_a73f08af4dabdb8c1145b44e08e9407aa"><div class="ttname"><a href="namespaceripple.html#a73f08af4dabdb8c1145b44e08e9407aa">ripple::run</a></div><div class="ttdeci">int run(int argc, char **argv)</div><div class="ttdef"><b>Definition:</b> <a href="Main_8cpp_source.html#l00343">Main.cpp:343</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>