class VmoGetVmoStreamSizeResult
Defined at line 6790 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
Public Methods
void VmoGetVmoStreamSizeResult (VmoGetVmoStreamSizeResult && other)
VmoGetVmoStreamSizeResult & operator= (VmoGetVmoStreamSizeResult && other)
void VmoGetVmoStreamSizeResult (const VmoGetVmoStreamSizeResult & other)
VmoGetVmoStreamSizeResult & operator= (const VmoGetVmoStreamSizeResult & other)
bool operator== (const VmoGetVmoStreamSizeResult & other)
bool operator!= (const VmoGetVmoStreamSizeResult & other)
::fuchsia_fdomain::VmoGetVmoStreamSizeResult::Tag Which ()
VmoGetVmoStreamSizeResult WithResponse (::fuchsia_fdomain::VmoGetVmoStreamSizeResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
VmoGetVmoStreamSizeResult & response (::fuchsia_fdomain::VmoGetVmoStreamSizeResponse value)
Sets the union to hold the response member.
VmoGetVmoStreamSizeResult WithErr (::fuchsia_fdomain::Error val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
VmoGetVmoStreamSizeResult & err (::fuchsia_fdomain::Error value)
Sets the union to hold the err member.
VmoGetVmoStreamSizeResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
VmoGetVmoStreamSizeResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void VmoGetVmoStreamSizeResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum class Tag : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kResponse | 1 |
0x1 |
| kErr | 2 |
0x2 |
| kFrameworkErr | 3 |
0x3 |
TODO: share union tag types between wire
&
natural.
Defined at line 6801 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits