template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1669 of file fidling/gen/sdk/fidl/fuchsia.ui.pointerinjector/fuchsia.ui.pointerinjector/cpp/fidl/fuchsia.ui.pointerinjector/cpp/wire_types.h

Public Methods

::fuchsia_ui_pointerinjector::wire::Event Build ()

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

bool has_timestamp ()
void clear_timestamp ()

Clears the timestamp field.

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

O(number_of_fields) complexity.

int64_t & timestamp ()

The time when this event was observed.

Required.

BuilderImpl & timestamp (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)

The time when this event was observed.

Required.

bool has_data ()
void clear_data ()

Clears the data field.

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

O(number_of_fields) complexity.

::fuchsia_ui_pointerinjector::wire::Data & data ()

The event's data.

Required.

BuilderImpl & data (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_ui_pointerinjector::wire::Data>> elem)

The event's data.

Required.

bool has_trace_flow_id ()
void clear_trace_flow_id ()

Clears the trace_flow_id field.

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

O(number_of_fields) complexity.

uint64_t & trace_flow_id ()

An identifier to correlate this event's send/receive occurrence across

component boundaries or abstraction layers.

BuilderImpl & trace_flow_id (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

An identifier to correlate this event's send/receive occurrence across

component boundaries or abstraction layers.

bool has_wake_lease ()
void clear_wake_lease ()

Clears the wake_lease field.

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

O(number_of_fields) complexity.

::zx::eventpair & wake_lease ()

Optional wake lease for power baton passing.

BuilderImpl & wake_lease (::zx::eventpair elem)

Optional wake lease for power baton passing.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_ui_pointerinjector::wire::Event, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_pointerinjector::wire::Event>> && frame)

Records