CatapultServer  v0.5.0.1 (Elephant)
SecretLockInfoCacheDelta.h
Go to the documentation of this file.
1 
21 #pragma once
22 #include "SecretLockInfoBaseSets.h"
25 
26 namespace catapult { namespace cache {
27 
29  class BasicSecretLockInfoCacheDelta : public BasicLockInfoCacheDelta<SecretLockInfoCacheDescriptor, SecretLockInfoCacheTypes> {
30  public:
32  };
33 
36  : public LockInfoCacheDelta<SecretLockInfoCacheDescriptor, SecretLockInfoCacheTypes, BasicSecretLockInfoCacheDelta> {
37  public:
38  using LockInfoCacheDelta<
42  };
43 }}
catapult::cache::SecretLockInfoCacheDescriptor
Describes a secret lock info cache.
Definition: SecretLockInfoCacheTypes.h:44
catapult::cache::SecretLockInfoCacheDelta
Delta on top of the secret lock info cache.
Definition: SecretLockInfoCacheDelta.h:35
catapult::cache::LockInfoCacheDelta< SecretLockInfoCacheDescriptor, SecretLockInfoCacheTypes, BasicSecretLockInfoCacheDelta >::LockInfoCacheDelta
LockInfoCacheDelta(const typename SecretLockInfoCacheTypes ::BaseSetDeltaPointers &lockInfoSets)
Creates a delta around lockInfoSets.
Definition: LockInfoCacheDelta.h:113
SecretLockInfoBaseSets.h
catapult::cache::BasicLockInfoCacheDelta
Basic delta on top of the lock info cache.
Definition: LockInfoCacheDelta.h:42
catapult::cache::SecretLockInfoCacheTypes
Secret lock info cache types.
Definition: SecretLockInfoCacheTypes.h:69
SecretLockInfoCacheSerializers.h
catapult
Definition: AddressExtractionExtension.cpp:28
catapult::cache::BasicSecretLockInfoCacheDelta
Basic delta on top of the secret lock info cache.
Definition: SecretLockInfoCacheDelta.h:29
catapult::cache::LockInfoCacheDelta
Delta on top of the lock info cache.
Definition: LockInfoCacheDelta.h:110
LockInfoCacheDelta.h