class RealmAddLocalChildRequest

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

Public Methods

void RealmAddLocalChildRequest (Storage_ storage)
void RealmAddLocalChildRequest (::std::string name, ::fuchsia_component_test::ChildOptions options)
void RealmAddLocalChildRequest ()

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

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

void RealmAddLocalChildRequest (RealmAddLocalChildRequest && )

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

void RealmAddLocalChildRequest (const RealmAddLocalChildRequest & other)
RealmAddLocalChildRequest & operator= (RealmAddLocalChildRequest && )

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

RealmAddLocalChildRequest & operator= (const RealmAddLocalChildRequest & other)
bool operator== (const RealmAddLocalChildRequest & other)
bool operator!= (const RealmAddLocalChildRequest & other)
const ::std::string & name ()

The name of the child that is being added.

::std::string & name ()

The name of the child that is being added.

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

The name of the child that is being added.

const ::fuchsia_component_test::ChildOptions & options ()

Additional properties for the child.

::fuchsia_component_test::ChildOptions & options ()

Additional properties for the child.

RealmAddLocalChildRequest & options (::fuchsia_component_test::ChildOptions value)

Additional properties for the child.

void RealmAddLocalChildRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits