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