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