|
Astarte device API for C++ 0.8.1
Astarte device SDK for C++
|
Representing the Astarte individual datastream data. More...
#include <property.hpp>
Public Member Functions | |
| AstartePropertyIndividual (const std::optional< AstarteData > &data) | |
| Constructor for the AstarteDatastreamIndividual class. | |
| auto | get_value () const -> const std::optional< AstarteData > & |
| Get the value contained within the object. | |
| auto | operator== (const AstartePropertyIndividual &other) const -> bool |
| Overloader for the comparison operator ==. | |
| auto | operator!= (const AstartePropertyIndividual &other) const -> bool |
| Overloader for the comparison operator !=. | |
Representing the Astarte individual datastream data.
|
explicit |
Constructor for the AstarteDatastreamIndividual class.
| data | The wrapped Astarte data type. |
|
nodiscard |
Get the value contained within the object.
|
nodiscard |
Overloader for the comparison operator !=.
| other | The object to compare to. |
|
nodiscard |
Overloader for the comparison operator ==.
| other | The object to compare to. |