class CryptManagementAddWrappingKeyResult
Defined at line 1245 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
Public Methods
void CryptManagementAddWrappingKeyResult (CryptManagementAddWrappingKeyResult && other)
CryptManagementAddWrappingKeyResult & operator= (CryptManagementAddWrappingKeyResult && other)
void CryptManagementAddWrappingKeyResult (const CryptManagementAddWrappingKeyResult & other)
CryptManagementAddWrappingKeyResult & operator= (const CryptManagementAddWrappingKeyResult & other)
bool operator== (const CryptManagementAddWrappingKeyResult & other)
bool operator!= (const CryptManagementAddWrappingKeyResult & other)
::fuchsia_fxfs::CryptManagementAddWrappingKeyResult::Tag Which ()
CryptManagementAddWrappingKeyResult WithResponse (::fuchsia_fxfs::CryptManagementAddWrappingKeyResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
CryptManagementAddWrappingKeyResult & response (::fuchsia_fxfs::CryptManagementAddWrappingKeyResponse value)
Sets the union to hold the response member.
CryptManagementAddWrappingKeyResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
CryptManagementAddWrappingKeyResult & err (int32_t value)
Sets the union to hold the err member.
void CryptManagementAddWrappingKeyResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 1255 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits