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