class EchoEchoUnionPayloadWithErrorResult

Defined at line 7976 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/cpp/fidl/fidl.test.compatibility/cpp/natural_types.h

Public Methods

void EchoEchoUnionPayloadWithErrorResult (EchoEchoUnionPayloadWithErrorResult && other)
EchoEchoUnionPayloadWithErrorResult & operator= (EchoEchoUnionPayloadWithErrorResult && other)
void EchoEchoUnionPayloadWithErrorResult (const EchoEchoUnionPayloadWithErrorResult & other)
EchoEchoUnionPayloadWithErrorResult & operator= (const EchoEchoUnionPayloadWithErrorResult & other)
bool operator== (const EchoEchoUnionPayloadWithErrorResult & other)
bool operator!= (const EchoEchoUnionPayloadWithErrorResult & other)
::fidl_test_compatibility::EchoEchoUnionPayloadWithErrorResult::Tag Which ()
EchoEchoUnionPayloadWithErrorResult WithResponse (::fidl_test_compatibility::ResponseUnion val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
EchoEchoUnionPayloadWithErrorResult & response (::fidl_test_compatibility::ResponseUnion value)

Sets the union to hold the response member.

EchoEchoUnionPayloadWithErrorResult WithErr (::fidl_test_compatibility::DefaultEnum val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
EchoEchoUnionPayloadWithErrorResult & err (::fidl_test_compatibility::DefaultEnum value)

Sets the union to hold the err member.

void EchoEchoUnionPayloadWithErrorResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 7986 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/cpp/fidl/fidl.test.compatibility/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits