class Frame_ExecuteJavaScript_Result
Defined at line 3344 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_ExecuteJavaScript_Result ()
void Frame_ExecuteJavaScript_Result (Frame_ExecuteJavaScript_Result && )
bool is_response ()
Defined at line 3375 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
Frame_ExecuteJavaScript_Result & operator= (Frame_ExecuteJavaScript_Result && )
Frame_ExecuteJavaScript_Result WithResponse (::fuchsia::web::Frame_ExecuteJavaScript_Response && )
Frame_ExecuteJavaScript_Result WithErr (::fuchsia::web::FrameError && )
::std::unique_ptr<Frame_ExecuteJavaScript_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Frame_ExecuteJavaScript_Result * value, size_t offset)
zx_status_t Clone (Frame_ExecuteJavaScript_Result * result)
bool has_invalid_tag ()
Defined at line 3371 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
::fuchsia::web::Frame_ExecuteJavaScript_Response & response ()
Defined at line 3377 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
const ::fuchsia::web::Frame_ExecuteJavaScript_Response & response ()
Defined at line 3382 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
bool is_err ()
Defined at line 3388 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
::fuchsia::web::FrameError & err ()
Defined at line 3390 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
const ::fuchsia::web::FrameError & err ()
Defined at line 3395 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
::fuchsia::web::Frame_ExecuteJavaScript_Result::Tag Which ()
Defined at line 3401 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 3409 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
void Frame_ExecuteJavaScript_Result (fpromise::ok_result< ::fuchsia::mem::Buffer> && result)
Defined at line 3414 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
void Frame_ExecuteJavaScript_Result (fpromise::error_result< ::fuchsia::web::FrameError> && result)
Defined at line 3417 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
void Frame_ExecuteJavaScript_Result (fpromise::result< ::fuchsia::mem::Buffer, ::fuchsia::web::FrameError> && result)
Defined at line 3420 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
fpromise::result< ::fuchsia::mem::Buffer, ::fuchsia::web::FrameError> operator result ()
Defined at line 3428 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
void ~Frame_ExecuteJavaScript_Result ()
Frame_ExecuteJavaScript_Result & set_response (::fuchsia::web::Frame_ExecuteJavaScript_Response value)
Frame_ExecuteJavaScript_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 3357 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
Friends
class Equality