class SocketControl_DetachEbpfProgram_Result
Defined at line 3898 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 3929 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 3925 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 3931 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 3936 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 3942 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 3944 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 3949 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 3955 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 3963 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 3968 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 3971 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 3974 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 3982 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 3911 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h
Friends
class Equality