class KeyboardInputReport

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

A single report created by a keyboard device.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_input_report::wire::KeyboardInputReport> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_input_report::wire::KeyboardInputReport> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::KeyboardInputReport>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void KeyboardInputReport ()

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

void KeyboardInputReport (const KeyboardInputReport & other)

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

KeyboardInputReport & operator= (const KeyboardInputReport & other)

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

void KeyboardInputReport (KeyboardInputReport && other)

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

KeyboardInputReport & operator= (KeyboardInputReport && other)

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

::fidl::VectorView< ::fuchsia_input::wire::Key> & pressed_keys3 ()

The list of keys that are currently pressed down.

bool has_pressed_keys3 ()
KeyboardInputReport & set_pressed_keys3 (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_input::wire::Key>> elem)
KeyboardInputReport & set_pressed_keys3 (std::nullptr_t )
KeyboardInputReport & clear_pressed_keys3 ()
void KeyboardInputReport (::fidl::AnyArena & allocator)
void KeyboardInputReport (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::KeyboardInputReport>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::KeyboardInputReport>> && frame_ptr)
void ~KeyboardInputReport ()

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

template <typename... Args>
KeyboardInputReport & set_pressed_keys3 (::fidl::AnyArena & allocator, Args &&... args)

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder