|
rippled
|

Classes | |
| class | Impl |
| struct | OfferAmounts |
Public Member Functions | |
| CashDiff ()=delete | |
| CashDiff (CashDiff const &)=delete | |
| CashDiff (CashDiff &&other) noexcept | |
| CashDiff & | operator= (CashDiff const &)=delete |
| ~CashDiff () | |
| CashDiff (ReadView const &view, CashFilter lhsFilter, detail::ApplyStateTable const &lhs, CashFilter rhsFilter, detail::ApplyStateTable const &rhs) | |
| std::size_t | commonCount () const |
| std::size_t | rhsOnlyCount () const |
| std::size_t | lhsOnlyCount () const |
| bool | hasDiff () const |
| int | xrpRoundToZero () const |
| bool | rmDust () |
| bool | rmLhsDeletedOffers () |
| bool | rmRhsDeletedOffers () |
Private Attributes | |
| std::unique_ptr< Impl > | impl_ |
Definition at line 60 of file CashDiff.h.
|
delete |
|
delete |
|
noexcept |
Definition at line 689 of file CashDiff.cpp.
|
default |
| ripple::CashDiff::CashDiff | ( | ReadView const & | view, |
| CashFilter | lhsFilter, | ||
| detail::ApplyStateTable const & | lhs, | ||
| CashFilter | rhsFilter, | ||
| detail::ApplyStateTable const & | rhs | ||
| ) |
Definition at line 695 of file CashDiff.cpp.
| std::size_t ripple::CashDiff::commonCount | ( | ) | const |
Definition at line 706 of file CashDiff.cpp.
| std::size_t ripple::CashDiff::rhsOnlyCount | ( | ) | const |
Definition at line 712 of file CashDiff.cpp.
| std::size_t ripple::CashDiff::lhsOnlyCount | ( | ) | const |
Definition at line 718 of file CashDiff.cpp.
| bool ripple::CashDiff::hasDiff | ( | ) | const |
Definition at line 724 of file CashDiff.cpp.
| int ripple::CashDiff::xrpRoundToZero | ( | ) | const |
Definition at line 730 of file CashDiff.cpp.
| bool ripple::CashDiff::rmDust | ( | ) |
Definition at line 736 of file CashDiff.cpp.
| bool ripple::CashDiff::rmLhsDeletedOffers | ( | ) |
Definition at line 742 of file CashDiff.cpp.
| bool ripple::CashDiff::rmRhsDeletedOffers | ( | ) |
Definition at line 748 of file CashDiff.cpp.
|
private |
Definition at line 157 of file CashDiff.h.
1.8.17