class CupGetInfoResult
Defined at line 2428 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h
Public Methods
void CupGetInfoResult (CupGetInfoResult && other)
CupGetInfoResult & operator= (CupGetInfoResult && other)
void CupGetInfoResult (const CupGetInfoResult & other)
CupGetInfoResult & operator= (const CupGetInfoResult & other)
bool operator== (const CupGetInfoResult & other)
bool operator!= (const CupGetInfoResult & other)
::fuchsia_pkg::CupGetInfoResult::Tag Which ()
CupGetInfoResult WithResponse (::fuchsia_pkg::CupGetInfoResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
CupGetInfoResult & response (::fuchsia_pkg::CupGetInfoResponse value)
Sets the union to hold the response member.
CupGetInfoResult WithErr (::fuchsia_pkg::GetInfoError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
CupGetInfoResult & err (::fuchsia_pkg::GetInfoError value)
Sets the union to hold the err member.
void CupGetInfoResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 2438 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits