Astarte device API for C++ 0.8.1
Astarte device SDK for C++
Loading...
Searching...
No Matches
astarte::device::Data Member List

This is the complete list of members for astarte::device::Data, including all inherited members.

Data(const T &value)astarte::device::Datainlineexplicit
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 -> Typeastarte::device::Data
into() const -> std::conditional_t< std::is_same_v< T, std::string_view >, std::string_view, const T & >astarte::device::Datainline
operator!=(const Data &other) const -> boolastarte::device::Data
operator==(const Data &other) const -> boolastarte::device::Data
try_into() const -> std::optional< T >astarte::device::Datainline