template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_ui_input::wire::TouchButtonsEvent Build ()

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

bool has_event_time ()
void clear_event_time ()

Clears the event_time field.

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

O(number_of_fields) complexity.

::fidl::basic_time<((zx_clock_t)0)> & event_time ()

Getter for event_time.

BuilderImpl & event_time (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::basic_time<((zx_clock_t)0)>>> elem)

Setter for event_time.

bool has_device_info ()
void clear_device_info ()

Clears the device_info field.

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

O(number_of_fields) complexity.

::fuchsia_ui_input::wire::TouchDeviceInfo & device_info ()

Getter for device_info.

BuilderImpl & device_info (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_ui_input::wire::TouchDeviceInfo>> elem)

Setter for device_info.

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_ui_input::wire::TouchButton> & pressed_buttons ()

Getter for pressed_buttons.

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

Setter for pressed_buttons.

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_input::wire::TouchButtonsEvent, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_input::wire::TouchButtonsEvent>> && frame)

Records