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