#include <ServiceMessages.hpp>
Detailed Description
Definition at line 158 of file ServiceMessages.hpp.
Member Enumeration Documentation
- Enumerator:
| NO_ERROR |
|
| ERROR_SERIALIZE |
|
| ERROR_UNSERIALIZE |
|
| ERROR_TITLE |
|
Definition at line 161 of file ServiceMessages.hpp.
Constructor & Destructor Documentation
| HCE::handlers::PropertyMessage::PropertyMessage |
( |
const std::string & |
identity_ = "", |
|
|
const std::string & |
property_ = "" |
|
) |
| |
|
explicit |
| HCE::handlers::PropertyMessage::~PropertyMessage |
( |
void |
| ) |
|
|
inline |
Member Function Documentation
| std::string HCE::handlers::PropertyMessage::build |
( |
const std::string & |
title = NODE_MSG_PROPERTIES | ) |
|
| void HCE::handlers::PropertyMessage::clear |
( |
void |
| ) |
|
| void HCE::handlers::PropertyMessage::extract |
( |
const std::string & |
message, |
|
|
const std::string & |
title = NODE_MSG_PROPERTIES |
|
) |
| |
| std::string HCE::handlers::PropertyMessage::getIdentity |
( |
void |
| ) |
const |
|
inline |
| std::string HCE::handlers::PropertyMessage::getProperty |
( |
void |
| ) |
const |
|
inline |
| bool HCE::handlers::PropertyMessage::serialize |
( |
std::string & |
json | ) |
|
|
virtual |
| void HCE::handlers::PropertyMessage::setIdentity |
( |
const std::string & |
identity_ | ) |
|
|
inline |
| void HCE::handlers::PropertyMessage::setProperty |
( |
const std::string & |
property_ | ) |
|
|
inline |
| bool HCE::handlers::PropertyMessage::unserialize |
( |
const std::string & |
json | ) |
|
|
virtual |
The documentation for this class was generated from the following files: