class OutgoingTransferable

Defined at line 3579 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h

Public Methods

void OutgoingTransferable (OutgoingTransferable && other)
OutgoingTransferable & operator= (OutgoingTransferable && other)
bool IsUnknown ()
::fuchsia_web::OutgoingTransferable::Tag Which ()
OutgoingTransferable WithMessagePort (::fidl::ServerEnd< ::fuchsia_web::MessagePort> val)
const ::fidl::internal::UnionMemberView<1, Storage_> message_port ()
::fidl::internal::UnionMemberView<1, Storage_> message_port ()
OutgoingTransferable & message_port (::fidl::ServerEnd< ::fuchsia_web::MessagePort> value)

Sets the union to hold the message_port member.

void OutgoingTransferable (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kMessagePort 1

0x1

_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 3588 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits