GCBM
API Home
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
i
l
m
p
s
t
Functions
Variables
Typedefs
Enumerations
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
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Variables
_
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
Typedefs
Files
File List
File Members
All
Variables
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
moja.modules.cbm
include
moja
modules
cbm
outputerstreampostnotify.h
Go to the documentation of this file.
1
#ifndef MOJA_MODULES_CBM_OUTPUTERSTREAMPOSTNOTIFY_H_
2
#define MOJA_MODULES_CBM_OUTPUTERSTREAMPOSTNOTIFY_H_
3
4
#include "moja/modules/cbm/_modules.cbm_exports.h"
5
#include "moja/flint/outputerstream.h"
6
7
#include <fstream>
8
#include <iostream>
9
#include <string>
10
11
using namespace
std;
12
13
namespace
moja
{
14
namespace
modules {
15
namespace
cbm
{
16
17
class
CBM_API
OutputerStreamPostNotify
:
public
flint::OutputerStream {
18
public
:
19
OutputerStreamPostNotify
() :
flint
::OutputerStream() { }
20
virtual
~OutputerStreamPostNotify
() { }
21
22
void
configure(
const
DynamicObject& config)
override
;
23
void
subscribe(NotificationCenter& notificationCenter)
override
;
24
25
void
onPostNotification(
short
preMessageSignal)
override
;
26
};
27
28
}}}
// namespace moja::Modules::cbm
29
30
#endif // MOJA_MODULES_CBM_OUTPUTERSTREAMPOSTNOTIFY_H_
moja::modules::cbm::OutputerStreamPostNotify::~OutputerStreamPostNotify
virtual ~OutputerStreamPostNotify()
Definition:
outputerstreampostnotify.h:20
moja::modules::cbm
Definition:
ageclasshelper.cpp:12
moja::flint
Definition:
cbmaggregatorcsvwriter.h:19
moja::modules::cbm::OutputerStreamPostNotify::OutputerStreamPostNotify
OutputerStreamPostNotify()
Definition:
outputerstreampostnotify.h:19
moja::modules::cbm::OutputerStreamPostNotify
Definition:
outputerstreampostnotify.h:17
moja
Definition:
ageclasshelper.cpp:10
Generated by
1.8.17