class RealmAddChildRealmFromRelativeUrlRequest

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

Public Methods

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

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

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

void RealmAddChildRealmFromRelativeUrlRequest (RealmAddChildRealmFromRelativeUrlRequest && )

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

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

The name of the child realm that is being added.

RealmAddChildRealmFromRelativeUrlRequest & operator= (RealmAddChildRealmFromRelativeUrlRequest && )

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

const ::std::string & relative_url ()

The relative (fragment-only) URL.

::std::string & relative_url ()

The relative (fragment-only) URL.

RealmAddChildRealmFromRelativeUrlRequest & relative_url (::std::string value)

The relative (fragment-only) URL.

const ::fuchsia_component_test::ChildOptions & options ()

Additional properties for the child.

::fuchsia_component_test::ChildOptions & options ()

Additional properties for the child.

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

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

Friends

class MemberVisitor
class NaturalStructCodingTraits