template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 882 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

Public Methods

::fuchsia_feedback::wire::RuntimeCrashReport Build ()

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

bool has_exception_type ()
void clear_exception_type ()

Clears the exception_type field.

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

O(number_of_fields) complexity.

::fidl::StringView & exception_type ()

The exception type, e.g., "FileSystemException".

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

The exception type, e.g., "FileSystemException".

bool has_exception_message ()
void clear_exception_message ()

Clears the exception_message field.

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

O(number_of_fields) complexity.

::fidl::StringView & exception_message ()

The exception message, e.g., "cannot open file".

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

The exception message, e.g., "cannot open file".

bool has_exception_stack_trace ()
void clear_exception_stack_trace ()

Clears the exception_stack_trace field.

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

O(number_of_fields) complexity.

::fuchsia_mem::wire::Buffer & exception_stack_trace ()

The text representation of the exception stack trace.

BuilderImpl & exception_stack_trace (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_mem::wire::Buffer>> elem)

The text representation of the exception stack trace.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_feedback::wire::RuntimeCrashReport, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::RuntimeCrashReport>> && frame)

Records