class RealmAddChildFromDeclRequest

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

Public Methods

void RealmAddChildFromDeclRequest (Storage_ storage)
void RealmAddChildFromDeclRequest (::std::string name, ::fuchsia_component_decl::Component decl, ::fuchsia_component_test::ChildOptions options)
void RealmAddChildFromDeclRequest ()

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

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

void RealmAddChildFromDeclRequest (RealmAddChildFromDeclRequest && )

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

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

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

RealmAddChildFromDeclRequest & operator= (const RealmAddChildFromDeclRequest & other)
bool operator== (const RealmAddChildFromDeclRequest & other)
bool operator!= (const RealmAddChildFromDeclRequest & 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.

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

The name of the child that is being added.

const ::fuchsia_component_decl::Component & decl ()

The component's declaration.

::fuchsia_component_decl::Component & decl ()

The component's declaration.

RealmAddChildFromDeclRequest & decl (::fuchsia_component_decl::Component value)

The component's declaration.

const ::fuchsia_component_test::ChildOptions & options ()

Additional properties for the child.

::fuchsia_component_test::ChildOptions & options ()

Additional properties for the child.

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

Additional properties for the child.

void RealmAddChildFromDeclRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits