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
ReducingConvertorConsts.hpp
Go to the documentation of this file.
1
15
#ifndef REDUCINGCONVERTORCONSTS_HPP_
16
#define REDUCINGCONVERTORCONSTS_HPP_
17
#include <string>
18
19
namespace
HCE
20
{
21
namespace
reduce_convertors
22
{
23
24
const
std::string
PROCESSING_TYPE_NAME
=
"type"
;
25
const
std::string
BODY_NAME
=
"data"
;
26
const
std::string
TTL_NAME
=
"ttl"
;
27
const
std::string
PROCESSING_ERROR_CODE_NAME
=
"error_code"
;
28
const
std::string
PROCESSING_ERROR_MSG_NAME
=
"error_message"
;
29
const
std::string
PROCESSING_ELAPSED_TIME_NAME
=
"time"
;
30
31
}
32
}
33
34
#endif
sources
reduceHandler
src
ReducingConvertorConsts.hpp
Generated on Mon Jan 13 2014 13:08:37 for HCE project C++ developers source code library by
1.8.1.2