HCE project C++ developers source code library
1.1.1
HCE project developer library
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
ReducingInputMessage.hpp
Go to the documentation of this file.
1
15
#ifndef REDUCINGINPUTMESSAGE_HPP_
16
#define REDUCINGINPUTMESSAGE_HPP_
17
18
#include "
ReducingBaseMessage.hpp
"
19
20
namespace
HCE
21
{
22
namespace
reduce_types
23
{
24
25
class
ReducingInputMessage
:
public
ReducingBaseMessage
{
26
public
:
27
ReducingInputMessage
(
const
types::MessageType
processingType,
const
int
ttl,
const
std::string& body):
28
ReducingBaseMessage
(processingType, ttl, body)
29
{
30
}
31
32
~ReducingInputMessage
(){}
33
};
34
35
}
36
}
37
38
#endif
sources
reduceHandler
src
ReducingInputMessage.hpp
Generated on Mon Jan 13 2014 13:08:37 for HCE project C++ developers source code library by
1.8.1.2