class OutputReport

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

A single report containing output information for an input device.

Output information typically represents device output to the user

(E.g: LEDs, tactile feedback, etc).

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::OutputReport> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

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

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

void OutputReport ()

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

void OutputReport (const OutputReport & other)

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

OutputReport & operator= (const OutputReport & other)

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

void OutputReport (OutputReport && other)

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

::fuchsia_input_report::wire::KeyboardOutputReport & keyboard ()
bool has_keyboard ()
OutputReport & operator= (OutputReport && other)

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

OutputReport & set_keyboard (::fidl::ObjectView< ::fuchsia_input_report::wire::KeyboardOutputReport> elem)
OutputReport & set_keyboard (std::nullptr_t )
OutputReport & clear_keyboard ()
void OutputReport (::fidl::AnyArena & allocator)
void OutputReport (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::OutputReport>> && 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::OutputReport>> && frame_ptr)
void ~OutputReport ()

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

template <typename... Args>
OutputReport & set_keyboard (::fidl::AnyArena & allocator, Args &&... args)

Defined at line 2522 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