class RealmAddChildRequest
Defined at line 2391 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
Public Methods
void RealmAddChildRequest (Storage_ storage)
void RealmAddChildRequest (::std::string name, ::std::string url, ::fuchsia_component_test::ChildOptions options)
void RealmAddChildRequest ()
Default constructs a |RealmAddChildRequest| only if all of its members are default constructible.
Defined at line 2401 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
void RealmAddChildRequest (RealmAddChildRequest && )
Defined at line 2404 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
void RealmAddChildRequest (const RealmAddChildRequest & other)
RealmAddChildRequest & operator= (RealmAddChildRequest && )
Defined at line 2405 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
RealmAddChildRequest & operator= (const RealmAddChildRequest & other)
bool operator== (const RealmAddChildRequest & other)
bool operator!= (const RealmAddChildRequest & 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.
RealmAddChildRequest & name (::std::string value)
The name of the child that is being added.
const ::std::string & url ()
The component's URL.
::std::string & url ()
The component's URL.
RealmAddChildRequest & url (::std::string value)
The component's URL.
const ::fuchsia_component_test::ChildOptions & options ()
Additional properties for the child.
::fuchsia_component_test::ChildOptions & options ()
Additional properties for the child.
RealmAddChildRequest & options (::fuchsia_component_test::ChildOptions value)
Additional properties for the child.
void RealmAddChildRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits