template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 514 of file fidling/gen/sdk/fidl/fuchsia.firmware.crash/fuchsia.firmware.crash/cpp/fidl/fuchsia.firmware.crash/cpp/wire_types.h
Public Methods
::fuchsia_firmware_crash::wire::WatcherGetCrashRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_wait_for_crash ()
void clear_wait_for_crash ()
Clears the wait_for_crash field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & wait_for_crash ()
Whether to wait for a crash before returning. Defaults to true if not set.
BuilderImpl & wait_for_crash (bool elem)
Whether to wait for a crash before returning. Defaults to true if not set.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_firmware_crash::wire::WatcherGetCrashRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_firmware_crash::wire::WatcherGetCrashRequest>> && frame)