|
rippled
|

Classes | |
| struct | AccountKey |
Public Member Functions | |
| RippleLineCache (std::shared_ptr< ReadView const > const &l) | |
| std::shared_ptr< ReadView const > const & | getLedger () const |
| std::vector< RippleState::pointer > const & | getRippleLines (AccountID const &accountID) |
Private Attributes | |
| std::mutex | mLock |
| ripple::hardened_hash | hasher_ |
| std::shared_ptr< ReadView const > | mLedger |
| hash_map< AccountKey, std::vector< RippleState::pointer >, AccountKey::Hash > | lines_ |
Definition at line 34 of file RippleLineCache.h.
|
explicit |
Definition at line 25 of file RippleLineCache.cpp.
| std::shared_ptr<ReadView const> const& ripple::RippleLineCache::getLedger | ( | ) | const |
Definition at line 40 of file RippleLineCache.h.
| std::vector< RippleState::pointer > const & ripple::RippleLineCache::getRippleLines | ( | AccountID const & | accountID | ) |
Definition at line 34 of file RippleLineCache.cpp.
|
private |
Definition at line 49 of file RippleLineCache.h.
|
private |
Definition at line 51 of file RippleLineCache.h.
|
private |
Definition at line 52 of file RippleLineCache.h.
|
private |
Definition at line 94 of file RippleLineCache.h.
1.8.17