template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 687 of file fidling/gen/sdk/fidl/fuchsia.ui.pointer/fuchsia.ui.pointer/cpp/fidl/fuchsia.ui.pointer/cpp/wire_types.h
Public Methods
::fuchsia_ui_pointer::wire::TouchResponse Build ()
Build and return the table. The builder should not be used after this.
bool has_response_type ()
void clear_response_type ()
Clears the response_type field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_ui_pointer::wire::TouchResponseType & response_type ()
The interaction disposition that a client responds with for a given
|TouchPointerSample|.
BuilderImpl & response_type (::fuchsia_ui_pointer::wire::TouchResponseType elem)
The interaction disposition that a client responds with for a given
|TouchPointerSample|.
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 response'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 response's send/receive occurrence across
component boundaries or abstraction layers.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_ui_pointer::wire::TouchResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_pointer::wire::TouchResponse>> && frame)