class HeapAllocateVmoResult

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

Public Methods

void HeapAllocateVmoResult (HeapAllocateVmoResult && other)
HeapAllocateVmoResult & operator= (HeapAllocateVmoResult && other)
::fuchsia_hardware_sysmem::HeapAllocateVmoResult::Tag Which ()
HeapAllocateVmoResult WithResponse (::fuchsia_hardware_sysmem::HeapAllocateVmoResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
HeapAllocateVmoResult & response (::fuchsia_hardware_sysmem::HeapAllocateVmoResponse value)

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void HeapAllocateVmoResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits