class Annotations
Defined at line 2365 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 2372 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
bool has_annotations2 ()
Defined at line 2376 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 2381 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h
void clear_annotations2 ()
Defined at line 2389 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)