class DirectoryEntry

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

An entry in a directory.

Public Methods

void DirectoryEntry (Storage_ storage)
void DirectoryEntry (::std::string file_path, ::fuchsia_mem::Buffer file_contents)
void DirectoryEntry ()

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

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

void DirectoryEntry (DirectoryEntry && )

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

const ::std::string & file_path ()

The path to the file. Valid examples include `foo.txt` and

`foo/bar.json`.

::std::string & file_path ()

The path to the file. Valid examples include `foo.txt` and

`foo/bar.json`.

DirectoryEntry & file_path (::std::string value)

The path to the file. Valid examples include `foo.txt` and

`foo/bar.json`.

const ::fuchsia_mem::Buffer & file_contents ()

The contents of the file.

::fuchsia_mem::Buffer & file_contents ()

The contents of the file.

DirectoryEntry & file_contents (::fuchsia_mem::Buffer value)

The contents of the file.

void DirectoryEntry (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
DirectoryEntry & operator= (DirectoryEntry && )

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

Friends

class MemberVisitor
class NaturalStructCodingTraits