|
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 | |
| bool | equal (Step const &rhs) const override |
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.
| ripple::DirectStepI< TDerived >::DirectStepI | ( | StrandContext const & | ctx, |
| AccountID const & | src, | ||
| AccountID const & | dst, | ||
| Currency const & | c | ||
| ) |
Definition at line 74 of file DirectStep.cpp.
|
protected |
Definition at line 457 of file DirectStep.cpp.
|
protected |
Definition at line 749 of file DirectStep.cpp.
|
protected |
Definition at line 766 of file DirectStep.cpp.
|
protected |
Definition at line 792 of file DirectStep.cpp.
| AccountID const & ripple::DirectStepI< TDerived >::src | ( | ) | const |
Definition at line 89 of file DirectStep.cpp.
| AccountID const & ripple::DirectStepI< TDerived >::dst | ( | ) | const |
Definition at line 94 of file DirectStep.cpp.
| Currency const & ripple::DirectStepI< TDerived >::currency | ( | ) | const |
Definition at line 99 of file DirectStep.cpp.
|
override |
Definition at line 105 of file DirectStep.cpp.
|
override |
Definition at line 113 of file DirectStep.cpp.
|
override |
Definition at line 121 of file DirectStep.cpp.
|
override |
Definition at line 127 of file DirectStep.cpp.
|
override |
Definition at line 473 of file DirectStep.cpp.
|
override |
Definition at line 814 of file DirectStep.cpp.
|
override |
Definition at line 822 of file DirectStep.cpp.
| std::pair< IOUAmount, IOUAmount > ripple::DirectStepI< TDerived >::revImp | ( | PaymentSandbox & | sb, |
| ApplyView & | afView, | ||
| boost::container::flat_set< uint256 > & | ofrsToRm, | ||
| IOUAmount const & | out | ||
| ) |
Definition at line 487 of file DirectStep.cpp.
| std::pair< IOUAmount, IOUAmount > ripple::DirectStepI< TDerived >::fwdImp | ( | PaymentSandbox & | sb, |
| ApplyView & | afView, | ||
| boost::container::flat_set< uint256 > & | ofrsToRm, | ||
| IOUAmount const & | in | ||
| ) |
Definition at line 615 of file DirectStep.cpp.
|
override |
Definition at line 695 of file DirectStep.cpp.
| TER ripple::DirectStepI< TDerived >::check | ( | StrandContext const & | ctx | ) | const |
Definition at line 845 of file DirectStep.cpp.
| void ripple::DirectStepI< TDerived >::setCacheLimiting | ( | IOUAmount const & | fwdIn, |
| IOUAmount const & | fwdSrcToDst, | ||
| IOUAmount const & | fwdOut, | ||
| DebtDirection | srcDebtDir | ||
| ) |
Definition at line 573 of file DirectStep.cpp.
|
protected |
Definition at line 186 of file DirectStep.cpp.
|
overrideprivate |
Definition at line 196 of file DirectStep.cpp.
|
friend |
Definition at line 172 of file DirectStep.cpp.
|
friend |
Definition at line 179 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.