|
rippled
|

Classes | |
| struct | DropsGone |
Public Member Functions | |
| Impl (ReadView const &view, CashFilter lhsFilter, detail::ApplyStateTable const &lhs, CashFilter rhsFilter, detail::ApplyStateTable const &rhs) | |
| std::size_t | commonCount () const |
| std::size_t | lhsOnlyCount () const |
| std::size_t | rhsOnlyCount () const |
| bool | hasDiff () const |
| int | xrpRoundToZero () const |
| bool | rmDust () |
| bool | rmLhsDeletedOffers () |
| bool | rmRhsDeletedOffers () |
Private Member Functions | |
| void | findDiffs (CashFilter lhsFilter, detail::ApplyStateTable const &lhs, CashFilter rhsFilter, detail::ApplyStateTable const &rhs) |
Private Attributes | |
| ReadView const & | view_ |
| std::size_t | commonKeys_ = 0 |
| std::size_t | lhsKeys_ = 0 |
| std::size_t | rhsKeys_ = 0 |
| std::optional< DropsGone > | dropsGone_ |
| detail::CashSummary | lhsDiffs_ |
| detail::CashSummary | rhsDiffs_ |
Definition at line 288 of file CashDiff.cpp.
| ripple::CashDiff::Impl::Impl | ( | ReadView const & | view, |
| CashFilter | lhsFilter, | ||
| detail::ApplyStateTable const & | lhs, | ||
| CashFilter | rhsFilter, | ||
| detail::ApplyStateTable const & | rhs | ||
| ) |
Definition at line 309 of file CashDiff.cpp.
| std::size_t ripple::CashDiff::Impl::commonCount | ( | ) | const |
Definition at line 321 of file CashDiff.cpp.
| std::size_t ripple::CashDiff::Impl::lhsOnlyCount | ( | ) | const |
Definition at line 327 of file CashDiff.cpp.
| std::size_t ripple::CashDiff::Impl::rhsOnlyCount | ( | ) | const |
Definition at line 333 of file CashDiff.cpp.
| bool ripple::CashDiff::Impl::hasDiff | ( | ) | const |
Definition at line 339 of file CashDiff.cpp.
| int ripple::CashDiff::Impl::xrpRoundToZero | ( | ) | const |
Definition at line 453 of file CashDiff.cpp.
| bool ripple::CashDiff::Impl::rmDust | ( | ) |
Definition at line 552 of file CashDiff.cpp.
| bool ripple::CashDiff::Impl::rmLhsDeletedOffers | ( | ) |
Definition at line 595 of file CashDiff.cpp.
| bool ripple::CashDiff::Impl::rmRhsDeletedOffers | ( | ) |
Definition at line 604 of file CashDiff.cpp.
|
private |
Definition at line 627 of file CashDiff.cpp.
|
private |
Definition at line 298 of file CashDiff.cpp.
|
private |
Definition at line 300 of file CashDiff.cpp.
|
private |
Definition at line 301 of file CashDiff.cpp.
|
private |
Definition at line 302 of file CashDiff.cpp.
|
private |
Definition at line 303 of file CashDiff.cpp.
|
private |
Definition at line 304 of file CashDiff.cpp.
|
private |
Definition at line 305 of file CashDiff.cpp.
1.8.17