class BufferCollectionWaitForAllBuffersAllocatedResult

Defined at line 5948 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/natural_types.h

Public Methods

void BufferCollectionWaitForAllBuffersAllocatedResult (BufferCollectionWaitForAllBuffersAllocatedResult && other)
BufferCollectionWaitForAllBuffersAllocatedResult & operator= (BufferCollectionWaitForAllBuffersAllocatedResult && other)
::fuchsia_sysmem2::BufferCollectionWaitForAllBuffersAllocatedResult::Tag Which ()
BufferCollectionWaitForAllBuffersAllocatedResult WithResponse (::fuchsia_sysmem2::BufferCollectionWaitForAllBuffersAllocatedResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
BufferCollectionWaitForAllBuffersAllocatedResult & response (::fuchsia_sysmem2::BufferCollectionWaitForAllBuffersAllocatedResponse value)

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

void BufferCollectionWaitForAllBuffersAllocatedResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 5959 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits