template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 138 of file fidling/gen/src/power/system-activity-governor/fake/fidl/test.sagcontrol/cpp/fidl/test.sagcontrol/cpp/wire_types.h

Public Methods

::test_sagcontrol::wire::SystemActivityGovernorState Build ()

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

bool has_execution_state_level ()
void clear_execution_state_level ()

Clears the execution_state_level field.

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

O(number_of_fields) complexity.

::fuchsia_power_system::wire::ExecutionStateLevel & execution_state_level ()

Getter for execution_state_level.

BuilderImpl & execution_state_level (::fuchsia_power_system::wire::ExecutionStateLevel elem)

Setter for execution_state_level.

bool has_application_activity_level ()
void clear_application_activity_level ()

Clears the application_activity_level field.

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

O(number_of_fields) complexity.

::fuchsia_power_system::wire::ApplicationActivityLevel & application_activity_level ()

Getter for application_activity_level.

BuilderImpl & application_activity_level (::fuchsia_power_system::wire::ApplicationActivityLevel elem)

Setter for application_activity_level.

Protected Methods

void WireTableBaseBuilder< ::test_sagcontrol::wire::SystemActivityGovernorState, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::test_sagcontrol::wire::SystemActivityGovernorState>> && frame)

Records