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
UtChangeSubscriber.h
Go to the documentation of this file.
1
21
#pragma once
22
#include "
catapult/model/ContainerTypes.h
"
23
#include "
catapult/model/EntityInfo.h
"
24
25
namespace
catapult
{
namespace
cache {
26
28
class
UtChangeSubscriber
{
29
public
:
30
using
TransactionInfos
=
model::TransactionInfosSet
;
31
32
public
:
33
virtual
~UtChangeSubscriber
() =
default
;
34
35
public
:
37
virtual
void
notifyAdds
(
const
TransactionInfos
& transactionInfos) = 0;
38
40
virtual
void
notifyRemoves
(
const
TransactionInfos
& transactionInfos) = 0;
41
43
virtual
void
flush
() = 0;
44
};
45
}}
catapult::cache::UtChangeSubscriber::flush
virtual void flush()=0
Flushes all pending unconfirmed transactions changes.
catapult::cache::UtChangeSubscriber
Unconfirmed transactions change subscriber.
Definition:
UtChangeSubscriber.h:28
catapult::cache::UtChangeSubscriber::TransactionInfos
model::TransactionInfosSet TransactionInfos
Definition:
UtChangeSubscriber.h:30
catapult::cache::UtChangeSubscriber::notifyAdds
virtual void notifyAdds(const TransactionInfos &transactionInfos)=0
Indicates transaction infos (transactionInfos) were added to unconfirmed transactions.
EntityInfo.h
catapult::model::TransactionInfosSet
std::unordered_set< TransactionInfo, EntityInfoHasher< const Transaction >, EntityInfoComparer< const Transaction > > TransactionInfosSet
Unordered set of transaction infos.
Definition:
ContainerTypes.h:50
catapult::cache::UtChangeSubscriber::notifyRemoves
virtual void notifyRemoves(const TransactionInfos &transactionInfos)=0
Indicates transaction infos (transactionInfos) were removed from unconfirmed transactions.
ContainerTypes.h
catapult::cache::UtChangeSubscriber::~UtChangeSubscriber
virtual ~UtChangeSubscriber()=default
catapult
Definition:
AddressExtractionExtension.cpp:28
catapult-server
src
catapult
cache_tx
UtChangeSubscriber.h
Generated by
1.8.16