class RuntimeCrashReport

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

Represents a crash report for a runtime exception, applicable to most languages.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

void RuntimeCrashReport ()

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

void RuntimeCrashReport (const RuntimeCrashReport & other)

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

void _CloseHandles ()
::fidl::WireTableBuilder< ::fuchsia_feedback::wire::RuntimeCrashReport> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_feedback::wire::RuntimeCrashReport> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::RuntimeCrashReport>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

::fidl::StringView & exception_type ()

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

bool has_exception_type ()
::fidl::StringView & exception_message ()

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

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

The text representation of the exception stack trace.

bool has_exception_stack_trace ()
RuntimeCrashReport & operator= (const RuntimeCrashReport & other)

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

void RuntimeCrashReport (RuntimeCrashReport && other)

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

RuntimeCrashReport & operator= (RuntimeCrashReport && other)

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

RuntimeCrashReport & set_exception_type (::fidl::ObjectView< ::fidl::StringView> elem)
RuntimeCrashReport & set_exception_type (std::nullptr_t )
RuntimeCrashReport & clear_exception_type ()
RuntimeCrashReport & set_exception_message (::fidl::ObjectView< ::fidl::StringView> elem)
RuntimeCrashReport & set_exception_message (std::nullptr_t )
RuntimeCrashReport & clear_exception_message ()
RuntimeCrashReport & set_exception_stack_trace (::fidl::ObjectView< ::fuchsia_mem::wire::Buffer> elem)
RuntimeCrashReport & set_exception_stack_trace (std::nullptr_t )
RuntimeCrashReport & clear_exception_stack_trace ()
void RuntimeCrashReport (::fidl::AnyArena & allocator)
void RuntimeCrashReport (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::RuntimeCrashReport>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::RuntimeCrashReport>> && frame_ptr)
void ~RuntimeCrashReport ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder