class OpenProtocolFlexibleTwoWayResult
Defined at line 1421 of file fidling/gen/sdk/lib/fidl/cpp/tests/hlcpp_conversion/fidl/test.protocols/cpp/fidl/test.protocols/cpp/natural_types.h
Public Methods
void OpenProtocolFlexibleTwoWayResult (OpenProtocolFlexibleTwoWayResult && other)
OpenProtocolFlexibleTwoWayResult & operator= (OpenProtocolFlexibleTwoWayResult && other)
void OpenProtocolFlexibleTwoWayResult (const OpenProtocolFlexibleTwoWayResult & other)
OpenProtocolFlexibleTwoWayResult & operator= (const OpenProtocolFlexibleTwoWayResult & other)
bool operator== (const OpenProtocolFlexibleTwoWayResult & other)
bool operator!= (const OpenProtocolFlexibleTwoWayResult & other)
::test_protocols::OpenProtocolFlexibleTwoWayResult::Tag Which ()
OpenProtocolFlexibleTwoWayResult WithResponse (::test_protocols::OpenProtocolFlexibleTwoWayResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
OpenProtocolFlexibleTwoWayResult & response (::test_protocols::OpenProtocolFlexibleTwoWayResponse value)
Sets the union to hold the response member.
OpenProtocolFlexibleTwoWayResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
OpenProtocolFlexibleTwoWayResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void OpenProtocolFlexibleTwoWayResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kFrameworkErr | 3 |
TODO: share union tag types between wire
&
natural.
Defined at line 1429 of file fidling/gen/sdk/lib/fidl/cpp/tests/hlcpp_conversion/fidl/test.protocols/cpp/fidl/test.protocols/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits