class ClosedTargetTwoWayResultResult

Defined at line 917 of file fidling/gen/src/tests/fidl/dynsuite/server_suite/fidl/fidl.serversuite/cpp/fidl/fidl.serversuite/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void ClosedTargetTwoWayResultResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 927 of file fidling/gen/src/tests/fidl/dynsuite/server_suite/fidl/fidl.serversuite/cpp/fidl/fidl.serversuite/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits