template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1141 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::ElementPowerLevelNames 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_levels ()
void clear_levels ()

Clears the levels field.

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

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_power_broker::wire::PowerLevelName> & levels ()

Getter for levels.

BuilderImpl & levels (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_power_broker::wire::PowerLevelName>>> elem)

Setter for levels.

Protected Methods

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

Records