rippled
Public Member Functions | Public Attributes | List of all members
ripple::DirectStepI< TDerived >::Cache Struct Reference
Collaboration diagram for ripple::DirectStepI< TDerived >::Cache:
Collaboration graph
[legend]

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 ripple::DirectStepI< TDerived >::Cache

Definition at line 49 of file DirectStep.cpp.

Constructor & Destructor Documentation

◆ Cache()

template<class TDerived >
ripple::DirectStepI< TDerived >::Cache::Cache ( IOUAmount const &  in_,
IOUAmount const &  srcToDst_,
IOUAmount const &  out_,
DebtDirection  srcDebtDir_ 
)

Definition at line 56 of file DirectStep.cpp.

Member Data Documentation

◆ in

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

Definition at line 51 of file DirectStep.cpp.

◆ srcToDst

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

Definition at line 52 of file DirectStep.cpp.

◆ out

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

Definition at line 53 of file DirectStep.cpp.

◆ srcDebtDir

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

Definition at line 54 of file DirectStep.cpp.