rippled
|
Caches the base58 representations of AccountIDs. More...
Classes | |
struct | CachedAccountID |
Public Member Functions | |
AccountIdCache (std::size_t count) | |
std::string | toBase58 (AccountID const &id) |
Private Attributes | |
std::vector< CachedAccountID > | cache_ |
hardened_hash | hasher_ |
std::atomic< std::uint64_t > | locks_ = 0 |
Caches the base58 representations of AccountIDs.
Definition at line 35 of file AccountID.cpp.
ripple::detail::AccountIdCache::AccountIdCache | ( | std::size_t | count | ) |
Definition at line 54 of file AccountID.cpp.
std::string ripple::detail::AccountIdCache::toBase58 | ( | AccountID const & | id | ) |
Definition at line 62 of file AccountID.cpp.
|
private |
Definition at line 45 of file AccountID.cpp.
|
private |
Definition at line 48 of file AccountID.cpp.
|
private |
Definition at line 51 of file AccountID.cpp.