class ClosedTargetTwoWayStructPayloadErrResult

Defined at line 2132 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void ClosedTargetTwoWayStructPayloadErrResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 2142 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits