class Button

Defined at line 298 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

Public Methods

void Button ()

Defined at line 300 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

void Button (const Button & other)

Defined at line 301 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

void Button (Button && other)

Defined at line 303 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_buttons::wire::Button> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_buttons::wire::Button> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_buttons::wire::Button>> frame)

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

::fidl::VectorView< ::fuchsia_input_report::wire::ConsumerControlButton> & types ()

Button Types. A single button may affect multiple things and thus have multiple

functionalities. For example, a privacy switch that mutes both the camera and mic may map to

the combination of fuchsia.input.report.ConsumerControlButton.MIC_MUTE and CAMERA_DISABLE.

bool has_types ()
::fuchsia_buttons::wire::ButtonConfig & button_config ()

Button Config.

bool has_button_config ()
Button & operator= (const Button & other)

Defined at line 302 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

Button & operator= (Button && other)

Defined at line 304 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

Button & set_types (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_input_report::wire::ConsumerControlButton>> elem)
Button & set_types (std::nullptr_t )
Button & clear_types ()
Button & set_button_config (::fidl::ObjectView< ::fuchsia_buttons::wire::ButtonConfig> elem)
Button & set_button_config (std::nullptr_t )
Button & clear_button_config ()
void Button (::fidl::AnyArena & allocator)
void Button (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_buttons::wire::Button>> && 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_buttons::wire::Button>> && frame_ptr)
void ~Button ()

Defined at line 306 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

template <typename... Args>
Button & set_types (::fidl::AnyArena & allocator, Args &&... args)

Defined at line 338 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

template <typename... Args>
Button & set_button_config (::fidl::AnyArena & allocator, Args &&... args)

Defined at line 347 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder