template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 3917 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

Public Methods

::fuchsia_input_report::wire::TouchInputReport Build ()

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

bool has_contacts ()
void clear_contacts ()

Clears the contacts field.

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

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_input_report::wire::ContactInputReport> & contacts ()

The contacts currently being reported by the device.

BuilderImpl & contacts (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_input_report::wire::ContactInputReport>>> elem)

The contacts currently being reported by the device.

bool has_pressed_buttons ()
void clear_pressed_buttons ()

Clears the pressed_buttons field.

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

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_input_report::wire::TouchButton> & pressed_buttons ()

Getter for pressed_buttons.

BuilderImpl & pressed_buttons (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_input_report::wire::TouchButton>>> elem)

Setter for pressed_buttons.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_input_report::wire::TouchInputReport, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::TouchInputReport>> && frame)

Records