class BufferCollectionCheckAllBuffersAllocatedResult
Defined at line 4959 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/natural_types.h
Public Methods
void BufferCollectionCheckAllBuffersAllocatedResult (BufferCollectionCheckAllBuffersAllocatedResult && other)
BufferCollectionCheckAllBuffersAllocatedResult & operator= (BufferCollectionCheckAllBuffersAllocatedResult && other)
void BufferCollectionCheckAllBuffersAllocatedResult (const BufferCollectionCheckAllBuffersAllocatedResult & other)
BufferCollectionCheckAllBuffersAllocatedResult & operator= (const BufferCollectionCheckAllBuffersAllocatedResult & other)
bool operator== (const BufferCollectionCheckAllBuffersAllocatedResult & other)
bool operator!= (const BufferCollectionCheckAllBuffersAllocatedResult & other)
::fuchsia_sysmem2::BufferCollectionCheckAllBuffersAllocatedResult::Tag Which ()
BufferCollectionCheckAllBuffersAllocatedResult WithResponse (::fuchsia_sysmem2::BufferCollectionCheckAllBuffersAllocatedResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
BufferCollectionCheckAllBuffersAllocatedResult & response (::fuchsia_sysmem2::BufferCollectionCheckAllBuffersAllocatedResponse value)
Sets the union to hold the response member.
BufferCollectionCheckAllBuffersAllocatedResult WithErr (::fuchsia_sysmem2::Error val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
BufferCollectionCheckAllBuffersAllocatedResult & err (::fuchsia_sysmem2::Error value)
Sets the union to hold the err member.
BufferCollectionCheckAllBuffersAllocatedResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
BufferCollectionCheckAllBuffersAllocatedResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void BufferCollectionCheckAllBuffersAllocatedResult (::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 4970 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits