|
rippled
|
Classes | |
| struct | FlowDebugInfo |
Typedefs | |
| using | BalanceDiffs = std::pair< std::map< std::tuple< AccountID, AccountID, Currency >, STAmount >, XRPAmount > |
Functions | |
| void | writeDiffElement (std::ostringstream &ostr, std::pair< std::tuple< AccountID, AccountID, Currency >, STAmount > const &elem) |
| template<class Iter > | |
| void | writeDiffs (std::ostringstream &ostr, Iter begin, Iter end) |
| BalanceDiffs | balanceDiffs (PaymentSandbox const &sb, ReadView const &rv) |
| std::string | balanceDiffsToString (std::optional< BalanceDiffs > const &bd) |
| using ripple::path::detail::BalanceDiffs = typedef std::pair< std::map<std::tuple<AccountID, AccountID, Currency>, STAmount>, XRPAmount> |
Definition at line 338 of file FlowDebugInfo.h.
| void ripple::path::detail::writeDiffElement | ( | std::ostringstream & | ostr, |
| std::pair< std::tuple< AccountID, AccountID, Currency >, STAmount > const & | elem | ||
| ) |
Definition at line 309 of file FlowDebugInfo.h.
| void ripple::path::detail::writeDiffs | ( | std::ostringstream & | ostr, |
| Iter | begin, | ||
| Iter | end | ||
| ) |
Definition at line 322 of file FlowDebugInfo.h.
| BalanceDiffs ripple::path::detail::balanceDiffs | ( | PaymentSandbox const & | sb, |
| ReadView const & | rv | ||
| ) |
Definition at line 343 of file FlowDebugInfo.h.
| std::string ripple::path::detail::balanceDiffsToString | ( | std::optional< BalanceDiffs > const & | bd | ) |
Definition at line 349 of file FlowDebugInfo.h.