template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 423 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/wire_types.h

Public Methods

::fuchsia_hardware_pinimpl::wire::Metadata Build ()

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

bool has_init_steps ()
void clear_init_steps ()

Clears the init_steps field.

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

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_hardware_pinimpl::wire::InitStep> & init_steps ()

Init steps are processed sequentially in the order that they appear in the vector.

Processing occurs once during the GPIO core driver's start hook.

BuilderImpl & init_steps (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_pinimpl::wire::InitStep>>> elem)

Init steps are processed sequentially in the order that they appear in the vector.

Processing occurs once during the GPIO core driver's start hook.

bool has_controller_id ()
void clear_controller_id ()

Clears the controller_id field.

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

O(number_of_fields) complexity.

uint32_t & controller_id ()

Getter for controller_id.

BuilderImpl & controller_id (uint32_t elem)

Setter for controller_id.

bool has_pins ()
void clear_pins ()

Clears the pins field.

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

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_hardware_pinimpl::wire::Pin> & pins ()

Getter for pins.

BuilderImpl & pins (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_pinimpl::wire::Pin>>> elem)

Setter for pins.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_pinimpl::wire::Metadata, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_pinimpl::wire::Metadata>> && frame)

Records