class TouchscreenReport

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

Public Methods

void TouchscreenReport (Storage_ storage)
void TouchscreenReport (::std::vector< ::fuchsia_ui_input::Touch> touches)
void TouchscreenReport ()

Default constructs a |TouchscreenReport| only if all of its members are default constructible.

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

void TouchscreenReport (TouchscreenReport && )

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

void TouchscreenReport (const TouchscreenReport & other)
TouchscreenReport & operator= (TouchscreenReport && )

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

TouchscreenReport & operator= (const TouchscreenReport & other)
bool operator== (const TouchscreenReport & other)
bool operator!= (const TouchscreenReport & other)
const ::std::vector< ::fuchsia_ui_input::Touch> & touches ()
::std::vector< ::fuchsia_ui_input::Touch> & touches ()
TouchscreenReport & touches (::std::vector< ::fuchsia_ui_input::Touch> value)

Setter for touches.

void TouchscreenReport (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits