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