| 
    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 43 of file AccountID.cpp.
| ripple::detail::AccountIdCache::AccountIdCache | ( | std::size_t | count | ) | 
Definition at line 62 of file AccountID.cpp.
| std::string ripple::detail::AccountIdCache::toBase58 | ( | AccountID const & | id | ) | 
Definition at line 70 of file AccountID.cpp.
      
  | 
  private | 
Definition at line 53 of file AccountID.cpp.
      
  | 
  private | 
Definition at line 56 of file AccountID.cpp.
      
  | 
  private | 
Definition at line 59 of file AccountID.cpp.