xrpld
Loading...
Searching...
No Matches
xrpl::MPTEndpointStep< TDerived >::Cache Struct Reference
Collaboration diagram for xrpl::MPTEndpointStep< TDerived >::Cache:

Public Member Functions

 Cache (MPTAmount const &in, MPTAmount const &srcToDst, MPTAmount const &out, DebtDirection srcDebtDir)

Public Attributes

MPTAmount in
MPTAmount srcToDst
MPTAmount out
DebtDirection srcDebtDir

Detailed Description

template<class TDerived>
struct xrpl::MPTEndpointStep< TDerived >::Cache

Definition at line 51 of file MPTEndpointStep.cpp.

Constructor & Destructor Documentation

◆ Cache()

template<class TDerived>
xrpl::MPTEndpointStep< TDerived >::Cache::Cache ( MPTAmount const & in,
MPTAmount const & srcToDst,
MPTAmount const & out,
DebtDirection srcDebtDir )

Definition at line 58 of file MPTEndpointStep.cpp.

Member Data Documentation

◆ in

template<class TDerived>
MPTAmount xrpl::MPTEndpointStep< TDerived >::Cache::in

Definition at line 53 of file MPTEndpointStep.cpp.

◆ srcToDst

template<class TDerived>
MPTAmount xrpl::MPTEndpointStep< TDerived >::Cache::srcToDst

Definition at line 54 of file MPTEndpointStep.cpp.

◆ out

template<class TDerived>
MPTAmount xrpl::MPTEndpointStep< TDerived >::Cache::out

Definition at line 55 of file MPTEndpointStep.cpp.

◆ srcDebtDir

template<class TDerived>
DebtDirection xrpl::MPTEndpointStep< TDerived >::Cache::srcDebtDir

Definition at line 56 of file MPTEndpointStep.cpp.