class Config

Defined at line 2597 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h

A configuration capability

Public Methods

void Config ()

Defined at line 2599 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h

void Config (const Config & other)

Defined at line 2600 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h

void Config (Config && other)

Defined at line 2602 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_component_test::wire::Config> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_component_test::wire::Config> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::Config>> frame)

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

::fidl::StringView & name ()

The name of the capability.

bool has_name ()
::fidl::StringView & as ()

A rename of the capability, which can be set when routing to another

component. This field is optional.

bool has_as ()
::fuchsia_component_decl::wire::Availability & availability ()

Optional. Cannot be set to `SameAsTarget` if `to` contains a local

component.

bool has_availability ()
Config & operator= (const Config & other)

Defined at line 2601 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h

Config & operator= (Config && other)

Defined at line 2603 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h

Config & set_name (::fidl::ObjectView< ::fidl::StringView> elem)
Config & set_name (std::nullptr_t )
Config & clear_name ()
Config & set_as (::fidl::ObjectView< ::fidl::StringView> elem)
Config & set_as (std::nullptr_t )
Config & clear_as ()
Config & set_availability (::fuchsia_component_decl::wire::Availability elem)
Config & clear_availability ()
void Config (::fidl::AnyArena & allocator)
void Config (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::Config>> && 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_component_test::wire::Config>> && frame_ptr)
void ~Config ()

Defined at line 2605 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder