class ExposeConfiguration

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

Declares a configuration capability exposed to a component's containing realm, such as

a capability exposed by the component or one of its children at runtime.

Public Methods

void ExposeConfiguration ()

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

void ExposeConfiguration (const ExposeConfiguration & other)

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

void ExposeConfiguration (ExposeConfiguration && other)

Defined at line 7707 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/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_decl::wire::ExposeConfiguration> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

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

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

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

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

itself. Must be `self` or `child`, or `void`. If set to `void`, then the

target must expose, offer, or use the capability with `OPTIONAL` or

`TRANSITIONAL` availability.

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

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

this component.

bool has_source_name ()
::fuchsia_component_decl::wire::Ref & target ()

(Required) The destination to which the capability is exposed.

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

(Required) The name by which the capability is being exposed.

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

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

See [`Availability`].

bool has_availability ()
::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 ()
ExposeConfiguration & set_source (::fidl::ObjectView< ::fuchsia_component_decl::wire::Ref> elem)
ExposeConfiguration & set_source (std::nullptr_t )
ExposeConfiguration & clear_source ()
ExposeConfiguration & set_source_name (::fidl::ObjectView< ::fidl::StringView> elem)
ExposeConfiguration & set_source_name (std::nullptr_t )
ExposeConfiguration & clear_source_name ()
ExposeConfiguration & set_target (::fidl::ObjectView< ::fuchsia_component_decl::wire::Ref> elem)
ExposeConfiguration & set_target (std::nullptr_t )
ExposeConfiguration & clear_target ()
ExposeConfiguration & set_target_name (::fidl::ObjectView< ::fidl::StringView> elem)
ExposeConfiguration & set_target_name (std::nullptr_t )
ExposeConfiguration & clear_target_name ()
ExposeConfiguration & set_availability (::fuchsia_component_decl::wire::Availability elem)
ExposeConfiguration & clear_availability ()
ExposeConfiguration & set_source_dictionary (::fidl::ObjectView< ::fidl::StringView> elem)
ExposeConfiguration & set_source_dictionary (std::nullptr_t )
ExposeConfiguration & clear_source_dictionary ()
void ExposeConfiguration (::fidl::AnyArena & allocator)
void ExposeConfiguration (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_decl::wire::ExposeConfiguration>> && 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_decl::wire::ExposeConfiguration>> && frame_ptr)
ExposeConfiguration & operator= (const ExposeConfiguration & other)

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

ExposeConfiguration & operator= (ExposeConfiguration && other)

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

void ~ExposeConfiguration ()

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