class RealmAddRouteRequest
Defined at line 4377 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
Public Methods
void RealmAddRouteRequest (Storage_ storage)
void RealmAddRouteRequest (::std::vector< ::fuchsia_component_test::Capability> capabilities, ::fuchsia_component_decl::Ref from, ::std::vector< ::fuchsia_component_decl::Ref> to)
void RealmAddRouteRequest ()
Default constructs a |RealmAddRouteRequest| only if all of its members are default constructible.
Defined at line 4387 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
void RealmAddRouteRequest (RealmAddRouteRequest && )
Defined at line 4390 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
void RealmAddRouteRequest (const RealmAddRouteRequest & other)
RealmAddRouteRequest & operator= (RealmAddRouteRequest && )
Defined at line 4391 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
RealmAddRouteRequest & operator= (const RealmAddRouteRequest & other)
bool operator== (const RealmAddRouteRequest & other)
bool operator!= (const RealmAddRouteRequest & 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.
RealmAddRouteRequest & 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.
RealmAddRouteRequest & from (::fuchsia_component_decl::Ref value)
The location where the elements of `capabilities` are available.
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`.
RealmAddRouteRequest & to (::std::vector< ::fuchsia_component_decl::Ref> value)
The locations that should be able to access `capabilities`.
void RealmAddRouteRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits