class CryptManagementSetActiveKeyResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void CryptManagementSetActiveKeyResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits