template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_debugger::wire::MinidumpOptions Build ()

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

bool has_filter ()
void clear_filter ()

Clears the filter field.

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

O(number_of_fields) complexity.

::fuchsia_debugger::wire::Filter & filter ()

This will not install any new filters and will not cause new processes

to be attached. Rather, this filter will be applied to already attached

processes.

BuilderImpl & filter (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_debugger::wire::Filter>> elem)

This will not install any new filters and will not cause new processes

to be attached. Rather, this filter will be applied to already attached

processes.

Protected Methods

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

Records