|
| NamedValue (iotcs_named_value *v) throw (std::invalid_argument) |
| Construct name-value pair from C Library structure. More...
|
|
| NamedValue (iotcs_named_value v) throw (std::invalid_argument) |
|
| NamedValue (const NamedValue &v) throw (std::invalid_argument) |
|
NamedValue * | next () const |
| Get the next name-value pair in the event. More...
|
|
template<typename T > |
T | getValue () const |
| Get the value. More...
|
|
const std::string & | getName () const |
| Get the name. More...
|
|
iotdcl::NamedValue::NamedValue |
( |
iotcs_named_value * |
v | ) |
|
throw | ( | std::invalid_argument |
| ) | | |
Construct name-value pair from C Library structure.
- Parameters
-
- Exceptions
-
const std::string& iotdcl::NamedValue::getName |
( |
| ) |
const |
Get the name.
- Returns
- the name
template<typename T >
T iotdcl::NamedValue::getValue |
( |
| ) |
const |
Get the value.
- Returns
- the value
Get the next name-value pair in the event.
This method returns
if there are no more name-value pairs.
- Returns
- the next name-value pair, or
The documentation for this class was generated from the following file: