template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1983 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::DriverHostInfo Build ()
Build and return the table. The builder should not be used after this.
bool has_process_koid ()
void clear_process_koid ()
Clears the process_koid field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & process_koid ()
The process KOID of the driver host.
BuilderImpl & process_koid (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
The process KOID of the driver host.
bool has_threads ()
void clear_threads ()
Clears the threads field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_driver_development::wire::ThreadInfo> & threads ()
The list of threads of the driver host.
BuilderImpl & threads (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_driver_development::wire::ThreadInfo>>> elem)
The list of threads of the driver host.
bool has_drivers ()
void clear_drivers ()
Clears the drivers field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fidl::StringView> & drivers ()
List of drivers loaded into this driver host.
BuilderImpl & drivers (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fidl::StringView>>> elem)
List of drivers loaded into this driver host.
bool has_dispatchers ()
void clear_dispatchers ()
Clears the dispatchers field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_driver_development::wire::DispatcherInfo> & dispatchers ()
List of dispatchers .
BuilderImpl & dispatchers (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_driver_development::wire::DispatcherInfo>>> elem)
List of dispatchers .
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 ()
Optional name of the driver host.
BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Optional name of the driver host.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_driver_development::wire::DriverHostInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_development::wire::DriverHostInfo>> && frame)