class RealmReadOnlyDirectoryRequest

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

Public Methods

void RealmReadOnlyDirectoryRequest (Storage_ storage)
void RealmReadOnlyDirectoryRequest (::std::string name, ::std::vector< ::fuchsia_component_decl::Ref> to, ::fuchsia_component_test::DirectoryContents directory_contents)
void RealmReadOnlyDirectoryRequest ()

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

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

void RealmReadOnlyDirectoryRequest (RealmReadOnlyDirectoryRequest && )

Defined at line 4811 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 directory capability.

::std::string & name ()

The name of the directory capability.

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

The name of the directory capability.

RealmReadOnlyDirectoryRequest & operator= (RealmReadOnlyDirectoryRequest && )

Defined at line 4812 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 directory will be offered to.

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

The target that this directory will be offered to.

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

The target that this directory will be offered to.

const ::fuchsia_component_test::DirectoryContents & directory_contents ()

The contents of the directory.

::fuchsia_component_test::DirectoryContents & directory_contents ()

The contents of the directory.

RealmReadOnlyDirectoryRequest & directory_contents (::fuchsia_component_test::DirectoryContents value)

The contents of the directory.

void RealmReadOnlyDirectoryRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits