class OpenTargetStrictTwoWayErrRequest
Defined at line 2655 of file fidling/gen/src/tests/fidl/dynsuite/server_suite/fidl/fidl.serversuite/cpp/fidl/fidl.serversuite/cpp/natural_types.h
Public Methods
void OpenTargetStrictTwoWayErrRequest (OpenTargetStrictTwoWayErrRequest && other)
OpenTargetStrictTwoWayErrRequest & operator= (OpenTargetStrictTwoWayErrRequest && other)
void OpenTargetStrictTwoWayErrRequest (const OpenTargetStrictTwoWayErrRequest & other)
OpenTargetStrictTwoWayErrRequest & operator= (const OpenTargetStrictTwoWayErrRequest & other)
bool operator== (const OpenTargetStrictTwoWayErrRequest & other)
bool operator!= (const OpenTargetStrictTwoWayErrRequest & other)
::fidl_serversuite::OpenTargetStrictTwoWayErrRequest::Tag Which ()
OpenTargetStrictTwoWayErrRequest WithReplySuccess (::fidl_serversuite::Empty val)
const ::fidl::internal::UnionMemberView<1, Storage_> reply_success ()
::fidl::internal::UnionMemberView<1, Storage_> reply_success ()
OpenTargetStrictTwoWayErrRequest & reply_success (::fidl_serversuite::Empty value)
Sets the union to hold the reply_success member.
OpenTargetStrictTwoWayErrRequest WithReplyError (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> reply_error ()
::fidl::internal::UnionMemberView<2, Storage_> reply_error ()
OpenTargetStrictTwoWayErrRequest & reply_error (int32_t value)
Sets the union to hold the reply_error member.
void OpenTargetStrictTwoWayErrRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kReplySuccess | 1 |
| kReplyError | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 2665 of file fidling/gen/src/tests/fidl/dynsuite/server_suite/fidl/fidl.serversuite/cpp/fidl/fidl.serversuite/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits