template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1404 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/wire_types.h

Public Methods

::fuchsia_driver_development::wire::ThreadInfo Build ()

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

bool has_koid ()
void clear_koid ()

Clears the koid field.

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

O(number_of_fields) complexity.

uint64_t & koid ()

The koid for the thread.

BuilderImpl & koid (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

The koid for the thread.

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 ()

The name of the thread.

BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

The name of the thread.

bool has_scheduler_role ()
void clear_scheduler_role ()

Clears the scheduler_role field.

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

O(number_of_fields) complexity.

::fidl::StringView & scheduler_role ()

The scheduler role of the thread.

BuilderImpl & scheduler_role (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

The scheduler role of the thread.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_driver_development::wire::ThreadInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_development::wire::ThreadInfo>> && frame)

Records