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