mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 12:05:53 +00:00
deploy: 1a8eb5e6e3
This commit is contained in:
@@ -138,7 +138,7 @@ $(function() {
|
||||
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> {</div>
|
||||
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="keywordflow">if</span> (pe.<a class="code" href="classripple_1_1STPathElement.html#a4fd64f1aed7427b3a9cfe09203e88d50">getNodeType</a>() != <a class="code" href="classripple_1_1STPathElement.html#add7ef24fbb39a048d81cdfb65aac5ae3a712c188829845be5327eda9728e4bde6">STPathElement::typeAccount</a>)</div>
|
||||
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#a20d30277b9c78756b3d14493055a307c">isXRP</a>(pe.<a class="code" href="classripple_1_1STPathElement.html#a2138297b94e90c22f4dc58e4b57dd41b">getAccountID</a>());</div>
|
||||
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#a20d30277b9c78756b3d14493055a307c">isXRP</a>(pe.<a class="code" href="classripple_1_1STPathElement.html#a34ec4c731897c178cebb4727f1445d8f">getAccountID</a>());</div>
|
||||
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span> };</div>
|
||||
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  </div>
|
||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="keyword">static</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair<TER, std::unique_ptr<Step></a>></div>
|
||||
@@ -152,18 +152,18 @@ $(function() {
|
||||
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  </div>
|
||||
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="keywordflow">if</span> (ctx.<a class="code" href="structripple_1_1StrandContext.html#a449baf2ba9ae982f455c65884b3a8500">isFirst</a> && e1-><a class="code" href="classripple_1_1STPathElement.html#ab300a48eb5113bada1b0707dc0dd8996">isAccount</a>() &&</div>
|
||||
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  (e1-><a class="code" href="classripple_1_1STPathElement.html#a4fd64f1aed7427b3a9cfe09203e88d50">getNodeType</a>() & <a class="code" href="classripple_1_1STPathElement.html#add7ef24fbb39a048d81cdfb65aac5ae3ad2680a488d17facbb27aac3e63f136a1">STPathElement::typeCurrency</a>) &&</div>
|
||||
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <a class="code" href="namespaceripple.html#a20d30277b9c78756b3d14493055a307c">isXRP</a>(e1-><a class="code" href="classripple_1_1STPathElement.html#a6f9e3519809a9bdb22dc489de2da6aa4">getCurrency</a>()))</div>
|
||||
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <a class="code" href="namespaceripple.html#a20d30277b9c78756b3d14493055a307c">isXRP</a>(e1-><a class="code" href="classripple_1_1STPathElement.html#a179714c7614d5f3b8cff5a6f934b249e">getCurrency</a>()))</div>
|
||||
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  {</div>
|
||||
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#a38bfc1d48641fd0afde5275cd77d8e29">make_XRPEndpointStep</a>(ctx, e1-><a class="code" href="classripple_1_1STPathElement.html#a2138297b94e90c22f4dc58e4b57dd41b">getAccountID</a>());</div>
|
||||
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#a38bfc1d48641fd0afde5275cd77d8e29">make_XRPEndpointStep</a>(ctx, e1-><a class="code" href="classripple_1_1STPathElement.html#a34ec4c731897c178cebb4727f1445d8f">getAccountID</a>());</div>
|
||||
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  }</div>
|
||||
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  </div>
|
||||
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <span class="keywordflow">if</span> (ctx.<a class="code" href="structripple_1_1StrandContext.html#affdfbc855490fb34aad3acdf59457f4a">isLast</a> && <a class="code" href="namespaceripple.html#ac587641c2192e11d0760414cffe2a156">isXRPAccount</a>(*e1) && e2-><a class="code" href="classripple_1_1STPathElement.html#ab300a48eb5113bada1b0707dc0dd8996">isAccount</a>())</div>
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#a38bfc1d48641fd0afde5275cd77d8e29">make_XRPEndpointStep</a>(ctx, e2-><a class="code" href="classripple_1_1STPathElement.html#a2138297b94e90c22f4dc58e4b57dd41b">getAccountID</a>());</div>
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#a38bfc1d48641fd0afde5275cd77d8e29">make_XRPEndpointStep</a>(ctx, e2-><a class="code" href="classripple_1_1STPathElement.html#a34ec4c731897c178cebb4727f1445d8f">getAccountID</a>());</div>
|
||||
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  </div>
|
||||
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <span class="keywordflow">if</span> (e1-><a class="code" href="classripple_1_1STPathElement.html#ab300a48eb5113bada1b0707dc0dd8996">isAccount</a>() && e2-><a class="code" href="classripple_1_1STPathElement.html#ab300a48eb5113bada1b0707dc0dd8996">isAccount</a>())</div>
|
||||
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  {</div>
|
||||
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  <span class="keywordflow">return</span> <a class="code" href="namespaceripple.html#a0c51e1ec471aff27c89d5b190bcde1d5">make_DirectStepI</a>(</div>
|
||||
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  ctx, e1-><a class="code" href="classripple_1_1STPathElement.html#a2138297b94e90c22f4dc58e4b57dd41b">getAccountID</a>(), e2-><a class="code" href="classripple_1_1STPathElement.html#a2138297b94e90c22f4dc58e4b57dd41b">getAccountID</a>(), curIssue.<a class="code" href="classripple_1_1Issue.html#a4b723aa4198e4c630e41de06586e2fe7">currency</a>);</div>
|
||||
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  ctx, e1-><a class="code" href="classripple_1_1STPathElement.html#a34ec4c731897c178cebb4727f1445d8f">getAccountID</a>(), e2-><a class="code" href="classripple_1_1STPathElement.html#a34ec4c731897c178cebb4727f1445d8f">getAccountID</a>(), curIssue.<a class="code" href="classripple_1_1Issue.html#a4b723aa4198e4c630e41de06586e2fe7">currency</a>);</div>
|
||||
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  }</div>
|
||||
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  </div>
|
||||
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keywordflow">if</span> (e1-><a class="code" href="classripple_1_1STPathElement.html#a37d1e2354afb85946afdc06f6de0a898">isOffer</a>() && e2-><a class="code" href="classripple_1_1STPathElement.html#ab300a48eb5113bada1b0707dc0dd8996">isAccount</a>())</div>
|
||||
@@ -179,10 +179,10 @@ $(function() {
|
||||
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  (e2-><a class="code" href="classripple_1_1STPathElement.html#a4fd64f1aed7427b3a9cfe09203e88d50">getNodeType</a>() & <a class="code" href="classripple_1_1STPathElement.html#add7ef24fbb39a048d81cdfb65aac5ae3ad2680a488d17facbb27aac3e63f136a1">STPathElement::typeCurrency</a>) ||</div>
|
||||
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  (e2-><a class="code" href="classripple_1_1STPathElement.html#a4fd64f1aed7427b3a9cfe09203e88d50">getNodeType</a>() & <a class="code" href="classripple_1_1STPathElement.html#add7ef24fbb39a048d81cdfb65aac5ae3a764e0361967b97a3e2bb09634ebb28f8">STPathElement::typeIssuer</a>));</div>
|
||||
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  <span class="keyword">auto</span> <span class="keyword">const</span> outCurrency = e2-><a class="code" href="classripple_1_1STPathElement.html#a4fd64f1aed7427b3a9cfe09203e88d50">getNodeType</a>() & <a class="code" href="classripple_1_1STPathElement.html#add7ef24fbb39a048d81cdfb65aac5ae3ad2680a488d17facbb27aac3e63f136a1">STPathElement::typeCurrency</a></div>
|
||||
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  ? e2-><a class="code" href="classripple_1_1STPathElement.html#a6f9e3519809a9bdb22dc489de2da6aa4">getCurrency</a>()</div>
|
||||
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  ? e2-><a class="code" href="classripple_1_1STPathElement.html#a179714c7614d5f3b8cff5a6f934b249e">getCurrency</a>()</div>
|
||||
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  : curIssue.<a class="code" href="classripple_1_1Issue.html#a4b723aa4198e4c630e41de06586e2fe7">currency</a>;</div>
|
||||
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  <span class="keyword">auto</span> <span class="keyword">const</span> outIssuer = e2-><a class="code" href="classripple_1_1STPathElement.html#a4fd64f1aed7427b3a9cfe09203e88d50">getNodeType</a>() & <a class="code" href="classripple_1_1STPathElement.html#add7ef24fbb39a048d81cdfb65aac5ae3a764e0361967b97a3e2bb09634ebb28f8">STPathElement::typeIssuer</a></div>
|
||||
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  ? e2-><a class="code" href="classripple_1_1STPathElement.html#a62dc93f2f9e60d5cd3afe7cbb96fa197">getIssuerID</a>()</div>
|
||||
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  ? e2-><a class="code" href="classripple_1_1STPathElement.html#a4361a5f349493bb8f24db54fad84406a">getIssuerID</a>()</div>
|
||||
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  : curIssue.<a class="code" href="classripple_1_1Issue.html#a46e4805870b1bad6a8691bed0b8acec8">account</a>;</div>
|
||||
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  </div>
|
||||
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  <span class="keywordflow">if</span> (<a class="code" href="namespaceripple.html#a20d30277b9c78756b3d14493055a307c">isXRP</a>(curIssue.<a class="code" href="classripple_1_1Issue.html#a4b723aa4198e4c630e41de06586e2fe7">currency</a>) && <a class="code" href="namespaceripple.html#a20d30277b9c78756b3d14493055a307c">isXRP</a>(outCurrency))</div>
|
||||
@@ -291,9 +291,9 @@ $(function() {
|
||||
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>  <span class="comment">// even if all that is changing is the Issue.account.</span></div>
|
||||
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>  <a class="code" href="classripple_1_1STPathElement.html">STPathElement</a> <span class="keyword">const</span>& lastCurrency =</div>
|
||||
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>  *<a class="codeRef" href="http://en.cppreference.com/w/cpp/algorithm/find.html">std::find_if</a>(normPath.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/rbegin.html">rbegin</a>(), normPath.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/rend.html">rend</a>(), hasCurrency);</div>
|
||||
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>  <span class="keywordflow">if</span> ((lastCurrency.<a class="code" href="classripple_1_1STPathElement.html#a6f9e3519809a9bdb22dc489de2da6aa4">getCurrency</a>() != deliver.<a class="code" href="classripple_1_1Issue.html#a4b723aa4198e4c630e41de06586e2fe7">currency</a>) ||</div>
|
||||
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>  <span class="keywordflow">if</span> ((lastCurrency.<a class="code" href="classripple_1_1STPathElement.html#a179714c7614d5f3b8cff5a6f934b249e">getCurrency</a>() != deliver.<a class="code" href="classripple_1_1Issue.html#a4b723aa4198e4c630e41de06586e2fe7">currency</a>) ||</div>
|
||||
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>  (offerCrossing &&</div>
|
||||
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  lastCurrency.<a class="code" href="classripple_1_1STPathElement.html#a62dc93f2f9e60d5cd3afe7cbb96fa197">getIssuerID</a>() != deliver.<a class="code" href="classripple_1_1Issue.html#a46e4805870b1bad6a8691bed0b8acec8">account</a>))</div>
|
||||
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  lastCurrency.<a class="code" href="classripple_1_1STPathElement.html#a4361a5f349493bb8f24db54fad84406a">getIssuerID</a>() != deliver.<a class="code" href="classripple_1_1Issue.html#a46e4805870b1bad6a8691bed0b8acec8">account</a>))</div>
|
||||
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>  {</div>
|
||||
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>  normPath.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/emplace_back.html">emplace_back</a>(</div>
|
||||
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>  std::nullopt, deliver.<a class="code" href="classripple_1_1Issue.html#a4b723aa4198e4c630e41de06586e2fe7">currency</a>, deliver.<a class="code" href="classripple_1_1Issue.html#a46e4805870b1bad6a8691bed0b8acec8">account</a>);</div>
|
||||
@@ -301,14 +301,14 @@ $(function() {
|
||||
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  }</div>
|
||||
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>  </div>
|
||||
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>  <span class="keywordflow">if</span> (!((normPath.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/back.html">back</a>().<a class="code" href="classripple_1_1STPathElement.html#ab300a48eb5113bada1b0707dc0dd8996">isAccount</a>() &&</div>
|
||||
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>  normPath.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/back.html">back</a>().<a class="code" href="classripple_1_1STPathElement.html#a2138297b94e90c22f4dc58e4b57dd41b">getAccountID</a>() == deliver.<a class="code" href="classripple_1_1Issue.html#a46e4805870b1bad6a8691bed0b8acec8">account</a>) ||</div>
|
||||
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>  normPath.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/back.html">back</a>().<a class="code" href="classripple_1_1STPathElement.html#a34ec4c731897c178cebb4727f1445d8f">getAccountID</a>() == deliver.<a class="code" href="classripple_1_1Issue.html#a46e4805870b1bad6a8691bed0b8acec8">account</a>) ||</div>
|
||||
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>  (dst == deliver.<a class="code" href="classripple_1_1Issue.html#a46e4805870b1bad6a8691bed0b8acec8">account</a>)))</div>
|
||||
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>  {</div>
|
||||
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>  normPath.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/emplace_back.html">emplace_back</a>(deliver.<a class="code" href="classripple_1_1Issue.html#a46e4805870b1bad6a8691bed0b8acec8">account</a>, std::nullopt, std::nullopt);</div>
|
||||
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>  }</div>
|
||||
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>  </div>
|
||||
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>  <span class="keywordflow">if</span> (!normPath.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/back.html">back</a>().<a class="code" href="classripple_1_1STPathElement.html#ab300a48eb5113bada1b0707dc0dd8996">isAccount</a>() ||</div>
|
||||
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  normPath.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/back.html">back</a>().<a class="code" href="classripple_1_1STPathElement.html#a2138297b94e90c22f4dc58e4b57dd41b">getAccountID</a>() != dst)</div>
|
||||
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  normPath.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/back.html">back</a>().<a class="code" href="classripple_1_1STPathElement.html#a34ec4c731897c178cebb4727f1445d8f">getAccountID</a>() != dst)</div>
|
||||
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>  {</div>
|
||||
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>  normPath.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/emplace_back.html">emplace_back</a>(dst, std::nullopt, std::nullopt);</div>
|
||||
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>  }</div>
|
||||
@@ -317,8 +317,8 @@ $(function() {
|
||||
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>  <span class="keywordflow">if</span> (normPath.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/size.html">size</a>() < 2)</div>
|
||||
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>  <span class="keywordflow">return</span> {<a class="code" href="namespaceripple.html#afe21c8454670d46fb93751a5edffed46a301b180a711f213c51de73aba9d28de5">temBAD_PATH</a>, Strand{}};</div>
|
||||
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>  </div>
|
||||
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>  <span class="keyword">auto</span> <span class="keyword">const</span> strandSrc = normPath.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/front.html">front</a>().<a class="code" href="classripple_1_1STPathElement.html#a2138297b94e90c22f4dc58e4b57dd41b">getAccountID</a>();</div>
|
||||
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>  <span class="keyword">auto</span> <span class="keyword">const</span> strandDst = normPath.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/back.html">back</a>().<a class="code" href="classripple_1_1STPathElement.html#a2138297b94e90c22f4dc58e4b57dd41b">getAccountID</a>();</div>
|
||||
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>  <span class="keyword">auto</span> <span class="keyword">const</span> strandSrc = normPath.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/front.html">front</a>().<a class="code" href="classripple_1_1STPathElement.html#a34ec4c731897c178cebb4727f1445d8f">getAccountID</a>();</div>
|
||||
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>  <span class="keyword">auto</span> <span class="keyword">const</span> strandDst = normPath.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/back.html">back</a>().<a class="code" href="classripple_1_1STPathElement.html#a34ec4c731897c178cebb4727f1445d8f">getAccountID</a>();</div>
|
||||
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>  <span class="keywordtype">bool</span> <span class="keyword">const</span> <a class="code" href="namespaceripple.html#a64db4e9a01a15836948b70c1689ef2ca">isDefaultPath</a> = path.empty();</div>
|
||||
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>  </div>
|
||||
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>  Strand result;</div>
|
||||
@@ -548,7 +548,7 @@ $(function() {
|
||||
<div class="line"><a name="l00477"></a><span class="lineno"> 477</span>  <a class="code" href="classbeast_1_1Journal.html">beast::Journal</a> j)</div>
|
||||
<div class="line"><a name="l00478"></a><span class="lineno"> 478</span> {</div>
|
||||
<div class="line"><a name="l00479"></a><span class="lineno"> 479</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<Strand></a> result;</div>
|
||||
<div class="line"><a name="l00480"></a><span class="lineno"> 480</span>  result.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/reserve.html">reserve</a>(1 + paths.<a class="code" href="classripple_1_1STPathSet.html#ac13165fb3c3427e7a6f8d431e5fef425">size</a>());</div>
|
||||
<div class="line"><a name="l00480"></a><span class="lineno"> 480</span>  result.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/reserve.html">reserve</a>(1 + paths.<a class="code" href="classripple_1_1STPathSet.html#af74f528bb7846fccf7665ec4e0e6667d">size</a>());</div>
|
||||
<div class="line"><a name="l00481"></a><span class="lineno"> 481</span>  <span class="comment">// Insert the strand into result if it is not already part of the vector</span></div>
|
||||
<div class="line"><a name="l00482"></a><span class="lineno"> 482</span>  <span class="keyword">auto</span> insert = [&](Strand s) {</div>
|
||||
<div class="line"><a name="l00483"></a><span class="lineno"> 483</span>  <span class="keywordtype">bool</span> <span class="keyword">const</span> hasStrand =</div>
|
||||
@@ -704,17 +704,18 @@ $(function() {
|
||||
<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="aclassripple_1_1IOUAmount_html_a4123b52991469e91f146e23382f49d6c"><div class="ttname"><a href="classripple_1_1IOUAmount.html#a4123b52991469e91f146e23382f49d6c">ripple::IOUAmount::exponent</a></div><div class="ttdeci">int exponent() const noexcept</div><div class="ttdef"><b>Definition:</b> <a href="IOUAmount_8h_source.html#l00122">IOUAmount.h:122</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Issue_html"><div class="ttname"><a href="classripple_1_1Issue.html">ripple::Issue</a></div><div class="ttdoc">A currency issued by an account.</div><div class="ttdef"><b>Definition:</b> <a href="Issue_8h_source.html#l00034">Issue.h:34</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_a37d1e2354afb85946afdc06f6de0a898"><div class="ttname"><a href="classripple_1_1STPathElement.html#a37d1e2354afb85946afdc06f6de0a898">ripple::STPathElement::isOffer</a></div><div class="ttdeci">bool isOffer() const</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00139">STPathSet.h:139</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_a37d1e2354afb85946afdc06f6de0a898"><div class="ttname"><a href="classripple_1_1STPathElement.html#a37d1e2354afb85946afdc06f6de0a898">ripple::STPathElement::isOffer</a></div><div class="ttdeci">bool isOffer() const</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00322">STPathSet.h:322</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a1842fee89cdf9025217d48514df19b1a"><div class="ttname"><a href="namespaceripple.html#a1842fee89cdf9025217d48514df19b1a">ripple::isConsistent</a></div><div class="ttdeci">bool isConsistent(Book const &book)</div><div class="ttdef"><b>Definition:</b> <a href="Book_8cpp_source.html#l00025">Book.cpp:25</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1Journal_html_abbe082bd27ca0f1d1365af2824e4f85b"><div class="ttname"><a href="classbeast_1_1Journal.html#abbe082bd27ca0f1d1365af2824e4f85b">beast::Journal::trace</a></div><div class="ttdeci">Stream trace() const</div><div class="ttdoc">Severity stream access functions.</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00309">Journal.h:309</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ac463e227ceb7524485603e9ae4edfaae"><div class="ttname"><a href="namespaceripple.html#ac463e227ceb7524485603e9ae4edfaae">ripple::make_BookStepXI</a></div><div class="ttdeci">std::pair< TER, std::unique_ptr< Step > > make_BookStepXI(StrandContext const &ctx, Issue const &out)</div><div class="ttdef"><b>Definition:</b> <a href="BookStep_8cpp_source.html#l01192">BookStep.cpp:1192</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_add7ef24fbb39a048d81cdfb65aac5ae3ad9c29914b76f0214942819e528705d43"><div class="ttname"><a href="classripple_1_1STPathElement.html#add7ef24fbb39a048d81cdfb65aac5ae3ad9c29914b76f0214942819e528705d43">ripple::STPathElement::typeAll</a></div><div class="ttdeci">@ typeAll</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00043">STPathSet.h:43</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_add7ef24fbb39a048d81cdfb65aac5ae3ad9c29914b76f0214942819e528705d43"><div class="ttname"><a href="classripple_1_1STPathElement.html#add7ef24fbb39a048d81cdfb65aac5ae3ad9c29914b76f0214942819e528705d43">ripple::STPathElement::typeAll</a></div><div class="ttdeci">@ typeAll</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00051">STPathSet.h:51</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a3484fee645d66b15df994a77f0d7e006"><div class="ttname"><a href="namespaceripple.html#a3484fee645d66b15df994a77f0d7e006">ripple::make_BookStepII</a></div><div class="ttdeci">std::pair< TER, std::unique_ptr< Step > > make_BookStepII(StrandContext const &ctx, Issue const &in, Issue const &out)</div><div class="ttdef"><b>Definition:</b> <a href="BookStep_8cpp_source.html#l01180">BookStep.cpp:1180</a></div></div>
|
||||
<div class="ttc" id="apair_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair</a></div></div>
|
||||
<div class="ttc" id="areserve_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/reserve.html">std::vector::reserve</a></div><div class="ttdeci">T reserve(T... args)</div></div>
|
||||
<div class="ttc" id="avector_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a></div><div class="ttdoc">STL class.</div></div>
|
||||
<div class="ttc" id="afind_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/algorithm/find.html">std::find_if</a></div><div class="ttdeci">T find_if(T... args)</div></div>
|
||||
<div class="ttc" id="asize_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/size.html">std::vector::size</a></div><div class="ttdeci">T size(T... args)</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_a179714c7614d5f3b8cff5a6f934b249e"><div class="ttname"><a href="classripple_1_1STPathElement.html#a179714c7614d5f3b8cff5a6f934b249e">ripple::STPathElement::getCurrency</a></div><div class="ttdeci">Currency const & getCurrency() const</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00360">STPathSet.h:360</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a64db4e9a01a15836948b70c1689ef2ca"><div class="ttname"><a href="namespaceripple.html#a64db4e9a01a15836948b70c1689ef2ca">ripple::isDefaultPath</a></div><div class="ttdeci">static bool isDefaultPath(STPath const &path)</div><div class="ttdef"><b>Definition:</b> <a href="Pathfinder_8cpp_source.html#l00446">Pathfinder.cpp:446</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a948ed7ae32de8014f0a5f421f36bedc1"><div class="ttname"><a href="namespaceripple.html#a948ed7ae32de8014f0a5f421f36bedc1">ripple::checkNear</a></div><div class="ttdeci">bool checkNear(IOUAmount const &expected, IOUAmount const &actual)</div><div class="ttdef"><b>Definition:</b> <a href="PaySteps_8cpp_source.html#l00036">PaySteps.cpp:36</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Issue_html_a4b723aa4198e4c630e41de06586e2fe7"><div class="ttname"><a href="classripple_1_1Issue.html#a4b723aa4198e4c630e41de06586e2fe7">ripple::Issue::currency</a></div><div class="ttdeci">Currency currency</div><div class="ttdef"><b>Definition:</b> <a href="Issue_8h_source.html#l00037">Issue.h:37</a></div></div>
|
||||
@@ -723,34 +724,33 @@ $(function() {
|
||||
<div class="ttc" id="aclassbeast_1_1Journal_html_ad8fefe3e8ad583e1ed1bf02094ac3d8f"><div class="ttname"><a href="classbeast_1_1Journal.html#ad8fefe3e8ad583e1ed1bf02094ac3d8f">beast::Journal::warn</a></div><div class="ttdeci">Stream warn() const</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00327">Journal.h:327</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a0c51e1ec471aff27c89d5b190bcde1d5"><div class="ttname"><a href="namespaceripple.html#a0c51e1ec471aff27c89d5b190bcde1d5">ripple::make_DirectStepI</a></div><div class="ttdeci">std::pair< TER, std::unique_ptr< Step > > make_DirectStepI(StrandContext const &ctx, AccountID const &src, AccountID const &dst, Currency const &c)</div><div class="ttdef"><b>Definition:</b> <a href="DirectStep_8cpp_source.html#l00976">DirectStep.cpp:976</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1IOUAmount_html"><div class="ttname"><a href="classripple_1_1IOUAmount.html">ripple::IOUAmount</a></div><div class="ttdoc">Floating point representation of amounts with high dynamic range.</div><div class="ttdef"><b>Definition:</b> <a href="IOUAmount_8h_source.html#l00041">IOUAmount.h:41</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_a6f9e3519809a9bdb22dc489de2da6aa4"><div class="ttname"><a href="classripple_1_1STPathElement.html#a6f9e3519809a9bdb22dc489de2da6aa4">ripple::STPathElement::getCurrency</a></div><div class="ttdeci">Currency const & getCurrency() const</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00177">STPathSet.h:177</a></div></div>
|
||||
<div class="ttc" id="aback_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/back.html">std::vector::back</a></div><div class="ttdeci">T back(T... args)</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a629dc11886717ced6ef51aaa6c2f9ece"><div class="ttname"><a href="namespaceripple.html#a629dc11886717ced6ef51aaa6c2f9ece">ripple::toStrand</a></div><div class="ttdeci">std::pair< TER, Strand > toStrand(ReadView const &view, AccountID const &src, AccountID const &dst, Issue const &deliver, std::optional< Quality > const &limitQuality, std::optional< Issue > const &sendMaxIssue, STPath const &path, bool ownerPaysTransferFee, bool offerCrossing, beast::Journal j)</div><div class="ttdoc">Create a Strand for the specified path.</div><div class="ttdef"><b>Definition:</b> <a href="PaySteps_8cpp_source.html#l00135">PaySteps.cpp:135</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_afe21c8454670d46fb93751a5edffed46a301b180a711f213c51de73aba9d28de5"><div class="ttname"><a href="namespaceripple.html#afe21c8454670d46fb93751a5edffed46a301b180a711f213c51de73aba9d28de5">ripple::temBAD_PATH</a></div><div class="ttdeci">@ temBAD_PATH</div><div class="ttdef"><b>Definition:</b> <a href="TER_8h_source.html#l00091">TER.h:91</a></div></div>
|
||||
<div class="ttc" id="afront_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/front.html">std::vector::front</a></div><div class="ttdeci">T front(T... args)</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_add7ef24fbb39a048d81cdfb65aac5ae3ad2680a488d17facbb27aac3e63f136a1"><div class="ttname"><a href="classripple_1_1STPathElement.html#add7ef24fbb39a048d81cdfb65aac5ae3ad2680a488d17facbb27aac3e63f136a1">ripple::STPathElement::typeCurrency</a></div><div class="ttdeci">@ typeCurrency</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00040">STPathSet.h:40</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathSet_html"><div class="ttname"><a href="classripple_1_1STPathSet.html">ripple::STPathSet</a></div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00309">STPathSet.h:309</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_add7ef24fbb39a048d81cdfb65aac5ae3ad2680a488d17facbb27aac3e63f136a1"><div class="ttname"><a href="classripple_1_1STPathElement.html#add7ef24fbb39a048d81cdfb65aac5ae3ad2680a488d17facbb27aac3e63f136a1">ripple::STPathElement::typeCurrency</a></div><div class="ttdeci">@ typeCurrency</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00048">STPathSet.h:48</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathSet_html"><div class="ttname"><a href="classripple_1_1STPathSet.html">ripple::STPathSet</a></div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00175">STPathSet.h:175</a></div></div>
|
||||
<div class="ttc" id="aalgorithm_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/algorithm.html">algorithm</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathSet_html_a22435db9f32e0a4de785c3249e0f917d"><div class="ttname"><a href="classripple_1_1STPathSet.html#a22435db9f32e0a4de785c3249e0f917d">ripple::STPathSet::empty</a></div><div class="ttdeci">bool empty() const</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00387">STPathSet.h:387</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_add7ef24fbb39a048d81cdfb65aac5ae3a764e0361967b97a3e2bb09634ebb28f8"><div class="ttname"><a href="classripple_1_1STPathElement.html#add7ef24fbb39a048d81cdfb65aac5ae3a764e0361967b97a3e2bb09634ebb28f8">ripple::STPathElement::typeIssuer</a></div><div class="ttdeci">@ typeIssuer</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00041">STPathSet.h:41</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathSet_html_a22435db9f32e0a4de785c3249e0f917d"><div class="ttname"><a href="classripple_1_1STPathSet.html#a22435db9f32e0a4de785c3249e0f917d">ripple::STPathSet::empty</a></div><div class="ttdeci">bool empty() const</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00502">STPathSet.h:502</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_add7ef24fbb39a048d81cdfb65aac5ae3a764e0361967b97a3e2bb09634ebb28f8"><div class="ttname"><a href="classripple_1_1STPathElement.html#add7ef24fbb39a048d81cdfb65aac5ae3a764e0361967b97a3e2bb09634ebb28f8">ripple::STPathElement::typeIssuer</a></div><div class="ttdeci">@ typeIssuer</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00049">STPathSet.h:49</a></div></div>
|
||||
<div class="ttc" id="apush_back_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/push_back.html">std::vector::push_back</a></div><div class="ttdeci">T push_back(T... args)</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a502b151afe4471c48e819ae2b1dfb3a8"><div class="ttname"><a href="namespaceripple.html#a502b151afe4471c48e819ae2b1dfb3a8">ripple::toStrands</a></div><div class="ttdeci">std::pair< TER, std::vector< Strand > > toStrands(ReadView const &view, AccountID const &src, AccountID const &dst, Issue const &deliver, std::optional< Quality > const &limitQuality, std::optional< Issue > const &sendMax, STPathSet const &paths, bool addDefaultPath, bool ownerPaysTransferFee, bool offerCrossing, beast::Journal j)</div><div class="ttdoc">Create a Strand for each specified path (including the default path, if indicated)</div><div class="ttdef"><b>Definition:</b> <a href="PaySteps_8cpp_source.html#l00466">PaySteps.cpp:466</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< 160, detail::AccountIDTag ></a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a3b2cce50d7b19cd85a67680b2b482319"><div class="ttname"><a href="namespaceripple.html#a3b2cce50d7b19cd85a67680b2b482319">ripple::toStep</a></div><div class="ttdeci">static std::pair< TER, std::unique_ptr< Step > > toStep(StrandContext const &ctx, STPathElement const *e1, STPathElement const *e2, Issue const &curIssue)</div><div class="ttdef"><b>Definition:</b> <a href="PaySteps_8cpp_source.html#l00074">PaySteps.cpp:74</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_a4fd64f1aed7427b3a9cfe09203e88d50"><div class="ttname"><a href="classripple_1_1STPathElement.html#a4fd64f1aed7427b3a9cfe09203e88d50">ripple::STPathElement::getNodeType</a></div><div class="ttdeci">auto getNodeType() const</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00133">STPathSet.h:133</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_a4fd64f1aed7427b3a9cfe09203e88d50"><div class="ttname"><a href="classripple_1_1STPathElement.html#a4fd64f1aed7427b3a9cfe09203e88d50">ripple::STPathElement::getNodeType</a></div><div class="ttdeci">auto getNodeType() const</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00316">STPathSet.h:316</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathSet_html_af74f528bb7846fccf7665ec4e0e6667d"><div class="ttname"><a href="classripple_1_1STPathSet.html#af74f528bb7846fccf7665ec4e0e6667d">ripple::STPathSet::size</a></div><div class="ttdeci">std::vector< STPath >::size_type size() const</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00496">STPathSet.h:496</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a169967ff418b80729654b6d45ade8711a334c4a4c42fdb79d7ebc3e73b517e6f8"><div class="ttname"><a href="namespaceripple.html#a169967ff418b80729654b6d45ade8711a334c4a4c42fdb79d7ebc3e73b517e6f8">ripple::JsonOptions::none</a></div><div class="ttdeci">@ none</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1TERSubset_html"><div class="ttname"><a href="classripple_1_1TERSubset.html">ripple::TERSubset< CanCvtToTER ></a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a38bfc1d48641fd0afde5275cd77d8e29"><div class="ttname"><a href="namespaceripple.html#a38bfc1d48641fd0afde5275cd77d8e29">ripple::make_XRPEndpointStep</a></div><div class="ttdeci">std::pair< TER, std::unique_ptr< Step > > make_XRPEndpointStep(StrandContext const &ctx, AccountID const &acc)</div><div class="ttdef"><b>Definition:</b> <a href="XRPEndpointStep_8cpp_source.html#l00399">XRPEndpointStep.cpp:399</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Step_html"><div class="ttname"><a href="classripple_1_1Step.html">ripple::Step</a></div><div class="ttdoc">A step in a payment path.</div><div class="ttdef"><b>Definition:</b> <a href="Steps_8h_source.html#l00079">Steps.h:79</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_a62dc93f2f9e60d5cd3afe7cbb96fa197"><div class="ttname"><a href="classripple_1_1STPathElement.html#a62dc93f2f9e60d5cd3afe7cbb96fa197">ripple::STPathElement::getIssuerID</a></div><div class="ttdeci">AccountID const & getIssuerID() const</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00183">STPathSet.h:183</a></div></div>
|
||||
<div class="ttc" id="aarray_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/array.html">std::array</a></div><div class="ttdoc">STL class.</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_a2138297b94e90c22f4dc58e4b57dd41b"><div class="ttname"><a href="classripple_1_1STPathElement.html#a2138297b94e90c22f4dc58e4b57dd41b">ripple::STPathElement::getAccountID</a></div><div class="ttdeci">AccountID const & getAccountID() const</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00171">STPathSet.h:171</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a21696ba0d0fac348f88f1b9da51091b0"><div class="ttname"><a href="namespaceripple.html#a21696ba0d0fac348f88f1b9da51091b0">ripple::xrpAccount</a></div><div class="ttdeci">AccountID const & xrpAccount()</div><div class="ttdoc">Compute AccountID from public key.</div><div class="ttdef"><b>Definition:</b> <a href="AccountID_8cpp_source.html#l00090">AccountID.cpp:90</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a20d30277b9c78756b3d14493055a307c"><div class="ttname"><a href="namespaceripple.html#a20d30277b9c78756b3d14493055a307c">ripple::isXRP</a></div><div class="ttdeci">bool isXRP(AccountID const &c)</div><div class="ttdef"><b>Definition:</b> <a href="AccountID_8h_source.html#l00089">AccountID.h:89</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1StrandContext_html_affdfbc855490fb34aad3acdf59457f4a"><div class="ttname"><a href="structripple_1_1StrandContext.html#affdfbc855490fb34aad3acdf59457f4a">ripple::StrandContext::isLast</a></div><div class="ttdeci">const bool isLast</div><div class="ttdoc">true if Step is last in Strand</div><div class="ttdef"><b>Definition:</b> <a href="Steps_8h_source.html#l00505">Steps.h:505</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1Journal_html"><div class="ttname"><a href="classbeast_1_1Journal.html">beast::Journal</a></div><div class="ttdoc">A generic endpoint for log messages.</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00058">Journal.h:58</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ac06771af6625c1d8cd71e57570e84136"><div class="ttname"><a href="namespaceripple.html#ac06771af6625c1d8cd71e57570e84136">ripple::isDirectXrpToXrp</a></div><div class="ttdeci">bool isDirectXrpToXrp(Strand const &strand)</div><div class="ttdef"><b>Definition:</b> <a href="PaySteps_8cpp_source.html#l00611">PaySteps.cpp:611</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1StrandContext_html_a4004cdee59805566766958fbf01c13ae"><div class="ttname"><a href="structripple_1_1StrandContext.html#a4004cdee59805566766958fbf01c13ae">ripple::StrandContext::j</a></div><div class="ttdeci">const beast::Journal j</div><div class="ttdef"><b>Definition:</b> <a href="Steps_8h_source.html#l00524">Steps.h:524</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_a4361a5f349493bb8f24db54fad84406a"><div class="ttname"><a href="classripple_1_1STPathElement.html#a4361a5f349493bb8f24db54fad84406a">ripple::STPathElement::getIssuerID</a></div><div class="ttdeci">AccountID const & getIssuerID() const</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00366">STPathSet.h:366</a></div></div>
|
||||
<div class="ttc" id="arend_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/rend.html">std::vector::rend</a></div><div class="ttdeci">T rend(T... args)</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_afa62aedcc768b19fe299d1a1e625615c"><div class="ttname"><a href="namespaceripple.html#afa62aedcc768b19fe299d1a1e625615c">ripple::isDirectXrpToXrp< XRPAmount, XRPAmount ></a></div><div class="ttdeci">bool isDirectXrpToXrp< XRPAmount, XRPAmount >(Strand const &strand)</div><div class="ttdef"><b>Definition:</b> <a href="PaySteps_8cpp_source.html#l00618">PaySteps.cpp:618</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1ReadView_html"><div class="ttname"><a href="classripple_1_1ReadView.html">ripple::ReadView</a></div><div class="ttdoc">A view into a ledger.</div><div class="ttdef"><b>Definition:</b> <a href="ReadView_8h_source.html#l00192">ReadView.h:192</a></div></div>
|
||||
@@ -761,10 +761,9 @@ $(function() {
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html"><div class="ttname"><a href="classripple_1_1STPathElement.html">ripple::STPathElement</a></div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00033">STPathSet.h:33</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ac587641c2192e11d0760414cffe2a156"><div class="ttname"><a href="namespaceripple.html#ac587641c2192e11d0760414cffe2a156">ripple::isXRPAccount</a></div><div class="ttdeci">static bool isXRPAccount(STPathElement const &pe)</div><div class="ttdef"><b>Definition:</b> <a href="PaySteps_8cpp_source.html#l00066">PaySteps.cpp:66</a></div></div>
|
||||
<div class="ttc" id="abegin_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/begin.html">std::vector::begin</a></div><div class="ttdeci">T begin(T... args)</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_add7ef24fbb39a048d81cdfb65aac5ae3a712c188829845be5327eda9728e4bde6"><div class="ttname"><a href="classripple_1_1STPathElement.html#add7ef24fbb39a048d81cdfb65aac5ae3a712c188829845be5327eda9728e4bde6">ripple::STPathElement::typeAccount</a></div><div class="ttdeci">@ typeAccount</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00038">STPathSet.h:38</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_add7ef24fbb39a048d81cdfb65aac5ae3a712c188829845be5327eda9728e4bde6"><div class="ttname"><a href="classripple_1_1STPathElement.html#add7ef24fbb39a048d81cdfb65aac5ae3a712c188829845be5327eda9728e4bde6">ripple::STPathElement::typeAccount</a></div><div class="ttdeci">@ typeAccount</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00046">STPathSet.h:46</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_afe21c8454670d46fb93751a5edffed46ae1387341c43b7f473e5b2b6e0d9dc5bb"><div class="ttname"><a href="namespaceripple.html#afe21c8454670d46fb93751a5edffed46ae1387341c43b7f473e5b2b6e0d9dc5bb">ripple::temRIPPLE_EMPTY</a></div><div class="ttdeci">@ temRIPPLE_EMPTY</div><div class="ttdef"><b>Definition:</b> <a href="TER_8h_source.html#l00108">TER.h:108</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1StrandContext_html_a449baf2ba9ae982f455c65884b3a8500"><div class="ttname"><a href="structripple_1_1StrandContext.html#a449baf2ba9ae982f455c65884b3a8500">ripple::StrandContext::isFirst</a></div><div class="ttdeci">const bool isFirst</div><div class="ttdoc">true if Step is first in Strand</div><div class="ttdef"><b>Definition:</b> <a href="Steps_8h_source.html#l00504">Steps.h:504</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathSet_html_ac13165fb3c3427e7a6f8d431e5fef425"><div class="ttname"><a href="classripple_1_1STPathSet.html#ac13165fb3c3427e7a6f8d431e5fef425">ripple::STPathSet::size</a></div><div class="ttdeci">std::vector< STPath >::size_type size() const</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00381">STPathSet.h:381</a></div></div>
|
||||
<div class="ttc" id="aempty_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/empty.html">std::vector::empty</a></div><div class="ttdeci">T empty(T... args)</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_af13e153259f9f64839b634f3b9642dcb"><div class="ttname"><a href="namespaceripple.html#af13e153259f9f64839b634f3b9642dcb">ripple::xrpIssue</a></div><div class="ttdeci">Issue const & xrpIssue()</div><div class="ttdoc">Returns an asset specifier that represents XRP.</div><div class="ttdef"><b>Definition:</b> <a href="Issue_8h_source.html#l00097">Issue.h:97</a></div></div>
|
||||
<div class="ttc" id="aoptional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional< Quality ></a></div></div>
|
||||
@@ -776,10 +775,10 @@ $(function() {
|
||||
<div class="ttc" id="anumeric_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/numeric.html">numeric</a></div></div>
|
||||
<div class="ttc" id="amax_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/algorithm/max.html">std::max</a></div><div class="ttdeci">T max(T... args)</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a768e10d7d7bb643dccf0325cf1cd9256"><div class="ttname"><a href="namespaceripple.html#a768e10d7d7bb643dccf0325cf1cd9256">ripple::isDirectXrpToXrp< IOUAmount, XRPAmount ></a></div><div class="ttdeci">template bool isDirectXrpToXrp< IOUAmount, XRPAmount >(Strand const &strand)</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_ab300a48eb5113bada1b0707dc0dd8996"><div class="ttname"><a href="classripple_1_1STPathElement.html#ab300a48eb5113bada1b0707dc0dd8996">ripple::STPathElement::isAccount</a></div><div class="ttdeci">bool isAccount() const</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00145">STPathSet.h:145</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_ab300a48eb5113bada1b0707dc0dd8996"><div class="ttname"><a href="classripple_1_1STPathElement.html#ab300a48eb5113bada1b0707dc0dd8996">ripple::STPathElement::isAccount</a></div><div class="ttdeci">bool isAccount() const</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00328">STPathSet.h:328</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a87ca56bb018dd1fe6d4bca41a9340ea6"><div class="ttname"><a href="namespaceripple.html#a87ca56bb018dd1fe6d4bca41a9340ea6">ripple::make_BookStepIX</a></div><div class="ttdeci">std::pair< TER, std::unique_ptr< Step > > make_BookStepIX(StrandContext const &ctx, Issue const &in)</div><div class="ttdef"><b>Definition:</b> <a href="BookStep_8cpp_source.html#l01186">BookStep.cpp:1186</a></div></div>
|
||||
<div class="ttc" id="aunique_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a></div><div class="ttdoc">STL class.</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPath_html"><div class="ttname"><a href="classripple_1_1STPath.html">ripple::STPath</a></div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00212">STPathSet.h:212</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPath_html"><div class="ttname"><a href="classripple_1_1STPath.html">ripple::STPath</a></div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00117">STPathSet.h:117</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a919e13014bb6aa8cf75f424e7552811b"><div class="ttname"><a href="namespaceripple.html#a919e13014bb6aa8cf75f424e7552811b">ripple::isDirectXrpToXrp< XRPAmount, IOUAmount ></a></div><div class="ttdeci">template bool isDirectXrpToXrp< XRPAmount, IOUAmount >(Strand const &strand)</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aabc7f150d5082c73116a1cd5962b434da28c7d8b3ed759d363503a05fcd59f151"><div class="ttname"><a href="namespaceripple.html#aabc7f150d5082c73116a1cd5962b434da28c7d8b3ed759d363503a05fcd59f151">ripple::tesSUCCESS</a></div><div class="ttdeci">@ tesSUCCESS</div><div class="ttdef"><b>Definition:</b> <a href="TER_8h_source.html#l00217">TER.h:217</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a065cda95aed9cb1d66fb81cad0867ef6"><div class="ttname"><a href="namespaceripple.html#a065cda95aed9cb1d66fb81cad0867ef6">ripple::noAccount</a></div><div class="ttdeci">AccountID const & noAccount()</div><div class="ttdoc">A placeholder for empty accounts.</div><div class="ttdef"><b>Definition:</b> <a href="AccountID_8cpp_source.html#l00097">AccountID.cpp:97</a></div></div>
|
||||
@@ -789,6 +788,7 @@ $(function() {
|
||||
<div class="ttc" id="arbegin_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/rbegin.html">std::vector::rbegin</a></div><div class="ttdeci">T rbegin(T... args)</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a104985c6e3067babe99aca6bbc51ba5d"><div class="ttname"><a href="namespaceripple.html#a104985c6e3067babe99aca6bbc51ba5d">ripple::get</a></div><div class="ttdeci">T & get(EitherAmount &amt)</div><div class="ttdef"><b>Definition:</b> <a href="AmountSpec_8h_source.html#l00118">AmountSpec.h:118</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1XRPAmount_html"><div class="ttname"><a href="classripple_1_1XRPAmount.html">ripple::XRPAmount</a></div><div class="ttdef"><b>Definition:</b> <a href="XRPAmount_8h_source.html#l00046">XRPAmount.h:46</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STPathElement_html_a34ec4c731897c178cebb4727f1445d8f"><div class="ttname"><a href="classripple_1_1STPathElement.html#a34ec4c731897c178cebb4727f1445d8f">ripple::STPathElement::getAccountID</a></div><div class="ttdeci">AccountID const & getAccountID() const</div><div class="ttdef"><b>Definition:</b> <a href="STPathSet_8h_source.html#l00354">STPathSet.h:354</a></div></div>
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated by  <a href="http://www.doxygen.org/index.html">
|
||||
|
||||
Reference in New Issue
Block a user