template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_driver_host::wire::DriverCrashInfo Build ()

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

bool has_url ()
void clear_url ()

Clears the url field.

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

O(number_of_fields) complexity.

::fidl::StringView & url ()

Getter for url.

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

Setter for url.

bool has_node_token ()
void clear_node_token ()

Clears the node_token field.

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

O(number_of_fields) complexity.

::zx::event & node_token ()

Getter for node_token.

BuilderImpl & node_token (::zx::event elem)

Setter for node_token.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_driver_host::wire::DriverCrashInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_host::wire::DriverCrashInfo>> && frame)

Records