class ComposedEchoUnionResponseWithErrorComposedResult

Defined at line 567 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/cpp/fidl/fidl.test.imported/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

ComposedEchoUnionResponseWithErrorComposedResult WithErr (uint32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ComposedEchoUnionResponseWithErrorComposedResult & err (uint32_t value)

Sets the union to hold the err member.

void ComposedEchoUnionResponseWithErrorComposedResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 575 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/cpp/fidl/fidl.test.imported/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits