class SymlinkDescribeResult

Defined at line 7561 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

SymlinkDescribeResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
SymlinkDescribeResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void SymlinkDescribeResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 7571 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits