|
Astarte device API for C++ 0.8.1
Astarte device SDK for C++
|
This is the complete list of members for astarte::device::Data, including all inherited members.
| Data(const T &value) | astarte::device::Data | 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 > > & | astarte::device::Data | |
| get_type() const -> Type | astarte::device::Data | |
| into() const -> std::conditional_t< std::is_same_v< T, std::string_view >, std::string_view, const T & > | astarte::device::Data | inline |
| operator!=(const Data &other) const -> bool | astarte::device::Data | |
| operator==(const Data &other) const -> bool | astarte::device::Data | |
| try_into() const -> std::optional< T > | astarte::device::Data | inline |