class AdminShredDataVolumeResult

Defined at line 204 of file fidling/gen/sdk/fidl/fuchsia.fshost/fuchsia.fshost/cpp/fidl/fuchsia.fshost/cpp/natural_types.h

Public Methods

void AdminShredDataVolumeResult (AdminShredDataVolumeResult && other)
AdminShredDataVolumeResult & operator= (AdminShredDataVolumeResult && other)
void AdminShredDataVolumeResult (const AdminShredDataVolumeResult & other)
AdminShredDataVolumeResult & operator= (const AdminShredDataVolumeResult & other)
bool operator== (const AdminShredDataVolumeResult & other)
bool operator!= (const AdminShredDataVolumeResult & other)
::fuchsia_fshost::AdminShredDataVolumeResult::Tag Which ()
AdminShredDataVolumeResult WithResponse (::fuchsia_fshost::AdminShredDataVolumeResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
AdminShredDataVolumeResult & response (::fuchsia_fshost::AdminShredDataVolumeResponse value)

Sets the union to hold the response member.

AdminShredDataVolumeResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
AdminShredDataVolumeResult & err (int32_t value)

Sets the union to hold the err member.

void AdminShredDataVolumeResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 212 of file fidling/gen/sdk/fidl/fuchsia.fshost/fuchsia.fshost/cpp/fidl/fuchsia.fshost/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits