class UnknownInteractionsProtocolStrictTwoWayFieldsErrResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void UnknownInteractionsProtocolStrictTwoWayFieldsErrResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits