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