|
Astarte device API for C++ 0.7.1
Astarte device SDK for C++
|
This is the complete list of members for AstarteDeviceSdk::AstarteData, including all inherited members.
| AstarteData(T value) | AstarteDeviceSdk::AstarteData | inlineexplicit |
| get_raw_data() const -> const std::variant< int32_t, int64_t, double, bool, std::string, std::vector< uint8_t >, std::chrono::system_clock::time_point, std::vector< int32_t >, std::vector< int64_t >, std::vector< double >, std::vector< bool >, std::vector< std::string >, std::vector< std::vector< uint8_t > >, std::vector< std::chrono::system_clock::time_point > > & | AstarteDeviceSdk::AstarteData | |
| get_type() const -> AstarteType | AstarteDeviceSdk::AstarteData | |
| into() const -> const T & | AstarteDeviceSdk::AstarteData | inline |
| operator!=(const AstarteData &other) const -> bool | AstarteDeviceSdk::AstarteData | |
| operator==(const AstarteData &other) const -> bool | AstarteDeviceSdk::AstarteData | |
| try_into() const -> std::optional< T > | AstarteDeviceSdk::AstarteData | inline |