class SharedVmoIoReceiveResult

Defined at line 705 of file fidling/gen/sdk/fidl/fuchsia.hardware.sharedmemory/fuchsia.hardware.sharedmemory/cpp/fidl/fuchsia.hardware.sharedmemory/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void SharedVmoIoReceiveResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 713 of file fidling/gen/sdk/fidl/fuchsia.hardware.sharedmemory/fuchsia.hardware.sharedmemory/cpp/fidl/fuchsia.hardware.sharedmemory/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits