◆ MsgEnvelopeObject()
eii::msgbus::MsgEnvelopeObject::MsgEnvelopeObject |
( |
| ) |
|
◆ ~MsgEnvelopeObject()
eii::msgbus::MsgEnvelopeObject::~MsgEnvelopeObject |
( |
| ) |
|
◆ get_bool()
bool eii::msgbus::MsgEnvelopeObject::get_bool |
( |
const std::string |
key | ) |
|
To fetch a boolean value associated with the key provided
- Exceptions
-
◆ get_float()
double eii::msgbus::MsgEnvelopeObject::get_float |
( |
const std::string |
key | ) |
|
To fetch a float value associated with the key provided
- Exceptions
-
◆ get_int()
int64_t eii::msgbus::MsgEnvelopeObject::get_int |
( |
const std::string |
key | ) |
|
To fetch an integer value associated with the key provided
- Exceptions
-
◆ get_msg_envelope_element()
MsgEnvelopeElement* eii::msgbus::MsgEnvelopeObject::get_msg_envelope_element |
( |
const std::string |
key | ) |
|
◆ get_msg_envelope_object()
◆ get_string()
const char* eii::msgbus::MsgEnvelopeObject::get_string |
( |
const std::string |
key | ) |
|
To fetch a string associated with the key provided
- Exceptions
-
◆ put_bool()
void eii::msgbus::MsgEnvelopeObject::put_bool |
( |
const std::string |
key, |
|
|
bool |
value |
|
) |
| |
◆ put_float()
void eii::msgbus::MsgEnvelopeObject::put_float |
( |
const std::string |
key, |
|
|
double |
value |
|
) |
| |
◆ put_integer()
void eii::msgbus::MsgEnvelopeObject::put_integer |
( |
const std::string |
key, |
|
|
int64_t |
value |
|
) |
| |
◆ put_string()
void eii::msgbus::MsgEnvelopeObject::put_string |
( |
const std::string |
key, |
|
|
const std::string |
value |
|
) |
| |
◆ remove()
void eii::msgbus::MsgEnvelopeObject::remove |
( |
const std::string |
key | ) |
|
To remove value associated with the key provided
- Exceptions
-
The documentation for this class was generated from the following file: