template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 3203 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h

Public Methods

::fuchsia_accessibility_semantics::wire::AnnounceEvent Build ()

Build and return the table. The builder should not be used after this.

bool has_message ()
void clear_message ()

Clears the message field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::StringView & message ()

A message describing the change in the application. This message is expected to be localized in the language that the application is in.

BuilderImpl & message (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

A message describing the change in the application. This message is expected to be localized in the language that the application is in.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_accessibility_semantics::wire::AnnounceEvent, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_accessibility_semantics::wire::AnnounceEvent>> && frame)

Records