template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 400 of file fidling/gen/sdk/fidl/fuchsia.hardware.tee/fuchsia.hardware.tee/cpp/fidl/fuchsia.hardware.tee/cpp/wire_types.h

Public Methods

::fuchsia_hardware_tee::wire::TeeMetadata Build ()

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

bool has_default_thread_count ()
void clear_default_thread_count ()

Clears the default_thread_count field.

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

O(number_of_fields) complexity.

uint32_t & default_thread_count ()

Number of threads in the default pool.

BuilderImpl & default_thread_count (uint32_t elem)

Number of threads in the default pool.

bool has_custom_threads ()
void clear_custom_threads ()

Clears the custom_threads field.

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

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_hardware_tee::wire::CustomThreadConfig> & custom_threads ()

List of custom pool configurations.

BuilderImpl & custom_threads (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_tee::wire::CustomThreadConfig>>> elem)

List of custom pool configurations.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_tee::wire::TeeMetadata, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_tee::wire::TeeMetadata>> && frame)

Records