template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 425 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/wire_types.h

Public Methods

::fuchsia_debugger::wire::ThreadDetails Build ()

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

bool has_backtrace ()
void clear_backtrace ()

Clears the backtrace field.

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

O(number_of_fields) complexity.

::fidl::StringView & backtrace ()

A stack trace from the current thread in symbolizer markup format.

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

A stack trace from the current thread in symbolizer markup format.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_debugger::wire::ThreadDetails, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_debugger::wire::ThreadDetails>> && frame)

Records