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