class ReusePortOption
Defined at line 11256 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
SO_REUSEPORT option.
Public Methods
void ReusePortOption (ReusePortOption && other)
ReusePortOption & operator= (ReusePortOption && other)
::fuchsia_posix_socket::ReusePortOption::Tag Which ()
ReusePortOption WithDisabled (::fuchsia_posix_socket::Empty val)
const ::fidl::internal::UnionMemberView<1, Storage_> disabled ()
::fidl::internal::UnionMemberView<1, Storage_> disabled ()
ReusePortOption & disabled (::fuchsia_posix_socket::Empty value)
SO_REUSEPORT disabled.
ReusePortOption WithEnabled (::zx::event val)
const ::fidl::internal::UnionMemberView<2, Storage_> enabled ()
::fidl::internal::UnionMemberView<2, Storage_> enabled ()
ReusePortOption & enabled (::zx::event value)
SO_REUSEPORT enabled in the sharing domain identified by the token.
void ReusePortOption (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kDisabled | 1 |
| kEnabled | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 11266 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits