class EchoEchoVectorsWithErrorResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void EchoEchoVectorsWithErrorResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits