class Annotations

Defined at line 2369 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_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 ()

Defined at line 2371 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

void Annotations (const Annotations & other)

Defined at line 2372 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

Annotations & operator= (const Annotations & other)

Defined at line 2373 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

void Annotations (Annotations && other)

Defined at line 2374 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_feedback::wire::Annotations> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_feedback::wire::Annotations> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::Annotations>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

::fidl::VectorView< ::fuchsia_feedback::wire::Annotation> & annotations2 ()

A vector of key-value string pairs. Keys are guaranteed to be unique.

bool has_annotations2 ()
Annotations & operator= (Annotations && other)

Defined at line 2375 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

Annotations & set_annotations2 (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_feedback::wire::Annotation>> elem)
Annotations & set_annotations2 (std::nullptr_t )
Annotations & clear_annotations2 ()
void Annotations (::fidl::AnyArena & allocator)
void Annotations (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::Annotations>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::Annotations>> && frame_ptr)
void ~Annotations ()

Defined at line 2377 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder