class CustomArtifact

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

Describes a directory containing 'custom' (unclassified) artifacts produced by a test.

Public Methods

void CustomArtifact (Storage_ storage)
void CustomArtifact ()

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

void CustomArtifact (CustomArtifact && )

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

bool IsEmpty ()
const std::optional< ::std::string> & component_moniker ()

The moniker of the component that produced the directory, relative to

the root of the test realm.

::std::optional< ::std::string> & component_moniker ()

The moniker of the component that produced the directory, relative to

the root of the test realm.

CustomArtifact & component_moniker (std::optional< ::std::string> value)

The moniker of the component that produced the directory, relative to

the root of the test realm.

const std::optional< ::fuchsia_test_manager::DirectoryAndToken> & directory_and_token ()

A directory containing the artifacts.

::std::optional< ::fuchsia_test_manager::DirectoryAndToken> & directory_and_token ()

A directory containing the artifacts.

CustomArtifact & directory_and_token (std::optional< ::fuchsia_test_manager::DirectoryAndToken> value)

A directory containing the artifacts.

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

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

Friends

class MemberVisitor
class NaturalTableCodingTraits