HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::reduce_convertors Namespace Reference

Classes

class  PocoJSONBuilder
class  PocoJSONExtractor
class  PocoJSONReducingInputMessageConvertor
class  PocoJSONReducingOutputMessageConvertor

Variables

const std::string PROCESSING_TYPE_NAME = "type"
const std::string BODY_NAME = "data"
const std::string TTL_NAME = "ttl"
const std::string PROCESSING_ERROR_CODE_NAME = "error_code"
const std::string PROCESSING_ERROR_MSG_NAME = "error_message"
const std::string PROCESSING_ELAPSED_TIME_NAME = "time"

Variable Documentation

const std::string HCE::reduce_convertors::BODY_NAME = "data"

Definition at line 25 of file ReducingConvertorConsts.hpp.

const std::string HCE::reduce_convertors::PROCESSING_ELAPSED_TIME_NAME = "time"

Definition at line 29 of file ReducingConvertorConsts.hpp.

const std::string HCE::reduce_convertors::PROCESSING_ERROR_CODE_NAME = "error_code"

Definition at line 27 of file ReducingConvertorConsts.hpp.

const std::string HCE::reduce_convertors::PROCESSING_ERROR_MSG_NAME = "error_message"

Definition at line 28 of file ReducingConvertorConsts.hpp.

const std::string HCE::reduce_convertors::PROCESSING_TYPE_NAME = "type"

Definition at line 24 of file ReducingConvertorConsts.hpp.

const std::string HCE::reduce_convertors::TTL_NAME = "ttl"

Definition at line 26 of file ReducingConvertorConsts.hpp.