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
AggregateNotificationObserver.h
Go to the documentation of this file.
1
21
#pragma once
22
#include "
NotificationObserver.h
"
23
#include <vector>
24
25
namespace
catapult
{
namespace
observers {
26
28
template
<
typename
TNotification>
29
class
AggregateNotificationObserverT
:
public
NotificationObserverT
<TNotification> {
30
public
:
32
virtual
std::vector<std::string>
names
()
const
= 0;
33
};
34
}}
NotificationObserver.h
catapult::observers::AggregateNotificationObserverT::names
virtual std::vector< std::string > names() const =0
Gets the names of all sub observers.
catapult::observers::NotificationObserverT
A strongly typed notification observer.
Definition:
NotificationObserver.h:29
catapult
Definition:
AddressExtractionExtension.cpp:28
catapult::observers::AggregateNotificationObserverT
A strongly typed aggregate notification observer.
Definition:
AggregateNotificationObserver.h:29
catapult-server
src
catapult
observers
AggregateNotificationObserver.h
Generated by
1.8.16