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