class Annotation
Defined at line 363 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h
An annotation defined dynamically by key/value pair.
The Session Framework does not constrain the contents of `key` and `value`
in any way. Cooperating components that exchange annotations must define
and validate annotation entries based on their own conventions.
Public Members
AnnotationKey key
AnnotationValue value
Public Methods
::std::unique_ptr<Annotation> New ()
void Encode (::fidl::Encoder *_encoder,size_t_offset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,Annotation *value,size_t_offset)
zx_status_t Clone (Annotation * result)