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