HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | HCE |
< HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' | |
namespace | HCE::reduce_convertors |
Variables | |
const std::string | HCE::reduce_convertors::PROCESSING_TYPE_NAME = "type" |
const std::string | HCE::reduce_convertors::BODY_NAME = "data" |
const std::string | HCE::reduce_convertors::TTL_NAME = "ttl" |
const std::string | HCE::reduce_convertors::PROCESSING_ERROR_CODE_NAME = "error_code" |
const std::string | HCE::reduce_convertors::PROCESSING_ERROR_MSG_NAME = "error_message" |
const std::string | HCE::reduce_convertors::PROCESSING_ELAPSED_TIME_NAME = "time" |
The file defines a constants list which are used to convert data between various formats.
Definition in file ReducingConvertorConsts.hpp.