CatapultServer  v0.5.0.1 (Elephant)
SecretLockInfoBaseSets.h
Go to the documentation of this file.
1 
21 #pragma once
25 
26 namespace catapult { namespace cache {
27 
28  class SecretLockInfoPatriciaTree : public LockInfoPatriciaTree<SecretLockInfoCacheDescriptor> {
29  public:
32  };
33 
35  : public LockInfoBaseSetDeltaPointers<SecretLockInfoCacheTypes, SecretLockInfoCacheDescriptor>
36  {};
37 
39  : public LockInfoBaseSets<SecretLockInfoCacheTypes, SecretLockInfoCacheDescriptor, SecretLockInfoBaseSetDeltaPointers> {
40  using LockInfoBaseSets<
44  };
45 }}
catapult::cache::SecretLockInfoCacheDescriptor
Describes a secret lock info cache.
Definition: SecretLockInfoCacheTypes.h:44
catapult::cache::SecretLockInfoPatriciaTree
Definition: SecretLockInfoBaseSets.h:28
catapult::cache::SecretLockInfoBaseSets
Definition: SecretLockInfoBaseSets.h:38
catapult::cache::LockInfoBaseSets
Definition: LockInfoBaseSets.h:43
catapult::cache::LockInfoBaseSetDeltaPointers
Definition: LockInfoBaseSets.h:36
catapult::tree::BasePatriciaTree
A base patricia tree.
Definition: BasePatriciaTree.h:30
catapult::cache::LockInfoBaseSets< SecretLockInfoCacheTypes, SecretLockInfoCacheDescriptor, SecretLockInfoBaseSetDeltaPointers >::LockInfoBaseSets
LockInfoBaseSets(const CacheConfiguration &config)
Definition: LockInfoBaseSets.h:49
catapult::cache::SecretLockInfoCacheTypes
Secret lock info cache types.
Definition: SecretLockInfoCacheTypes.h:69
SecretLockInfoCacheSerializers.h
catapult::cache::SecretLockInfoPrimarySerializer
Primary serializer for secret lock info cache.
Definition: SecretLockInfoCacheSerializers.h:30
catapult
Definition: AddressExtractionExtension.cpp:28
catapult::cache::SecretLockInfoBaseSetDeltaPointers
Definition: SecretLockInfoBaseSets.h:34
SecretLockInfoCacheTypes.h
LockInfoBaseSets.h
catapult::cache::SecretLockInfoCacheDescriptor::Serializer
SecretLockInfoPrimarySerializer Serializer
Definition: SecretLockInfoCacheTypes.h:58