|
xrpld
|


Public Member Functions | |
| AccountID const & | acc () const |
| std::optional< std::pair< AccountID, AccountID > > | directStepAccts () const override |
| std::optional< EitherAmount > | cachedIn () const override |
| std::optional< EitherAmount > | cachedOut () const override |
| DebtDirection | debtDirection (ReadView const &sb, StrandDirection dir) const override |
| std::pair< std::optional< Quality >, DebtDirection > | qualityUpperBound (ReadView const &v, DebtDirection prevStepDir) const override |
| std::pair< XRPAmount, XRPAmount > | revImp (PaymentSandbox &sb, ApplyView &afView, boost::container::flat_set< uint256 > &ofrsToRm, XRPAmount const &out) |
| std::pair< XRPAmount, XRPAmount > | fwdImp (PaymentSandbox &sb, ApplyView &afView, boost::container::flat_set< uint256 > &ofrsToRm, XRPAmount const &in) |
| std::pair< bool, EitherAmount > | validFwd (PaymentSandbox &sb, ApplyView &afView, EitherAmount const &in) override |
| TER | check (StrandContext const &ctx) const |
Protected Member Functions | |
| XRPAmount | xrpLiquidImpl (ReadView &sb, std::int32_t reserveReduction) const |
| std::string | logStringImpl (char const *name) const |
Private Member Functions | |
| std::optional< EitherAmount > | cached () const |
| XRPEndpointStep (StrandContext const &ctx, AccountID const &acc) | |
| bool | equal (Step const &rhs) const override |
Private Attributes | |
| AccountID | acc_ |
| bool const | isLast_ |
| beast::Journal const | j_ |
| std::optional< XRPAmount > | cache_ |
| friend | TDerived |
Friends | |
| template<class P> | |
| bool | operator== (XRPEndpointStep< P > const &lhs, XRPEndpointStep< P > const &rhs) |
| bool | operator!= (XRPEndpointStep const &lhs, XRPEndpointStep const &rhs) |
Definition at line 35 of file XRPEndpointStep.cpp.
|
private |
Definition at line 55 of file XRPEndpointStep.cpp.
|
nodiscardprivate |
Definition at line 48 of file XRPEndpointStep.cpp.
|
nodiscard |
Definition at line 62 of file XRPEndpointStep.cpp.
|
nodiscardoverride |
Definition at line 68 of file XRPEndpointStep.cpp.
|
nodiscardoverride |
Definition at line 76 of file XRPEndpointStep.cpp.
|
nodiscardoverride |
Definition at line 82 of file XRPEndpointStep.cpp.
|
nodiscardoverride |
Definition at line 88 of file XRPEndpointStep.cpp.
|
nodiscardoverride |
Definition at line 253 of file XRPEndpointStep.cpp.
| std::pair< XRPAmount, XRPAmount > xrpl::XRPEndpointStep< TDerived >::revImp | ( | PaymentSandbox & | sb, |
| ApplyView & | afView, | ||
| boost::container::flat_set< uint256 > & | ofrsToRm, | ||
| XRPAmount const & | out ) |
Definition at line 260 of file XRPEndpointStep.cpp.
| std::pair< XRPAmount, XRPAmount > xrpl::XRPEndpointStep< TDerived >::fwdImp | ( | PaymentSandbox & | sb, |
| ApplyView & | afView, | ||
| boost::container::flat_set< uint256 > & | ofrsToRm, | ||
| XRPAmount const & | in ) |
Definition at line 282 of file XRPEndpointStep.cpp.
|
override |
Definition at line 305 of file XRPEndpointStep.cpp.
|
nodiscard |
Definition at line 337 of file XRPEndpointStep.cpp.
|
protected |
Definition at line 119 of file XRPEndpointStep.cpp.
|
protected |
Definition at line 125 of file XRPEndpointStep.cpp.
|
nodiscardoverrideprivate |
Definition at line 145 of file XRPEndpointStep.cpp.
|
friend |
|
friend |
Definition at line 139 of file XRPEndpointStep.cpp.
|
private |
Definition at line 38 of file XRPEndpointStep.cpp.
|
private |
Definition at line 39 of file XRPEndpointStep.cpp.
|
private |
Definition at line 40 of file XRPEndpointStep.cpp.
|
private |
Definition at line 45 of file XRPEndpointStep.cpp.
|
private |
Definition at line 154 of file XRPEndpointStep.cpp.