class MessagePort_PostMessage_Result
Defined at line 4687 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void MessagePort_PostMessage_Result ()
void MessagePort_PostMessage_Result (MessagePort_PostMessage_Result && )
bool is_response ()
Defined at line 4718 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
MessagePort_PostMessage_Result & operator= (MessagePort_PostMessage_Result && )
MessagePort_PostMessage_Result WithResponse (::fuchsia::web::MessagePort_PostMessage_Response && )
MessagePort_PostMessage_Result WithErr (::fuchsia::web::FrameError && )
::std::unique_ptr<MessagePort_PostMessage_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, MessagePort_PostMessage_Result * value, size_t offset)
zx_status_t Clone (MessagePort_PostMessage_Result * result)
bool has_invalid_tag ()
Defined at line 4714 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
::fuchsia::web::MessagePort_PostMessage_Response & response ()
Defined at line 4720 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
const ::fuchsia::web::MessagePort_PostMessage_Response & response ()
Defined at line 4725 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
bool is_err ()
Defined at line 4731 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
::fuchsia::web::FrameError & err ()
Defined at line 4733 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
const ::fuchsia::web::FrameError & err ()
Defined at line 4738 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
::fuchsia::web::MessagePort_PostMessage_Result::Tag Which ()
Defined at line 4744 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
fidl_xunion_tag_t Ordinal ()
You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need
access to the raw integral ordinal value.
Defined at line 4752 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
void MessagePort_PostMessage_Result (fpromise::ok_result<void> && result)
Defined at line 4757 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
void MessagePort_PostMessage_Result (fpromise::error_result< ::fuchsia::web::FrameError> && result)
Defined at line 4760 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
void MessagePort_PostMessage_Result (fpromise::result<void, ::fuchsia::web::FrameError> && result)
Defined at line 4763 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
fpromise::result<void, ::fuchsia::web::FrameError> operator result ()
Defined at line 4771 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
void ~MessagePort_PostMessage_Result ()
MessagePort_PostMessage_Result & set_response (::fuchsia::web::MessagePort_PostMessage_Response value)
MessagePort_PostMessage_Result & set_err (::fuchsia::web::FrameError value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 4700 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
Friends
class Equality