class SocketControl_DetachEbpfProgram_Result

Defined at line 4081 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void SocketControl_DetachEbpfProgram_Result ()
void SocketControl_DetachEbpfProgram_Result (SocketControl_DetachEbpfProgram_Result && )
bool is_response ()

Defined at line 4112 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h

SocketControl_DetachEbpfProgram_Result & operator= (SocketControl_DetachEbpfProgram_Result && )
SocketControl_DetachEbpfProgram_Result WithResponse (::fuchsia::net::filter::SocketControl_DetachEbpfProgram_Response && )
SocketControl_DetachEbpfProgram_Result WithErr (::fuchsia::net::filter::SocketControl_DetachEbpfProgram_Error && )
::std::unique_ptr<SocketControl_DetachEbpfProgram_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SocketControl_DetachEbpfProgram_Result * value, size_t offset)
zx_status_t Clone (SocketControl_DetachEbpfProgram_Result * result)
bool has_invalid_tag ()

Defined at line 4108 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h

::fuchsia::net::filter::SocketControl_DetachEbpfProgram_Response & response ()

Defined at line 4114 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h

const ::fuchsia::net::filter::SocketControl_DetachEbpfProgram_Response & response ()

Defined at line 4119 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h

bool is_err ()

Defined at line 4125 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h

::fuchsia::net::filter::SocketControl_DetachEbpfProgram_Error & err ()

Defined at line 4127 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h

const ::fuchsia::net::filter::SocketControl_DetachEbpfProgram_Error & err ()

Defined at line 4132 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h

::fuchsia::net::filter::SocketControl_DetachEbpfProgram_Result::Tag Which ()

Defined at line 4138 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/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 4146 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h

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

Defined at line 4151 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h

void SocketControl_DetachEbpfProgram_Result (fpromise::error_result< ::fuchsia::net::filter::SocketControl_DetachEbpfProgram_Error> && result)

Defined at line 4154 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h

void SocketControl_DetachEbpfProgram_Result (fpromise::result<void, ::fuchsia::net::filter::SocketControl_DetachEbpfProgram_Error> && result)

Defined at line 4157 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h

fpromise::result<void, ::fuchsia::net::filter::SocketControl_DetachEbpfProgram_Error> operator result ()

Defined at line 4165 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h

void ~SocketControl_DetachEbpfProgram_Result ()
SocketControl_DetachEbpfProgram_Result & set_response (::fuchsia::net::filter::SocketControl_DetachEbpfProgram_Response value)
SocketControl_DetachEbpfProgram_Result & set_err (::fuchsia::net::filter::SocketControl_DetachEbpfProgram_Error value)

Enumerations

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

Defined at line 4094 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h

Friends

class Equality