class ExposeResolver
Defined at line 4106 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
Declares a resolver exposed to a component's containing realm, such as a
resolver exposed by the component or one of its children at runtime.
Public Methods
void ExposeResolver (Storage_ storage)
void ExposeResolver ()
Defined at line 4111 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
void ExposeResolver (ExposeResolver && )
Defined at line 4112 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
void ExposeResolver (const ExposeResolver & other)
ExposeResolver & operator= (ExposeResolver && )
Defined at line 4113 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
ExposeResolver & operator= (const ExposeResolver & other)
bool operator== (const ExposeResolver & other)
bool operator!= (const ExposeResolver & other)
bool IsEmpty ()
const std::optional< ::fuchsia_component_decl::Ref> & source ()
(Required) The provider of the capability relative to the component
itself. Must be `self` or `child`.
::std::optional< ::fuchsia_component_decl::Ref> & source ()
(Required) The provider of the capability relative to the component
itself. Must be `self` or `child`.
ExposeResolver & source (std::optional< ::fuchsia_component_decl::Ref> value)
(Required) The provider of the capability relative to the component
itself. Must be `self` or `child`.
const std::optional< ::std::string> & source_name ()
(Required) The name of the resolver, by which it was presented to this
component.
::std::optional< ::std::string> & source_name ()
(Required) The name of the resolver, by which it was presented to this
component.
ExposeResolver & source_name (std::optional< ::std::string> value)
(Required) The name of the resolver, by which it was presented to this
component.
const std::optional< ::fuchsia_component_decl::Ref> & target ()
(Required) The destination to which the resolver is exposed
::std::optional< ::fuchsia_component_decl::Ref> & target ()
(Required) The destination to which the resolver is exposed
ExposeResolver & target (std::optional< ::fuchsia_component_decl::Ref> value)
(Required) The destination to which the resolver is exposed
const std::optional< ::std::string> & target_name ()
(Required) The name by which the capability is being exposed.
::std::optional< ::std::string> & target_name ()
(Required) The name by which the capability is being exposed.
ExposeResolver & target_name (std::optional< ::std::string> value)
(Required) The name by which the capability is being exposed.
const std::optional< ::std::string> & source_dictionary ()
(Optional) Path in a dictionary offered by `ref` 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 a
dictionary. The name of the top-level dictionary is given by the first path
segment of `source_dictionary`, and `source` is expected to route a
dictionary capability with this name. The rest of the path (possibly empty)
represents the path to a dictionary nested in the top-level dictionary which
is expected to contain `source_name`.
::std::optional< ::std::string> & source_dictionary ()
(Optional) Path in a dictionary offered by `ref` 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 a
dictionary. The name of the top-level dictionary is given by the first path
segment of `source_dictionary`, and `source` is expected to route a
dictionary capability with this name. The rest of the path (possibly empty)
represents the path to a dictionary nested in the top-level dictionary which
is expected to contain `source_name`.
ExposeResolver & source_dictionary (std::optional< ::std::string> value)
(Optional) Path in a dictionary offered by `ref` 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 a
dictionary. The name of the top-level dictionary is given by the first path
segment of `source_dictionary`, and `source` is expected to route a
dictionary capability with this name. The rest of the path (possibly empty)
represents the path to a dictionary nested in the top-level dictionary which
is expected to contain `source_name`.
void ExposeResolver (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits