class CryptUnwrapKeyResult

Defined at line 1021 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

CryptUnwrapKeyResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
CryptUnwrapKeyResult & err (int32_t value)

Sets the union to hold the err member.

void CryptUnwrapKeyResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 1031 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits