class UseConfiguration

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

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_component_decl::wire::UseConfiguration> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_component_decl::wire::UseConfiguration> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_decl::wire::UseConfiguration>> frame)

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

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_decl::wire::UseConfiguration>> && frame_ptr)
void UseConfiguration ()

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

void UseConfiguration (const UseConfiguration & other)

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

void UseConfiguration (UseConfiguration && other)

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

UseConfiguration & operator= (UseConfiguration && other)

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

::fuchsia_component_decl::wire::Ref & source ()

(Required) The provider of the configuration relative to the component

itself. Must be `parent`, `self`, `child`.

bool has_source ()
::fidl::StringView & source_name ()

(Required) Name identifying the configuration, by which it was presented to this

component.

bool has_source_name ()
::fidl::StringView & target_name ()

(Required) The name that the component sees for this configuration.

This must match a key in the 'config' schema for this component. The

matching config field's type must match this configuration type.

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

(Optional, defaults to `REQUIRED`) The availability of this capability.

If set to `required`, the component is likely to malfunction if this

capability is not provided. If set to `optional`, the component can

handle the capability's absence.

bool has_availability ()
::fuchsia_component_decl::wire::ConfigType & type ()

(Required) The type of this config value. If `target_name` matches a

key in the `config` schema, then this type must match that type.

bool has_type ()
::fuchsia_component_decl::wire::ConfigValue & default_ ()

(Optional): If this is set, this is the value that will be provided via routing

if the capability is successfully routed from void.

bool has_default ()
::fidl::StringView & source_dictionary ()

(Optional) Path in a dictionary provided by `source` which contains `source_name`.

If this field is absent, `source_name` identifies a capability directly routed

by `source`. If set, `source_name` identifies a capability nested inside this

dictionary.

bool has_source_dictionary ()
UseConfiguration & operator= (const UseConfiguration & other)

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

UseConfiguration & set_source (::fidl::ObjectView< ::fuchsia_component_decl::wire::Ref> elem)
UseConfiguration & set_source (std::nullptr_t )
UseConfiguration & clear_source ()
UseConfiguration & set_source_name (::fidl::ObjectView< ::fidl::StringView> elem)
UseConfiguration & set_source_name (std::nullptr_t )
UseConfiguration & clear_source_name ()
UseConfiguration & set_target_name (::fidl::ObjectView< ::fidl::StringView> elem)
UseConfiguration & set_target_name (std::nullptr_t )
UseConfiguration & clear_target_name ()
UseConfiguration & set_availability (::fuchsia_component_decl::wire::Availability elem)
UseConfiguration & clear_availability ()
UseConfiguration & set_type (::fidl::ObjectView< ::fuchsia_component_decl::wire::ConfigType> elem)
UseConfiguration & set_type (std::nullptr_t )
UseConfiguration & clear_type ()
UseConfiguration & set_default_ (::fidl::ObjectView< ::fuchsia_component_decl::wire::ConfigValue> elem)
UseConfiguration & set_default_ (std::nullptr_t )
UseConfiguration & clear_default ()
UseConfiguration & set_source_dictionary (::fidl::ObjectView< ::fidl::StringView> elem)
UseConfiguration & set_source_dictionary (std::nullptr_t )
UseConfiguration & clear_source_dictionary ()
void UseConfiguration (::fidl::AnyArena & allocator)
void UseConfiguration (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_decl::wire::UseConfiguration>> && 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 ~UseConfiguration ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder