|
rippled
|
#include <FlowDebugInfo.h>

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 | |
| bool const | nativeIn |
| bool const | 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 47 of file FlowDebugInfo.h.
|
delete |
| ripple::path::detail::FlowDebugInfo::PassInfo::PassInfo | ( | bool | nativeIn_, |
| bool | nativeOut_ | ||
| ) |
Definition at line 50 of file FlowDebugInfo.h.
| void ripple::path::detail::FlowDebugInfo::PassInfo::reserve | ( | size_t | s | ) |
Definition at line 64 of file FlowDebugInfo.h.
| size_t ripple::path::detail::FlowDebugInfo::PassInfo::size | ( | ) | const |
Definition at line 74 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 80 of file FlowDebugInfo.h.
| void ripple::path::detail::FlowDebugInfo::PassInfo::pushLiquiditySrc | ( | EitherAmount const & | eIn, |
| EitherAmount const & | eOut | ||
| ) |
Definition at line 91 of file FlowDebugInfo.h.
| void ripple::path::detail::FlowDebugInfo::PassInfo::newLiquidityPass | ( | ) |
Definition at line 102 of file FlowDebugInfo.h.
| bool const ripple::path::detail::FlowDebugInfo::PassInfo::nativeIn |
Definition at line 54 of file FlowDebugInfo.h.
| bool const ripple::path::detail::FlowDebugInfo::PassInfo::nativeOut |
Definition at line 55 of file FlowDebugInfo.h.
| std::vector<EitherAmount> ripple::path::detail::FlowDebugInfo::PassInfo::in |
Definition at line 56 of file FlowDebugInfo.h.
| std::vector<EitherAmount> ripple::path::detail::FlowDebugInfo::PassInfo::out |
Definition at line 57 of file FlowDebugInfo.h.
| std::vector<size_t> ripple::path::detail::FlowDebugInfo::PassInfo::numActive |
Definition at line 58 of file FlowDebugInfo.h.
| std::vector<std::vector<EitherAmount> > ripple::path::detail::FlowDebugInfo::PassInfo::liquiditySrcIn |
Definition at line 60 of file FlowDebugInfo.h.
| std::vector<std::vector<EitherAmount> > ripple::path::detail::FlowDebugInfo::PassInfo::liquiditySrcOut |
Definition at line 61 of file FlowDebugInfo.h.