class ComposedEchoUnionResponseWithErrorComposedResponse

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

Public Methods

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

Sets the union to hold the unsigned_ member.

ComposedEchoUnionResponseWithErrorComposedResponse WithSigned_ (int64_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> signed_ ()
::fidl::internal::UnionMemberView<2, Storage_> signed_ ()
ComposedEchoUnionResponseWithErrorComposedResponse & signed_ (int64_t value)

Sets the union to hold the signed_ member.

void ComposedEchoUnionResponseWithErrorComposedResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kUnsigned 1
kSigned 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits