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

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

Inheritance diagram for catapult::cache::MosaicCacheView:
Collaboration diagram for catapult::cache::MosaicCacheView:

Public Member Functions

 MosaicCacheView (const MosaicCacheTypes::BaseSets &mosaicSets)
 Creates a view around mosaicSets. More...
 
- Public Member Functions inherited from catapult::cache::ReadOnlyViewSupplier< BasicMosaicCacheView >
 ReadOnlyViewSupplier (TArgs &&... args)
 Creates a read-only view supplier around args. More...
 
 ReadOnlyViewSupplier (ReadOnlyViewSupplier &&rhs)
 
const BasicMosaicCacheView ::ReadOnlyViewasReadOnly () const
 Returns a read-only view of this view. More...
 
- Public Member Functions inherited from catapult::cache::BasicMosaicCacheView
 BasicMosaicCacheView (const MosaicCacheTypes::BaseSets &mosaicSets)
 Creates a view around mosaicSets. 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...
 

Additional Inherited Members

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

Detailed Description

View on top of the mosaic cache.

Constructor & Destructor Documentation

◆ MosaicCacheView()

catapult::cache::MosaicCacheView::MosaicCacheView ( const MosaicCacheTypes::BaseSets mosaicSets)
inlineexplicit

Creates a view around mosaicSets.


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