template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 572 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/wire_types.h
Public Methods
::fuchsia_hardware_light::wire::Metadata Build ()
Build and return the table. The builder should not be used after this.
bool has_configs ()
void clear_configs ()
Clears the configs field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_hardware_light::wire::Config> & configs ()
Getter for configs.
BuilderImpl & configs (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_light::wire::Config>>> elem)
Setter for configs.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_light::wire::Metadata, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_light::wire::Metadata>> && frame)