template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1787 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

Public Methods

::fuchsia_buttons::wire::GpioConfig Build ()

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

bool has_type ()
void clear_type ()

Clears the type field.

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

O(number_of_fields) complexity.

::fuchsia_buttons::wire::GpioType & type ()

The type of the gpio pin.

BuilderImpl & type (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_buttons::wire::GpioType>> elem)

The type of the gpio pin.

bool has_flags ()
void clear_flags ()

Clears the flags field.

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

O(number_of_fields) complexity.

::fuchsia_buttons::wire::GpioFlag & flags ()

The flags of the gpio pin.

BuilderImpl & flags (::fuchsia_buttons::wire::GpioFlag elem)

The flags of the gpio pin.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_buttons::wire::GpioConfig, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_buttons::wire::GpioConfig>> && frame)

Records