class UnknownInteractionsDriverProtocolStrictTwoWayErrResult

Defined at line 956 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/cpp/fidl/test.unknown.interactions/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void UnknownInteractionsDriverProtocolStrictTwoWayErrResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

TODO: share union tag types between wire

&

natural.

Defined at line 964 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/cpp/fidl/test.unknown.interactions/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits