class RealmAddChildRealmRequest

Defined at line 2967 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h

Public Methods

void RealmAddChildRealmRequest (Storage_ storage)
void RealmAddChildRealmRequest (::std::string name, ::fuchsia_component_test::ChildOptions options, ::fidl::ServerEnd< ::fuchsia_component_test::Realm> child_realm)
void RealmAddChildRealmRequest ()

Default constructs a |RealmAddChildRealmRequest| only if all of its members are default constructible.

Defined at line 2977 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h

void RealmAddChildRealmRequest (RealmAddChildRealmRequest && )

Defined at line 2980 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.

RealmAddChildRealmRequest & name (::std::string value)

The name of the child realm that is being added.

RealmAddChildRealmRequest & operator= (RealmAddChildRealmRequest && )

Defined at line 2981 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.

RealmAddChildRealmRequest & 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.

RealmAddChildRealmRequest & 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 RealmAddChildRealmRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits