class VmoWriteVmoResult

Defined at line 6263 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

VmoWriteVmoResult WithErr (::fuchsia_fdomain::Error val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
VmoWriteVmoResult & err (::fuchsia_fdomain::Error value)

Sets the union to hold the err member.

VmoWriteVmoResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
VmoWriteVmoResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void VmoWriteVmoResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

kFrameworkErr 3

0x3

TODO: share union tag types between wire

&

natural.

Defined at line 6274 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits