CatapultServer  v0.5.0.1 (Elephant)
catapult::cache::MosaicCacheDelta Class Reference

Delta on top of the mosaic cache. More...

Inheritance diagram for catapult::cache::MosaicCacheDelta:
Collaboration diagram for catapult::cache::MosaicCacheDelta:

Public Member Functions

 MosaicCacheDelta (const MosaicCacheTypes::BaseSetDeltaPointers &mosaicSets)
 Creates a delta around mosaicSets. More...
 
- Public Member Functions inherited from catapult::cache::ReadOnlyViewSupplier< BasicMosaicCacheDelta >
 ReadOnlyViewSupplier (TArgs &&... args)
 Creates a read-only view supplier around args. More...
 
 ReadOnlyViewSupplier (ReadOnlyViewSupplier &&rhs)
 
const BasicMosaicCacheDelta ::ReadOnlyViewasReadOnly () const
 Returns a read-only view of this view. More...
 
- Public Member Functions inherited from catapult::cache::BasicMosaicCacheDelta
 BasicMosaicCacheDelta (const MosaicCacheTypes::BaseSetDeltaPointers &mosaicSets)
 Creates a delta around mosaicSets. More...
 
void insert (const state::MosaicEntry &entry)
 Inserts the mosaic entry into the cache. More...
 
void remove (MosaicId mosaicId)
 Removes the value identified by mosaicId from the cache. More...
 
- Public Member Functions inherited from catapult::utils::MoveOnly
constexpr MoveOnly ()=default
 Default constructor. More...
 
 ~MoveOnly ()=default
 Default destructor. More...
 
 MoveOnly (const NonCopyable &)=delete
 Disabled copy constructor. More...
 
 MoveOnly (MoveOnly &&)=default
 Default move constructor. More...
 
MoveOnlyoperator= (const MoveOnly &)=delete
 Disabled assignment operator. More...
 
MoveOnlyoperator= (MoveOnly &&)=default
 Default move assignment operator. More...
 
- Public Member Functions inherited from catapult::cache::HeightBasedTouchMixin< TSet, THeightGroupedSet >
 HeightBasedTouchMixin (TSet &set, THeightGroupedSet &heightGroupedSet)
 Creates a mixin around set and heightGroupedSet. More...
 
THeightGroupedSet::ElementType::Identifiers touch (Height height)
 Touches the cache at height and returns identifiers of all deactivating elements. More...
 

Additional Inherited Members

- Public Types inherited from catapult::cache::BasicMosaicCacheDelta
using ReadOnlyView = MosaicCacheTypes::CacheReadOnlyType
 

Detailed Description

Delta on top of the mosaic cache.

Constructor & Destructor Documentation

◆ MosaicCacheDelta()

catapult::cache::MosaicCacheDelta::MosaicCacheDelta ( const MosaicCacheTypes::BaseSetDeltaPointers mosaicSets)
inlineexplicit

Creates a delta around mosaicSets.


The documentation for this class was generated from the following file: