class RecoveryInitSystemPartitionTableResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void RecoveryInitSystemPartitionTableResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits