class Dictionary
Defined at line 1649 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
A dictionary capability
Public Methods
void Dictionary ()
Defined at line 1654 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
void Dictionary (Dictionary && )
Defined at line 1655 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
void Dictionary (Storage_ storage)
void Dictionary (const Dictionary & other)
Dictionary & operator= (const Dictionary & other)
bool operator== (const Dictionary & other)
bool operator!= (const Dictionary & other)
bool IsEmpty ()
const std::optional< ::std::string> & name ()
The name of the dictionary.
::std::optional< ::std::string> & name ()
The name of the dictionary.
Dictionary & name (std::optional< ::std::string> value)
The name of the dictionary.
const std::optional< ::std::string> & as ()
A rename of the dictionary, which can be set when routing to another
component. This field is optional.
::std::optional< ::std::string> & as ()
A rename of the dictionary, which can be set when routing to another
component. This field is optional.
Dictionary & as (std::optional< ::std::string> value)
A rename of the dictionary, which can be set when routing to another
component. This field is optional.
Dictionary & operator= (Dictionary && )
Defined at line 1656 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
const std::optional< ::fuchsia_component_decl::DependencyType> & type ()
For information on this type, see
https://fuchsia.dev/go/components/declaration#DependencyType.
This field is optional and defaults to `STRONG`.
::std::optional< ::fuchsia_component_decl::DependencyType> & type ()
For information on this type, see
https://fuchsia.dev/go/components/declaration#DependencyType.
This field is optional and defaults to `STRONG`.
Dictionary & type (std::optional< ::fuchsia_component_decl::DependencyType> value)
For information on this type, see
https://fuchsia.dev/go/components/declaration#DependencyType.
This field is optional and defaults to `STRONG`.
const std::optional< ::fuchsia_component_decl::Availability> & availability ()
Optional. Cannot be set to `SameAsTarget` if `to` contains a local
component.
::std::optional< ::fuchsia_component_decl::Availability> & availability ()
Optional. Cannot be set to `SameAsTarget` if `to` contains a local
component.
Dictionary & availability (std::optional< ::fuchsia_component_decl::Availability> value)
Optional. Cannot be set to `SameAsTarget` if `to` contains a local
component.
const std::optional< ::std::string> & from_dictionary ()
Optional. If set, the path to the dictionary routed by `from` which contains
the capability. Superseded by [`Realm.AddRouteFromDictionary`].
::std::optional< ::std::string> & from_dictionary ()
Optional. If set, the path to the dictionary routed by `from` which contains
the capability. Superseded by [`Realm.AddRouteFromDictionary`].
Dictionary & from_dictionary (std::optional< ::std::string> value)
Optional. If set, the path to the dictionary routed by `from` which contains
the capability. Superseded by [`Realm.AddRouteFromDictionary`].
const std::optional< ::std::string> & path ()
Optional. The path at which this dictionary is used (if the target is a
local component).
::std::optional< ::std::string> & path ()
Optional. The path at which this dictionary is used (if the target is a
local component).
Dictionary & path (std::optional< ::std::string> value)
Optional. The path at which this dictionary is used (if the target is a
local component).
void Dictionary (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits