class Annotations
Defined at line 1490 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
Annotations about the device's state.
Clients typically upload the data straight to servers. So the data comes in the form of
arbitrary key-value pairs that clients can directly forward to the servers.
Public Methods
void Annotations (Storage_ storage)
void Annotations ()
Defined at line 1496 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
void Annotations (Annotations && )
Defined at line 1497 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
void Annotations (const Annotations & other)
Annotations & operator= (Annotations && )
Defined at line 1498 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
Annotations & operator= (const Annotations & other)
bool operator== (const Annotations & other)
bool operator!= (const Annotations & other)
bool IsEmpty ()
const std::optional< ::std::vector< ::fuchsia_feedback::Annotation>> & annotations2 ()
A vector of key-value string pairs. Keys are guaranteed to be unique.
::std::optional< ::std::vector< ::fuchsia_feedback::Annotation>> & annotations2 ()
A vector of key-value string pairs. Keys are guaranteed to be unique.
Annotations & annotations2 (std::optional< ::std::vector< ::fuchsia_feedback::Annotation>> value)
A vector of key-value string pairs. Keys are guaranteed to be unique.
void Annotations (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits