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

Public Member Functions

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

Public Attributes

IOUAmount in
IOUAmount srcToDst
IOUAmount out
DebtDirection srcDebtDir

Detailed Description

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

Definition at line 50 of file DirectStep.cpp.

Constructor & Destructor Documentation

◆ Cache()

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

Definition at line 57 of file DirectStep.cpp.

Member Data Documentation

◆ in

template<class TDerived>
IOUAmount xrpl::DirectStepI< TDerived >::Cache::in

Definition at line 52 of file DirectStep.cpp.

◆ srcToDst

template<class TDerived>
IOUAmount xrpl::DirectStepI< TDerived >::Cache::srcToDst

Definition at line 53 of file DirectStep.cpp.

◆ out

template<class TDerived>
IOUAmount xrpl::DirectStepI< TDerived >::Cache::out

Definition at line 54 of file DirectStep.cpp.

◆ srcDebtDir

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

Definition at line 55 of file DirectStep.cpp.