class Context_GetRemoteDebuggingPort_Result

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

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

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

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

::fuchsia::web::Context_GetRemoteDebuggingPort_Response & response ()

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

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

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

bool is_err ()

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

::fuchsia::web::ContextError & err ()

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

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

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

::fuchsia::web::Context_GetRemoteDebuggingPort_Result::Tag Which ()

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

void Context_GetRemoteDebuggingPort_Result (fpromise::ok_result<uint16_t> && result)

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

void Context_GetRemoteDebuggingPort_Result (fpromise::error_result< ::fuchsia::web::ContextError> && result)

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

void Context_GetRemoteDebuggingPort_Result (fpromise::result<uint16_t, ::fuchsia::web::ContextError> && result)

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

fpromise::result<uint16_t, ::fuchsia::web::ContextError> operator result ()

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

void ~Context_GetRemoteDebuggingPort_Result ()
Context_GetRemoteDebuggingPort_Result & set_response (::fuchsia::web::Context_GetRemoteDebuggingPort_Response value)
Context_GetRemoteDebuggingPort_Result & set_err (::fuchsia::web::ContextError value)

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

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

Friends

class Equality