template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 457 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::PowerLevel Build ()
Build and return the table. The builder should not be used after this.
bool has_level ()
void clear_level ()
Clears the level field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint8_t & level ()
Getter for level.
BuilderImpl & level (uint8_t elem)
Setter for level.
bool has_name ()
void clear_name ()
Clears the name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & name ()
Getter for name.
BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Setter for name.
bool has_transitions ()
void clear_transitions ()
Clears the transitions 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::Transition> & transitions ()
Getter for transitions.
BuilderImpl & transitions (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_power::wire::Transition>>> elem)
Setter for transitions.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_power::wire::PowerLevel, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_power::wire::PowerLevel>> && frame)