template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 746 of file fidling/gen/sdk/fidl/fuchsia.power.broker/fuchsia.power.broker/cpp/fidl/fuchsia.power.broker/cpp/wire_types.h

Public Methods

::fuchsia_power_broker::wire::ElementStatusEndpoint Build ()

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

bool has_identifier ()
void clear_identifier ()

Clears the identifier field.

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

O(number_of_fields) complexity.

::fidl::StringView & identifier ()

Getter for identifier.

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

Setter for identifier.

bool has_status ()
void clear_status ()

Clears the status field.

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

O(number_of_fields) complexity.

::fidl::ClientEnd< ::fuchsia_power_broker::Status> & status ()

Getter for status.

BuilderImpl & status (::fidl::ClientEnd< ::fuchsia_power_broker::Status> elem)

Setter for status.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_power_broker::wire::ElementStatusEndpoint, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_power_broker::wire::ElementStatusEndpoint>> && frame)

Records