class LifecycleControllerCreateInstanceRequest

Defined at line 1278 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

Public Methods

void LifecycleControllerCreateInstanceRequest (Storage_ storage)
void LifecycleControllerCreateInstanceRequest (::std::string parent_moniker, ::fuchsia_component_decl::CollectionRef collection, ::fuchsia_component_decl::Child decl, ::fuchsia_component::CreateChildArgs args)
void LifecycleControllerCreateInstanceRequest ()

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

Defined at line 1288 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

void LifecycleControllerCreateInstanceRequest (LifecycleControllerCreateInstanceRequest && )

Defined at line 1291 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

LifecycleControllerCreateInstanceRequest & operator= (LifecycleControllerCreateInstanceRequest && )

Defined at line 1292 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

const ::std::string & parent_moniker ()
::std::string & parent_moniker ()
LifecycleControllerCreateInstanceRequest & parent_moniker (::std::string value)

Setter for parent_moniker.

const ::fuchsia_component_decl::CollectionRef & collection ()
::fuchsia_component_decl::CollectionRef & collection ()
LifecycleControllerCreateInstanceRequest & collection (::fuchsia_component_decl::CollectionRef value)

Setter for collection.

const ::fuchsia_component_decl::Child & decl ()
::fuchsia_component_decl::Child & decl ()
LifecycleControllerCreateInstanceRequest & decl (::fuchsia_component_decl::Child value)

Setter for decl.

const ::fuchsia_component::CreateChildArgs & args ()
::fuchsia_component::CreateChildArgs & args ()
LifecycleControllerCreateInstanceRequest & args (::fuchsia_component::CreateChildArgs value)

Setter for args.

void LifecycleControllerCreateInstanceRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits