class EchoEchoTablePayloadWithErrorResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void EchoEchoTablePayloadWithErrorResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits