class AjarProtocolStrictTwoWayErrorResult
Defined at line 678 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 AjarProtocolStrictTwoWayErrorResult (AjarProtocolStrictTwoWayErrorResult && other)
AjarProtocolStrictTwoWayErrorResult & operator= (AjarProtocolStrictTwoWayErrorResult && other)
void AjarProtocolStrictTwoWayErrorResult (const AjarProtocolStrictTwoWayErrorResult & other)
AjarProtocolStrictTwoWayErrorResult & operator= (const AjarProtocolStrictTwoWayErrorResult & other)
bool operator== (const AjarProtocolStrictTwoWayErrorResult & other)
bool operator!= (const AjarProtocolStrictTwoWayErrorResult & other)
::test_protocols::AjarProtocolStrictTwoWayErrorResult::Tag Which ()
AjarProtocolStrictTwoWayErrorResult WithResponse (::test_protocols::AjarProtocolStrictTwoWayErrorResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
AjarProtocolStrictTwoWayErrorResult & response (::test_protocols::AjarProtocolStrictTwoWayErrorResponse value)
Sets the union to hold the response member.
AjarProtocolStrictTwoWayErrorResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
AjarProtocolStrictTwoWayErrorResult & err (int32_t value)
Sets the union to hold the err member.
void AjarProtocolStrictTwoWayErrorResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 686 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