|
Astarte device API for C++ 0.8.1
Astarte device SDK for C++
|
Representing the Astarte individual datastream data. More...
#include <individual.hpp>
Public Member Functions | |
| AstarteDatastreamIndividual (AstarteData data) | |
| Constructor for the AstarteDatastreamIndividual class. | |
| auto | get_value () const -> const AstarteData & |
| Get the value contained within the object. | |
| auto | operator== (const AstarteDatastreamIndividual &other) const -> bool |
| Overloader for the comparison operator ==. | |
| auto | operator!= (const AstarteDatastreamIndividual &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. |