rippled
|
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 | get_hash () const |
Public Attributes | |
AccountID | account_ |
LineDirection | direction_ |
std::size_t | hash_value_ |
Static Private Member Functions | |
static auto & | getCounter () noexcept |
Definition at line 73 of file RippleLineCache.h.
ripple::RippleLineCache::AccountKey::AccountKey | ( | AccountID const & | account, |
LineDirection | direction, | ||
std::size_t | hash | ||
) |
Definition at line 79 of file RippleLineCache.h.
|
default |
|
default |
bool ripple::RippleLineCache::AccountKey::operator== | ( | AccountKey const & | lhs | ) | const |
Definition at line 93 of file RippleLineCache.h.
std::size_t ripple::RippleLineCache::AccountKey::get_hash | ( | ) | const |
Definition at line 100 of file RippleLineCache.h.
|
staticprivatenoexceptinherited |
Definition at line 128 of file CountedObject.h.
AccountID ripple::RippleLineCache::AccountKey::account_ |
Definition at line 75 of file RippleLineCache.h.
LineDirection ripple::RippleLineCache::AccountKey::direction_ |
Definition at line 76 of file RippleLineCache.h.
std::size_t ripple::RippleLineCache::AccountKey::hash_value_ |
Definition at line 77 of file RippleLineCache.h.