class Annotations
Defined at line 2353 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.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 Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::std::vector< ::fuchsia::feedback::Annotation> & annotations2 ()
A vector of key-value string pairs. Keys are guaranteed to be unique.
Defined at line 2360 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_annotations2 ()
Defined at line 2364 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
::std::vector< ::fuchsia::feedback::Annotation> * mutable_annotations2 ()
A vector of key-value string pairs. Keys are guaranteed to be unique.
Defined at line 2369 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_annotations2 ()
Defined at line 2377 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
Annotations & set_annotations2 (::std::vector< ::fuchsia::feedback::Annotation> _value)
void Annotations ()
void Annotations (Annotations && other)
void ~Annotations ()
Annotations & operator= (Annotations && other)
::std::unique_ptr<Annotations> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Annotations * _value, size_t _offset)
zx_status_t Clone (Annotations * _result)