class ChannelSent
Defined at line 1105 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
Public Methods
void ChannelSent (ChannelSent && other)
ChannelSent & operator= (ChannelSent && other)
void ChannelSent (const ChannelSent & other)
ChannelSent & operator= (const ChannelSent & other)
bool operator== (const ChannelSent & other)
bool operator!= (const ChannelSent & other)
bool IsUnknown ()
::fuchsia_fdomain::ChannelSent::Tag Which ()
ChannelSent WithMessage (::fuchsia_fdomain::ChannelMessage val)
const ::fidl::internal::UnionMemberView<1, Storage_> message ()
::fidl::internal::UnionMemberView<1, Storage_> message ()
ChannelSent & message (::fuchsia_fdomain::ChannelMessage value)
Sets the union to hold the message member.
ChannelSent WithStopped (::fuchsia_fdomain::AioStopped val)
const ::fidl::internal::UnionMemberView<2, Storage_> stopped ()
::fidl::internal::UnionMemberView<2, Storage_> stopped ()
ChannelSent & stopped (::fuchsia_fdomain::AioStopped value)
Sets the union to hold the stopped member.
void ChannelSent (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kMessage | 1 |
| kStopped | 2 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
TODO: share union tag types between wire
&
natural.
Defined at line 1115 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits