CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
26 namespace catapult {
namespace cache {
29 template<
typename TSet,
typename TCacheDescriptor>
38 template<
typename TValueAdapter>
41 template<
typename TValueAdapter>
51 template<
typename TSet,
typename TCacheDescriptor>
A mixin for adding iteration support to a cache.
Definition: CacheMixins.h:75
A mixin for adding active querying support to a cache.
Definition: CacheMixins.h:250
A mixin for adding patricia tree support to a cache.
Definition: PatriciaTreeCacheMixins.h:30
Mixin that wraps BaseSetDelta and provides a facade on top of BaseSetDelta::deltas().
Definition: DeltaElementsMixin.h:30
A mixin for adding basic insert and remove support to a cache.
Definition: CacheMixins.h:273
Grouping of all basic and patricia tree cache mixins for a single set.
Definition: CacheMixinAliases.h:52
A mixin for adding const access support to a cache.
Definition: CacheMixins.h:190
A mixin for adding contains support to a cache.
Definition: CacheMixins.h:54
A mixin for adding patricia tree support to a delta cache.
Definition: PatriciaTreeCacheMixins.h:62
Definition: AddressExtractionExtension.cpp:28
A mixin for adding size support to a cache.
Definition: CacheMixins.h:36
Definition: CacheMixins.h:222
Grouping of all basic cache mixins for a single set.
Definition: CacheMixinAliases.h:30