A read-only overlay on top of a catapult cache.
More...
|
| ReadOnlyCatapultCache (const std::vector< const void * > &readOnlyViews) |
| Creates a read-only overlay on top of readOnlyViews. More...
|
|
template<typename TCache > |
const TCache::CacheReadOnlyType & | sub () const |
| Gets a specific sub cache read-only view. More...
|
|
A read-only overlay on top of a catapult cache.
◆ ReadOnlyCatapultCache()
catapult::cache::ReadOnlyCatapultCache::ReadOnlyCatapultCache |
( |
const std::vector< const void * > & |
readOnlyViews | ) |
|
|
explicit |
Creates a read-only overlay on top of readOnlyViews.
◆ sub()
template<typename TCache >
const TCache::CacheReadOnlyType& catapult::cache::ReadOnlyCatapultCache::sub |
( |
| ) |
const |
|
inline |
Gets a specific sub cache read-only view.
◆ m_readOnlyViews
std::vector<const void*> catapult::cache::ReadOnlyCatapultCache::m_readOnlyViews |
|
private |
The documentation for this class was generated from the following files: