CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
25 namespace catapult {
namespace cache {
class CacheHeightView; } }
27 namespace catapult {
namespace cache {
37 std::vector<std::unique_ptr<DetachedSubCacheView>>&& detachedSubViews);
std::unique_ptr< const CacheHeightView > m_pCacheHeightView
Definition: CatapultCacheDetachableDelta.h:54
~CatapultCacheDetachableDelta()
Destroys the detachable cache delta.
CatapultCacheDetachedDelta m_detachedDelta
Definition: CatapultCacheDetachableDelta.h:55
Height height() const
Gets the cache height associated with this delta.
Definition: CatapultCache.cpp:175
CatapultCacheDetachableDelta(CacheHeightView &&cacheHeightView, std::vector< std::unique_ptr< DetachedSubCacheView >> &&detachedSubViews)
Creates a detachable cache delta from a cache height view (cacheHeightView) and detachedSubViews.
Definition: CatapultCache.cpp:163
CatapultCacheDetachedDelta detach()
Detaches the detached delta from this delta.
Definition: CatapultCache.cpp:179
Detached delta of the catapult cache.
Definition: CatapultCacheDetachedDelta.h:30
Definition: AddressExtractionExtension.cpp:28
Definition: CatapultCacheDetachableDelta.h:32
A read only view on top of a cache height.
Definition: CacheHeight.h:28