rippled
|
Public Member Functions | |
PassInfo ()=delete | |
PassInfo (bool nativeIn_, bool nativeOut_) | |
void | reserve (size_t s) |
size_t | size () const |
void | push_back (EitherAmount const &in_amt, EitherAmount const &out_amt, std::size_t active) |
void | pushLiquiditySrc (EitherAmount const &eIn, EitherAmount const &eOut) |
void | newLiquidityPass () |
Public Attributes | |
const bool | nativeIn |
const bool | nativeOut |
std::vector< EitherAmount > | in |
std::vector< EitherAmount > | out |
std::vector< size_t > | numActive |
std::vector< std::vector< EitherAmount > > | liquiditySrcIn |
std::vector< std::vector< EitherAmount > > | liquiditySrcOut |
Definition at line 46 of file FlowDebugInfo.h.
|
delete |
ripple::path::detail::FlowDebugInfo::PassInfo::PassInfo | ( | bool | nativeIn_, |
bool | nativeOut_ | ||
) |
Definition at line 49 of file FlowDebugInfo.h.
void ripple::path::detail::FlowDebugInfo::PassInfo::reserve | ( | size_t | s | ) |
Definition at line 63 of file FlowDebugInfo.h.
size_t ripple::path::detail::FlowDebugInfo::PassInfo::size | ( | ) | const |
Definition at line 73 of file FlowDebugInfo.h.
void ripple::path::detail::FlowDebugInfo::PassInfo::push_back | ( | EitherAmount const & | in_amt, |
EitherAmount const & | out_amt, | ||
std::size_t | active | ||
) |
Definition at line 79 of file FlowDebugInfo.h.
void ripple::path::detail::FlowDebugInfo::PassInfo::pushLiquiditySrc | ( | EitherAmount const & | eIn, |
EitherAmount const & | eOut | ||
) |
Definition at line 90 of file FlowDebugInfo.h.
void ripple::path::detail::FlowDebugInfo::PassInfo::newLiquidityPass | ( | ) |
Definition at line 98 of file FlowDebugInfo.h.
const bool ripple::path::detail::FlowDebugInfo::PassInfo::nativeIn |
Definition at line 53 of file FlowDebugInfo.h.
const bool ripple::path::detail::FlowDebugInfo::PassInfo::nativeOut |
Definition at line 54 of file FlowDebugInfo.h.
std::vector<EitherAmount> ripple::path::detail::FlowDebugInfo::PassInfo::in |
Definition at line 55 of file FlowDebugInfo.h.
std::vector<EitherAmount> ripple::path::detail::FlowDebugInfo::PassInfo::out |
Definition at line 56 of file FlowDebugInfo.h.
std::vector<size_t> ripple::path::detail::FlowDebugInfo::PassInfo::numActive |
Definition at line 57 of file FlowDebugInfo.h.
std::vector<std::vector<EitherAmount> > ripple::path::detail::FlowDebugInfo::PassInfo::liquiditySrcIn |
Definition at line 59 of file FlowDebugInfo.h.
std::vector<std::vector<EitherAmount> > ripple::path::detail::FlowDebugInfo::PassInfo::liquiditySrcOut |
Definition at line 60 of file FlowDebugInfo.h.