|
rippled
|


Classes | |
| struct | Hash |
Public Member Functions | |
| AccountKey (AccountID const &account, std::size_t hash) | |
| AccountKey (AccountKey const &other)=default | |
| AccountKey & | operator= (AccountKey const &other)=default |
| bool | operator== (AccountKey const &lhs) const |
| std::size_t | get_hash () const |
Public Attributes | |
| AccountID | account_ |
| std::size_t | hash_value_ |
Static Private Member Functions | |
| static auto & | getCounter () noexcept |
Definition at line 61 of file RippleLineCache.h.
| ripple::RippleLineCache::AccountKey::AccountKey | ( | AccountID const & | account, |
| std::size_t | hash | ||
| ) |
Definition at line 66 of file RippleLineCache.h.
|
default |
|
default |
| bool ripple::RippleLineCache::AccountKey::operator== | ( | AccountKey const & | lhs | ) | const |
Definition at line 77 of file RippleLineCache.h.
| std::size_t ripple::RippleLineCache::AccountKey::get_hash | ( | ) | const |
Definition at line 83 of file RippleLineCache.h.
|
staticprivatenoexceptinherited |
Definition at line 128 of file CountedObject.h.
| AccountID ripple::RippleLineCache::AccountKey::account_ |
Definition at line 63 of file RippleLineCache.h.
| std::size_t ripple::RippleLineCache::AccountKey::hash_value_ |
Definition at line 64 of file RippleLineCache.h.
1.8.17