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