class RealmAddChildRealmFromDeclRequest
Defined at line 3388 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
Public Methods
void RealmAddChildRealmFromDeclRequest (Storage_ storage)
void RealmAddChildRealmFromDeclRequest (::std::string name, ::fuchsia_component_decl::Component decl, ::fuchsia_component_test::ChildOptions options, ::fidl::ServerEnd< ::fuchsia_component_test::Realm> child_realm)
void RealmAddChildRealmFromDeclRequest ()
Default constructs a |RealmAddChildRealmFromDeclRequest| only if all of its members are default constructible.
Defined at line 3398 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
void RealmAddChildRealmFromDeclRequest (RealmAddChildRealmFromDeclRequest && )
Defined at line 3401 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
const ::std::string & name ()
The name of the child realm that is being added.
::std::string & name ()
The name of the child realm that is being added.
RealmAddChildRealmFromDeclRequest & name (::std::string value)
The name of the child realm that is being added.
const ::fuchsia_component_decl::Component & decl ()
The component's declaration.
::fuchsia_component_decl::Component & decl ()
The component's declaration.
RealmAddChildRealmFromDeclRequest & decl (::fuchsia_component_decl::Component value)
The component's declaration.
RealmAddChildRealmFromDeclRequest & operator= (RealmAddChildRealmFromDeclRequest && )
Defined at line 3402 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
const ::fuchsia_component_test::ChildOptions & options ()
Additional properties for the child.
::fuchsia_component_test::ChildOptions & options ()
Additional properties for the child.
RealmAddChildRealmFromDeclRequest & options (::fuchsia_component_test::ChildOptions value)
Additional properties for the child.
const ::fidl::ServerEnd< ::fuchsia_component_test::Realm> & child_realm ()
The server end of the `Realm` channel that will be used to build the
sub-realm.
::fidl::ServerEnd< ::fuchsia_component_test::Realm> & child_realm ()
The server end of the `Realm` channel that will be used to build the
sub-realm.
RealmAddChildRealmFromDeclRequest & child_realm (::fidl::ServerEnd< ::fuchsia_component_test::Realm> value)
The server end of the `Realm` channel that will be used to build the
sub-realm.
void RealmAddChildRealmFromDeclRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits