class Frame_ExecuteJavaScriptNoResult_Result

Defined at line 3509 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 Frame_ExecuteJavaScriptNoResult_Result ()
void Frame_ExecuteJavaScriptNoResult_Result (Frame_ExecuteJavaScriptNoResult_Result && )
bool is_response ()

Defined at line 3540 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

Frame_ExecuteJavaScriptNoResult_Result & operator= (Frame_ExecuteJavaScriptNoResult_Result && )
Frame_ExecuteJavaScriptNoResult_Result WithResponse (::fuchsia::web::Frame_ExecuteJavaScriptNoResult_Response && )
Frame_ExecuteJavaScriptNoResult_Result WithErr (::fuchsia::web::FrameError && )
::std::unique_ptr<Frame_ExecuteJavaScriptNoResult_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Frame_ExecuteJavaScriptNoResult_Result * value, size_t offset)
zx_status_t Clone (Frame_ExecuteJavaScriptNoResult_Result * result)
bool has_invalid_tag ()

Defined at line 3536 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

::fuchsia::web::Frame_ExecuteJavaScriptNoResult_Response & response ()

Defined at line 3542 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

const ::fuchsia::web::Frame_ExecuteJavaScriptNoResult_Response & response ()

Defined at line 3547 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

bool is_err ()

Defined at line 3553 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

::fuchsia::web::FrameError & err ()

Defined at line 3555 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

const ::fuchsia::web::FrameError & err ()

Defined at line 3560 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

::fuchsia::web::Frame_ExecuteJavaScriptNoResult_Result::Tag Which ()

Defined at line 3566 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 3574 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

void Frame_ExecuteJavaScriptNoResult_Result (fpromise::ok_result<void> && result)

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

void Frame_ExecuteJavaScriptNoResult_Result (fpromise::error_result< ::fuchsia::web::FrameError> && result)

Defined at line 3582 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

void Frame_ExecuteJavaScriptNoResult_Result (fpromise::result<void, ::fuchsia::web::FrameError> && result)

Defined at line 3585 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 3593 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

void ~Frame_ExecuteJavaScriptNoResult_Result ()
Frame_ExecuteJavaScriptNoResult_Result & set_response (::fuchsia::web::Frame_ExecuteJavaScriptNoResult_Response value)
Frame_ExecuteJavaScriptNoResult_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 3522 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

Friends

class Equality