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