template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1674 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::DispatcherInfo Build ()
Build and return the table. The builder should not be used after this.
bool has_driver ()
void clear_driver ()
Clears the driver field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & driver ()
The driver which created this dispatcher.
BuilderImpl & driver (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The driver which created this dispatcher.
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 dispatcher.
BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The name of the dispatcher.
bool has_options ()
void clear_options ()
Clears the options field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & options ()
The options the dispatcher was created with.
BuilderImpl & options (uint32_t elem)
The options the dispatcher was created with.
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 dispatcher.
BuilderImpl & scheduler_role (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The scheduler role of the dispatcher.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_driver_development::wire::DispatcherInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_development::wire::DispatcherInfo>> && frame)