class MessagePortPostMessageResult

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

Public Methods

void MessagePortPostMessageResult (MessagePortPostMessageResult && other)
MessagePortPostMessageResult & operator= (MessagePortPostMessageResult && other)
void MessagePortPostMessageResult (const MessagePortPostMessageResult & other)
MessagePortPostMessageResult & operator= (const MessagePortPostMessageResult & other)
bool operator== (const MessagePortPostMessageResult & other)
bool operator!= (const MessagePortPostMessageResult & other)
::fuchsia_web::MessagePortPostMessageResult::Tag Which ()
MessagePortPostMessageResult WithResponse (::fuchsia_web::MessagePortPostMessageResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
MessagePortPostMessageResult & response (::fuchsia_web::MessagePortPostMessageResponse value)

Sets the union to hold the response member.

MessagePortPostMessageResult WithErr (::fuchsia_web::FrameError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
MessagePortPostMessageResult & err (::fuchsia_web::FrameError value)

Sets the union to hold the err member.

void MessagePortPostMessageResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits