|
CatapultServer
v0.5.0.1 (Elephant)
|
View on top of the mosaic cache. More...


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 ::ReadOnlyView & | asReadOnly () 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... | |
| MoveOnly & | operator= (const MoveOnly &)=delete |
| Disabled assignment operator. More... | |
| MoveOnly & | operator= (MoveOnly &&)=default |
| Default move assignment operator. More... | |
Additional Inherited Members | |
Public Types inherited from catapult::cache::BasicMosaicCacheView | |
| using | ReadOnlyView = MosaicCacheTypes::CacheReadOnlyType |
View on top of the mosaic cache.
|
inlineexplicit |
Creates a view around mosaicSets.