CatapultServer
v0.5.0.1 (Elephant)
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
w
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
i
l
m
n
o
p
r
s
t
u
v
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Functions
m
r
Variables
a
b
c
d
e
f
h
i
l
m
n
p
r
s
t
u
v
w
Macros
b
c
d
e
f
g
i
l
m
n
p
r
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
SecretLockInfoCacheSerializers.h
Go to the documentation of this file.
1
21
#pragma once
22
#include "
SecretLockInfoCacheTypes.h
"
23
#include "
src/state/SecretLockInfoSerializer.h
"
24
#include "
catapult/cache/CacheSerializerAdapter.h
"
25
#include "
catapult/cache/IdentifierGroupSerializer.h
"
26
27
namespace
catapult
{
namespace
cache {
28
30
struct
SecretLockInfoPrimarySerializer
31
:
public
CacheSerializerAdapter
<state::SecretLockInfoSerializer, SecretLockInfoCacheDescriptor>
32
{};
33
35
struct
SecretLockHeightGroupingSerializer
36
:
public
IdentifierGroupSerializer
<SecretLockInfoCacheTypes::HeightGroupingTypesDescriptor>
37
{};
38
}}
catapult::cache::SecretLockHeightGroupingSerializer
Serializer for secret lock info cache height grouped elements.
Definition:
SecretLockInfoCacheSerializers.h:35
IdentifierGroupSerializer.h
CacheSerializerAdapter.h
catapult::cache::CacheSerializerAdapter
Cache serializer adapter.
Definition:
CacheSerializerAdapter.h:31
catapult::cache::IdentifierGroupSerializer
Serializer for identifier group elements.
Definition:
IdentifierGroupSerializer.h:30
catapult::cache::SecretLockInfoPrimarySerializer
Primary serializer for secret lock info cache.
Definition:
SecretLockInfoCacheSerializers.h:30
SecretLockInfoSerializer.h
catapult
Definition:
AddressExtractionExtension.cpp:28
SecretLockInfoCacheTypes.h
catapult-server
plugins
txes
lock_secret
src
cache
SecretLockInfoCacheSerializers.h
Generated by
1.8.16