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