template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 411 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::ApplicationActivity Build ()
Build and return the table. The builder should not be used after this.
bool has_assertive_dependency_token ()
void clear_assertive_dependency_token ()
Clears the assertive_dependency_token field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::event & assertive_dependency_token ()
Getter for assertive_dependency_token.
BuilderImpl & assertive_dependency_token (::zx::event elem)
Setter for assertive_dependency_token.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_power_system::wire::ApplicationActivity, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_power_system::wire::ApplicationActivity>> && frame)