template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 943 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::PowerLevelName Build ()

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

bool has_level ()
void clear_level ()

Clears the level field.

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

O(number_of_fields) complexity.

uint8_t & level ()

Getter for level.

BuilderImpl & level (uint8_t elem)

Setter for level.

bool has_name ()
void clear_name ()

Clears the name field.

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

O(number_of_fields) complexity.

::fidl::StringView & name ()

Getter for name.

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

Setter for name.

Protected Methods

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

Records