class EchoEchoUnionPayloadWithErrorRequest

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

Public Methods

void EchoEchoUnionPayloadWithErrorRequest (EchoEchoUnionPayloadWithErrorRequest && other)
EchoEchoUnionPayloadWithErrorRequest & operator= (EchoEchoUnionPayloadWithErrorRequest && other)
void EchoEchoUnionPayloadWithErrorRequest (const EchoEchoUnionPayloadWithErrorRequest & other)
EchoEchoUnionPayloadWithErrorRequest & operator= (const EchoEchoUnionPayloadWithErrorRequest & other)
bool operator== (const EchoEchoUnionPayloadWithErrorRequest & other)
bool operator!= (const EchoEchoUnionPayloadWithErrorRequest & other)
bool IsUnknown ()
::fidl_test_compatibility::EchoEchoUnionPayloadWithErrorRequest::Tag Which ()
EchoEchoUnionPayloadWithErrorRequest WithUnsigned_ (::fidl_test_compatibility::UnsignedErrorable val)
const ::fidl::internal::UnionMemberView<1, Storage_> unsigned_ ()
::fidl::internal::UnionMemberView<1, Storage_> unsigned_ ()
EchoEchoUnionPayloadWithErrorRequest & unsigned_ (::fidl_test_compatibility::UnsignedErrorable value)

Sets the union to hold the unsigned_ member.

EchoEchoUnionPayloadWithErrorRequest WithSigned_ (::fidl_test_compatibility::SignedErrorable val)
const ::fidl::internal::UnionMemberView<2, Storage_> signed_ ()
::fidl::internal::UnionMemberView<2, Storage_> signed_ ()
EchoEchoUnionPayloadWithErrorRequest & signed_ (::fidl_test_compatibility::SignedErrorable value)

Sets the union to hold the signed_ member.

void EchoEchoUnionPayloadWithErrorRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kUnsigned 1
kSigned 2
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits