class RealmAddStorageRequest

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

Public Methods

void RealmAddStorageRequest (Storage_ storage)
void RealmAddStorageRequest (::std::string name, ::std::vector< ::fuchsia_component_decl::Ref> to, ::fidl::ServerEnd< ::fuchsia_component::StorageAdmin> storage_admin)
void RealmAddStorageRequest ()

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

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

void RealmAddStorageRequest (RealmAddStorageRequest && )

Defined at line 5006 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 storage capability.

::std::string & name ()

The name of the storage capability.

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

The name of the storage capability.

RealmAddStorageRequest & operator= (RealmAddStorageRequest && )

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

const ::std::vector< ::fuchsia_component_decl::Ref> & to ()

The target that this storage capability will be offered to.

::std::vector< ::fuchsia_component_decl::Ref> & to ()

The target that this storage capability will be offered to.

RealmAddStorageRequest & to (::std::vector< ::fuchsia_component_decl::Ref> value)

The target that this storage capability will be offered to.

const ::fidl::ServerEnd< ::fuchsia_component::StorageAdmin> & storage_admin ()

The server end to connect to this storage capability's

`fuchsia.sys2.StorageAdmin` protocol.

::fidl::ServerEnd< ::fuchsia_component::StorageAdmin> & storage_admin ()

The server end to connect to this storage capability's

`fuchsia.sys2.StorageAdmin` protocol.

RealmAddStorageRequest & storage_admin (::fidl::ServerEnd< ::fuchsia_component::StorageAdmin> value)

The server end to connect to this storage capability's

`fuchsia.sys2.StorageAdmin` protocol.

void RealmAddStorageRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits