class UnknownInteractionsProtocolStrictTwoWayErrResult
Defined at line 179 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/cpp/fidl/test.unknown.interactions/cpp/natural_types.h
Public Methods
void UnknownInteractionsProtocolStrictTwoWayErrResult (UnknownInteractionsProtocolStrictTwoWayErrResult && other)
UnknownInteractionsProtocolStrictTwoWayErrResult & operator= (UnknownInteractionsProtocolStrictTwoWayErrResult && other)
void UnknownInteractionsProtocolStrictTwoWayErrResult (const UnknownInteractionsProtocolStrictTwoWayErrResult & other)
UnknownInteractionsProtocolStrictTwoWayErrResult & operator= (const UnknownInteractionsProtocolStrictTwoWayErrResult & other)
bool operator== (const UnknownInteractionsProtocolStrictTwoWayErrResult & other)
bool operator!= (const UnknownInteractionsProtocolStrictTwoWayErrResult & other)
::test_unknown_interactions::UnknownInteractionsProtocolStrictTwoWayErrResult::Tag Which ()
UnknownInteractionsProtocolStrictTwoWayErrResult WithResponse (::test_unknown_interactions::UnknownInteractionsProtocolStrictTwoWayErrResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
UnknownInteractionsProtocolStrictTwoWayErrResult & response (::test_unknown_interactions::UnknownInteractionsProtocolStrictTwoWayErrResponse value)
Sets the union to hold the response member.
UnknownInteractionsProtocolStrictTwoWayErrResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
UnknownInteractionsProtocolStrictTwoWayErrResult & err (int32_t value)
Sets the union to hold the err member.
void UnknownInteractionsProtocolStrictTwoWayErrResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 187 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/cpp/fidl/test.unknown.interactions/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits