class RealmAddRouteFromDictionaryRequest
Defined at line 4574 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
Public Methods
void RealmAddRouteFromDictionaryRequest (Storage_ storage)
void RealmAddRouteFromDictionaryRequest (::std::vector< ::fuchsia_component_test::Capability> capabilities, ::fuchsia_component_decl::Ref from, ::std::string from_dictionary, ::std::vector< ::fuchsia_component_decl::Ref> to)
void RealmAddRouteFromDictionaryRequest ()
Default constructs a |RealmAddRouteFromDictionaryRequest| only if all of its members are default constructible.
Defined at line 4584 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
void RealmAddRouteFromDictionaryRequest (RealmAddRouteFromDictionaryRequest && )
Defined at line 4587 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
void RealmAddRouteFromDictionaryRequest (const RealmAddRouteFromDictionaryRequest & other)
RealmAddRouteFromDictionaryRequest & operator= (RealmAddRouteFromDictionaryRequest && )
Defined at line 4588 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
RealmAddRouteFromDictionaryRequest & operator= (const RealmAddRouteFromDictionaryRequest & other)
bool operator== (const RealmAddRouteFromDictionaryRequest & other)
bool operator!= (const RealmAddRouteFromDictionaryRequest & other)
const ::std::vector< ::fuchsia_component_test::Capability> & capabilities ()
The capabilities that are to be routed.
::std::vector< ::fuchsia_component_test::Capability> & capabilities ()
The capabilities that are to be routed.
RealmAddRouteFromDictionaryRequest & capabilities (::std::vector< ::fuchsia_component_test::Capability> value)
The capabilities that are to be routed.
const ::fuchsia_component_decl::Ref & from ()
The location where the elements of `capabilities` are available.
::fuchsia_component_decl::Ref & from ()
The location where the elements of `capabilities` are available.
RealmAddRouteFromDictionaryRequest & from (::fuchsia_component_decl::Ref value)
The location where the elements of `capabilities` are available.
const ::std::string & from_dictionary ()
A path. If ".", `capabilities` are routed directly from `from`.
Otherwise, this represents a path in a dictionary routed by `from`
which contains the `capabilities`.
::std::string & from_dictionary ()
A path. If ".", `capabilities` are routed directly from `from`.
Otherwise, this represents a path in a dictionary routed by `from`
which contains the `capabilities`.
RealmAddRouteFromDictionaryRequest & from_dictionary (::std::string value)
A path. If ".", `capabilities` are routed directly from `from`.
Otherwise, this represents a path in a dictionary routed by `from`
which contains the `capabilities`.
const ::std::vector< ::fuchsia_component_decl::Ref> & to ()
The locations that should be able to access `capabilities`.
::std::vector< ::fuchsia_component_decl::Ref> & to ()
The locations that should be able to access `capabilities`.
RealmAddRouteFromDictionaryRequest & to (::std::vector< ::fuchsia_component_decl::Ref> value)
The locations that should be able to access `capabilities`.
void RealmAddRouteFromDictionaryRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits