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