class InteropTryRoundTripResult
Defined at line 498 of file fidling/gen/sdk/lib/fidl/cpp/tests/integration/fidl.cpp.wire.interop.test/cpp/fidl/fidl.cpp.wire.interop.test/cpp/natural_types.h
Public Methods
void InteropTryRoundTripResult (InteropTryRoundTripResult && other)
InteropTryRoundTripResult & operator= (InteropTryRoundTripResult && other)
void InteropTryRoundTripResult (const InteropTryRoundTripResult & other)
InteropTryRoundTripResult & operator= (const InteropTryRoundTripResult & other)
bool operator== (const InteropTryRoundTripResult & other)
bool operator!= (const InteropTryRoundTripResult & other)
::fidl_cpp_wire_interop_test::InteropTryRoundTripResult::Tag Which ()
InteropTryRoundTripResult WithResponse (::fidl_cpp_wire_interop_test::InteropTryRoundTripResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
InteropTryRoundTripResult & response (::fidl_cpp_wire_interop_test::InteropTryRoundTripResponse value)
Sets the union to hold the response member.
InteropTryRoundTripResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
InteropTryRoundTripResult & err (int32_t value)
Sets the union to hold the err member.
void InteropTryRoundTripResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 506 of file fidling/gen/sdk/lib/fidl/cpp/tests/integration/fidl.cpp.wire.interop.test/cpp/fidl/fidl.cpp.wire.interop.test/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits