class OutputDescriptor

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

Describes the output reports that a physical input device will accept.

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

Return a builder that by defaults allocates of an arena.

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

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

void OutputDescriptor ()

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

void OutputDescriptor (const OutputDescriptor & other)

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

OutputDescriptor & operator= (const OutputDescriptor & other)

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

void OutputDescriptor (OutputDescriptor && other)

Defined at line 1487 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::KeyboardOutputDescriptor & keyboard ()
bool has_keyboard ()
OutputDescriptor & operator= (OutputDescriptor && other)

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

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

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

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

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