class RealmReadOnlyDirectoryResult

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

Public Methods

void RealmReadOnlyDirectoryResult (RealmReadOnlyDirectoryResult && other)
RealmReadOnlyDirectoryResult & operator= (RealmReadOnlyDirectoryResult && other)
void RealmReadOnlyDirectoryResult (const RealmReadOnlyDirectoryResult & other)
RealmReadOnlyDirectoryResult & operator= (const RealmReadOnlyDirectoryResult & other)
bool operator== (const RealmReadOnlyDirectoryResult & other)
bool operator!= (const RealmReadOnlyDirectoryResult & other)
::fuchsia_component_test::RealmReadOnlyDirectoryResult::Tag Which ()
RealmReadOnlyDirectoryResult WithResponse (::fuchsia_component_test::RealmReadOnlyDirectoryResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
RealmReadOnlyDirectoryResult & response (::fuchsia_component_test::RealmReadOnlyDirectoryResponse value)

Sets the union to hold the response member.

RealmReadOnlyDirectoryResult WithErr (::fuchsia_component_test::RealmBuilderError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RealmReadOnlyDirectoryResult & err (::fuchsia_component_test::RealmBuilderError value)

Sets the union to hold the err member.

void RealmReadOnlyDirectoryResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits