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