template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 569 of file fidling/gen/sdk/fidl/fuchsia.power.system/fuchsia.power.system/cpp/fidl/fuchsia.power.system/cpp/wire_types.h
Public Methods
::fuchsia_power_system::wire::PowerElements Build ()
Build and return the table. The builder should not be used after this.
bool has_application_activity ()
void clear_application_activity ()
Clears the application_activity field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_power_system::wire::ApplicationActivity & application_activity ()
Getter for application_activity.
BuilderImpl & application_activity (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_power_system::wire::ApplicationActivity>> elem)
Setter for application_activity.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_power_system::wire::PowerElements, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_power_system::wire::PowerElements>> && frame)