class SocketControlDetachEbpfProgramResult
Defined at line 3034 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/cpp/fidl/fuchsia.net.filter/cpp/natural_types.h
Public Methods
void SocketControlDetachEbpfProgramResult (SocketControlDetachEbpfProgramResult && other)
SocketControlDetachEbpfProgramResult & operator= (SocketControlDetachEbpfProgramResult && other)
void SocketControlDetachEbpfProgramResult (const SocketControlDetachEbpfProgramResult & other)
SocketControlDetachEbpfProgramResult & operator= (const SocketControlDetachEbpfProgramResult & other)
bool operator== (const SocketControlDetachEbpfProgramResult & other)
bool operator!= (const SocketControlDetachEbpfProgramResult & other)
::fuchsia_net_filter::SocketControlDetachEbpfProgramResult::Tag Which ()
SocketControlDetachEbpfProgramResult WithResponse (::fuchsia_net_filter::SocketControlDetachEbpfProgramResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
SocketControlDetachEbpfProgramResult & response (::fuchsia_net_filter::SocketControlDetachEbpfProgramResponse value)
Sets the union to hold the response member.
SocketControlDetachEbpfProgramResult WithErr (::fuchsia_net_filter::SocketControlDetachEbpfProgramError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
SocketControlDetachEbpfProgramResult & err (::fuchsia_net_filter::SocketControlDetachEbpfProgramError value)
Sets the union to hold the err member.
void SocketControlDetachEbpfProgramResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 3044 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/cpp/fidl/fuchsia.net.filter/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits