template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 237 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/wire_types.h

Public Methods

::fuchsia_tracing_controller::wire::Trigger Build ()

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

bool has_alert ()
void clear_alert ()

Clears the alert field.

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

O(number_of_fields) complexity.

::fidl::StringView & alert ()

The name of the alert being watched.

See fuchsia.tracing.controller.Controller.WatchAlert for more info.

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

The name of the alert being watched.

See fuchsia.tracing.controller.Controller.WatchAlert for more info.

bool has_action ()
void clear_action ()

Clears the action field.

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

O(number_of_fields) complexity.

::fuchsia_tracing_controller::wire::Action & action ()

The action to run when this alert has been witnessed.

BuilderImpl & action (::fuchsia_tracing_controller::wire::Action elem)

The action to run when this alert has been witnessed.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_tracing_controller::wire::Trigger, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_tracing_controller::wire::Trigger>> && frame)

Records