Astarte device API for C++ 0.8.1
Astarte device SDK for C++
Loading...
Searching...
No Matches
property.hpp File Reference

Astarte individual property class and its related methods. More...

#include <optional>
#include <ostream>
#include "astarte_device_sdk/data.hpp"
#include "astarte_device_sdk/formatter.hpp"

Go to the source code of this file.

Classes

class  astarte::device::PropertyIndividual
 Representing the Astarte individual property data. More...
 
struct  astarte_fmt::formatter< astarte::device::PropertyIndividual >
 astarte_fmt::formatter specialization for astarte::device::PropertyIndividual. More...
 

Namespaces

namespace  astarte
 Global namespace for all Astarte related functionality.
 
namespace  astarte::device
 Umbrella namespace for the Astarte device library.
 

Functions

auto operator<< (std::ostream &out, const astarte::device::PropertyIndividual &data) -> std::ostream &
 Stream insertion operator for PropertyIndividual.
 

Detailed Description

Astarte individual property class and its related methods.

Function Documentation

◆ operator<<()

auto operator<< ( std::ostream & out,
const astarte::device::PropertyIndividual & data ) -> std::ostream&
inline

Stream insertion operator for PropertyIndividual.

Parameters
[in,out]outThe output stream.
[in]dataThe PropertyIndividual object to output.
Returns
Reference to the output stream.