template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 149 of file fidling/gen/sdk/fidl/fuchsia.hardware.amlogic.metadata/fuchsia.hardware.amlogic.metadata/cpp/fidl/fuchsia.hardware.amlogic.metadata/cpp/wire_types.h

Public Methods

::fuchsia_hardware_amlogic_metadata::wire::CpuMetadata Build ()

Build and return the table. The builder should not be used after this.

bool has_performance_domains ()
void clear_performance_domains ()

Clears the performance_domains field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_hardware_amlogic_metadata::wire::PerformanceDomain> & performance_domains ()

Getter for performance_domains.

BuilderImpl & performance_domains (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_amlogic_metadata::wire::PerformanceDomain>>> elem)

Setter for performance_domains.

bool has_operating_points ()
void clear_operating_points ()

Clears the operating_points field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_hardware_amlogic_metadata::wire::OperatingPoint> & operating_points ()

Getter for operating_points.

BuilderImpl & operating_points (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_amlogic_metadata::wire::OperatingPoint>>> elem)

Setter for operating_points.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_amlogic_metadata::wire::CpuMetadata, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_amlogic_metadata::wire::CpuMetadata>> && frame)

Records