template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 5030 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::FeatureReport Build ()
Build and return the table. The builder should not be used after this.
bool has_sensor ()
void clear_sensor ()
Clears the sensor field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_input_report::wire::SensorFeatureReport & sensor ()
Getter for sensor.
BuilderImpl & sensor (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_input_report::wire::SensorFeatureReport>> elem)
Setter for sensor.
bool has_touch ()
void clear_touch ()
Clears the touch field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_input_report::wire::TouchFeatureReport & touch ()
Getter for touch.
BuilderImpl & touch (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_input_report::wire::TouchFeatureReport>> elem)
Setter for touch.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_input_report::wire::FeatureReport, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::FeatureReport>> && frame)