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