template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 3287 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::TouchFeatureDescriptor Build ()

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

bool has_supports_input_mode ()
void clear_supports_input_mode ()

Clears the supports_input_mode field.

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

O(number_of_fields) complexity.

bool & supports_input_mode ()

Indicates whether or not touch feature descriptor supports different input modes.

BuilderImpl & supports_input_mode (bool elem)

Indicates whether or not touch feature descriptor supports different input modes.

bool has_supports_selective_reporting ()
void clear_supports_selective_reporting ()

Clears the supports_selective_reporting field.

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

O(number_of_fields) complexity.

bool & supports_selective_reporting ()

Indicates whether or not touch feature descriptor supports selective reporting.

BuilderImpl & supports_selective_reporting (bool elem)

Indicates whether or not touch feature descriptor supports selective reporting.

Protected Methods

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

Records