CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
29 struct AccountRestrictionBaseSetDeltaPointers;
30 struct AccountRestrictionBaseSets;
31 class AccountRestrictionCache;
32 class AccountRestrictionCacheDelta;
33 class AccountRestrictionCacheView;
34 class AccountRestrictionPatriciaTree;
35 struct AccountRestrictionsPrimarySerializer;
36 class BasicAccountRestrictionCacheDelta;
37 class BasicAccountRestrictionCacheView;
39 template<
typename TCache,
typename TCacheDelta,
typename TKey,
typename TGetResult>
40 class ReadOnlyArtifactCache;
44 namespace catapult {
namespace cache {
49 static constexpr
auto Name =
"AccountRestrictionCache";
Delta on top of the account restriction cache.
Definition: AccountRestrictionCacheDelta.h:80
Primary serializer for account restriction cache.
Definition: AccountRestrictionCacheSerializers.h:29
Definition: AccountRestrictionBaseSets.h:36
static const auto & GetKeyFromValue(const ValueType &entry)
Gets the key corresponding to entry.
Definition: AccountRestrictionCacheTypes.h:66
Basic delta on top of the account restriction cache.
Definition: AccountRestrictionCacheDelta.h:36
A read-only overlay on top of a cache that provides support for contains, get and isActive.
Definition: MosaicCacheTypes.h:42
static constexpr auto Name
Definition: AccountRestrictionCacheTypes.h:49
Synchronized cache composed of account restriction information.
Definition: AccountRestrictionCache.h:36
View on top of the account restriction cache.
Definition: AccountRestrictionCacheView.h:69
const Address & address() const
Gets the account address.
Definition: AccountRestrictions.cpp:32
Account restrictions.
Definition: AccountRestrictions.h:28
Definition: AddressExtractionExtension.cpp:28
Definition: AccountRestrictionBaseSets.h:45
Account restriction cache types.
Definition: AccountRestrictionCacheTypes.h:72
Describes an account restriction cache.
Definition: AccountRestrictionCacheTypes.h:47
Definition: AccountRestrictionBaseSets.h:47
Defines cache types for an unordered map based cache.
Definition: CacheDescriptorAdapters.h:35
Basic view on top of the account restriction cache.
Definition: AccountRestrictionCacheView.h:35