|
rippled
|


Classes | |
| struct | Cache |
Protected Member Functions | |
| std::pair< IOUAmount, DebtDirection > | maxPaymentFlow (ReadView const &sb) const |
| std::pair< std::uint32_t, std::uint32_t > | qualitiesSrcRedeems (ReadView const &sb) const |
| std::pair< std::uint32_t, std::uint32_t > | qualitiesSrcIssues (ReadView const &sb, DebtDirection prevStepDebtDirection) const |
| std::pair< std::uint32_t, std::uint32_t > | qualities (ReadView const &sb, DebtDirection srcDebtDir, StrandDirection strandDir) const |
| std::string | logStringImpl (char const *name) const |
Protected Attributes | |
| AccountID | src_ |
| AccountID | dst_ |
| Currency | currency_ |
| Step const *const | prevStep_ = nullptr |
| bool const | isLast_ |
| beast::Journal const | j_ |
| std::optional< Cache > | cache_ |
Private Member Functions | |
| DirectStepI (StrandContext const &ctx, AccountID const &src, AccountID const &dst, Currency const &c) | |
| bool | equal (Step const &rhs) const override |
Private Attributes | |
| friend | TDerived |
Friends | |
| bool | operator== (DirectStepI const &lhs, DirectStepI const &rhs) |
| bool | operator!= (DirectStepI const &lhs, DirectStepI const &rhs) |
Definition at line 19 of file DirectStep.cpp.
|
private |
Definition at line 70 of file DirectStep.cpp.
|
protected |
Definition at line 461 of file DirectStep.cpp.
|
protected |
Definition at line 714 of file DirectStep.cpp.
|
protected |
Definition at line 730 of file DirectStep.cpp.
|
protected |
Definition at line 752 of file DirectStep.cpp.
| AccountID const & xrpl::DirectStepI< TDerived >::src | ( | ) | const |
Definition at line 86 of file DirectStep.cpp.
| AccountID const & xrpl::DirectStepI< TDerived >::dst | ( | ) | const |
Definition at line 91 of file DirectStep.cpp.
| Currency const & xrpl::DirectStepI< TDerived >::currency | ( | ) | const |
Definition at line 96 of file DirectStep.cpp.
|
override |
Definition at line 102 of file DirectStep.cpp.
|
override |
Definition at line 110 of file DirectStep.cpp.
|
override |
Definition at line 118 of file DirectStep.cpp.
|
override |
Definition at line 124 of file DirectStep.cpp.
|
override |
Definition at line 475 of file DirectStep.cpp.
|
override |
Definition at line 772 of file DirectStep.cpp.
|
override |
Definition at line 780 of file DirectStep.cpp.
| std::pair< IOUAmount, IOUAmount > xrpl::DirectStepI< TDerived >::revImp | ( | PaymentSandbox & | sb, |
| ApplyView & | afView, | ||
| boost::container::flat_set< uint256 > & | ofrsToRm, | ||
| IOUAmount const & | out | ||
| ) |
Definition at line 486 of file DirectStep.cpp.
| std::pair< IOUAmount, IOUAmount > xrpl::DirectStepI< TDerived >::fwdImp | ( | PaymentSandbox & | sb, |
| ApplyView & | afView, | ||
| boost::container::flat_set< uint256 > & | ofrsToRm, | ||
| IOUAmount const & | in | ||
| ) |
Definition at line 597 of file DirectStep.cpp.
|
override |
Definition at line 664 of file DirectStep.cpp.
| TER xrpl::DirectStepI< TDerived >::check | ( | StrandContext const & | ctx | ) | const |
Definition at line 799 of file DirectStep.cpp.
| void xrpl::DirectStepI< TDerived >::setCacheLimiting | ( | IOUAmount const & | fwdIn, |
| IOUAmount const & | fwdSrcToDst, | ||
| IOUAmount const & | fwdOut, | ||
| DebtDirection | srcDebtDir | ||
| ) |
Definition at line 558 of file DirectStep.cpp.
|
protected |
Definition at line 181 of file DirectStep.cpp.
|
overrideprivate |
Definition at line 191 of file DirectStep.cpp.
|
friend |
Definition at line 168 of file DirectStep.cpp.
|
friend |
Definition at line 174 of file DirectStep.cpp.
|
protected |
Definition at line 22 of file DirectStep.cpp.
|
protected |
Definition at line 23 of file DirectStep.cpp.
|
protected |
Definition at line 24 of file DirectStep.cpp.
|
protected |
Definition at line 27 of file DirectStep.cpp.
|
protected |
Definition at line 28 of file DirectStep.cpp.
|
protected |
Definition at line 29 of file DirectStep.cpp.
|
protected |
Definition at line 48 of file DirectStep.cpp.
|
private |
Definition at line 200 of file DirectStep.cpp.