class EchoEchoXunionsWithErrorResult
Defined at line 7488 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/cpp/fidl/fidl.test.compatibility/cpp/natural_types.h
Public Methods
void EchoEchoXunionsWithErrorResult (EchoEchoXunionsWithErrorResult && other)
EchoEchoXunionsWithErrorResult & operator= (EchoEchoXunionsWithErrorResult && other)
::fidl_test_compatibility::EchoEchoXunionsWithErrorResult::Tag Which ()
EchoEchoXunionsWithErrorResult WithResponse (::fidl_test_compatibility::EchoEchoXunionsWithErrorResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
EchoEchoXunionsWithErrorResult & response (::fidl_test_compatibility::EchoEchoXunionsWithErrorResponse value)
Sets the union to hold the response member.
EchoEchoXunionsWithErrorResult WithErr (::fidl_test_compatibility::DefaultEnum val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
EchoEchoXunionsWithErrorResult & err (::fidl_test_compatibility::DefaultEnum value)
Sets the union to hold the err member.
void EchoEchoXunionsWithErrorResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 7498 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/cpp/fidl/fidl.test.compatibility/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits