|
xrpld
|


Classes | |
| struct | Hash |
Public Member Functions | |
| AccountKey (AccountID const &account, LineDirection direction, std::size_t hash) | |
| AccountKey (AccountKey const &other)=default | |
| AccountKey & | operator= (AccountKey const &other)=default |
| bool | operator== (AccountKey const &lhs) const |
| std::size_t | getHash () const |
Public Attributes | |
| AccountID | account |
| LineDirection | direction |
| std::size_t | hashValue |
| friend | Object |
Static Private Member Functions | |
| static auto & | getCounter () noexcept |
Definition at line 55 of file AssetCache.h.
| xrpl::AssetCache::AccountKey::AccountKey | ( | AccountID const & | account, |
| LineDirection | direction, | ||
| std::size_t | hash ) |
Definition at line 61 of file AssetCache.h.
|
default |
|
default |
| bool xrpl::AssetCache::AccountKey::operator== | ( | AccountKey const & | lhs | ) | const |
Definition at line 72 of file AssetCache.h.
|
nodiscard |
Definition at line 79 of file AssetCache.h.
|
staticprivatenoexceptinherited |
Definition at line 109 of file CountedObject.h.
| AccountID xrpl::AssetCache::AccountKey::account |
Definition at line 57 of file AssetCache.h.
| LineDirection xrpl::AssetCache::AccountKey::direction |
Definition at line 58 of file AssetCache.h.
| std::size_t xrpl::AssetCache::AccountKey::hashValue |
Definition at line 59 of file AssetCache.h.
|
inherited |
Definition at line 134 of file CountedObject.h.