template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1320 of file fidling/gen/sdk/fidl/fuchsia.hardware.power/fuchsia.hardware.power/cpp/fidl/fuchsia.hardware.power/cpp/wire_types.h
Public Methods
::fuchsia_hardware_power::wire::PowerElementConfiguration Build ()
Build and return the table. The builder should not be used after this.
bool has_element ()
void clear_element ()
Clears the element field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_hardware_power::wire::PowerElement & element ()
Getter for element.
BuilderImpl & element (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_hardware_power::wire::PowerElement>> elem)
Setter for element.
bool has_dependencies ()
void clear_dependencies ()
Clears the dependencies field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_hardware_power::wire::PowerDependency> & dependencies ()
Getter for dependencies.
BuilderImpl & dependencies (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_power::wire::PowerDependency>>> elem)
Setter for dependencies.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_power::wire::PowerElementConfiguration, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_power::wire::PowerElementConfiguration>> && frame)