|
xrpld
|
#include <OwnerCounts.h>

Public Member Functions | |
| OwnerCounts ()=default | |
| OwnerCounts (SLE::const_ref sle) | |
| std::uint32_t | count () const |
| auto | operator<=> (OwnerCounts const &o) const |
| bool | operator== (OwnerCounts const &o) const |
Public Attributes | |
| std::uint32_t | owner = 0 |
| std::uint32_t | sponsored = 0 |
| std::uint32_t | sponsoring = 0 |
Definition at line 14 of file OwnerCounts.h.
|
default |
| xrpl::OwnerCounts::OwnerCounts | ( | SLE::const_ref | sle | ) |
Definition at line 21 of file OwnerCounts.h.
|
nodiscard |
Definition at line 34 of file OwnerCounts.h.
| auto xrpl::OwnerCounts::operator<=> | ( | OwnerCounts const & | o | ) | const |
Definition at line 50 of file OwnerCounts.h.
| bool xrpl::OwnerCounts::operator== | ( | OwnerCounts const & | o | ) | const |
Definition at line 63 of file OwnerCounts.h.
| std::uint32_t xrpl::OwnerCounts::owner = 0 |
Definition at line 16 of file OwnerCounts.h.
| std::uint32_t xrpl::OwnerCounts::sponsored = 0 |
Definition at line 17 of file OwnerCounts.h.
| std::uint32_t xrpl::OwnerCounts::sponsoring = 0 |
Definition at line 18 of file OwnerCounts.h.