class BaseSocketSetReuseAddressResult

Defined at line 867 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h

Public Methods

void BaseSocketSetReuseAddressResult (BaseSocketSetReuseAddressResult && other)
BaseSocketSetReuseAddressResult & operator= (BaseSocketSetReuseAddressResult && other)
void BaseSocketSetReuseAddressResult (const BaseSocketSetReuseAddressResult & other)
BaseSocketSetReuseAddressResult & operator= (const BaseSocketSetReuseAddressResult & other)
bool operator== (const BaseSocketSetReuseAddressResult & other)
bool operator!= (const BaseSocketSetReuseAddressResult & other)
::fuchsia_posix_socket::BaseSocketSetReuseAddressResult::Tag Which ()
BaseSocketSetReuseAddressResult WithResponse (::fuchsia_posix_socket::BaseSocketSetReuseAddressResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
BaseSocketSetReuseAddressResult & response (::fuchsia_posix_socket::BaseSocketSetReuseAddressResponse value)

Sets the union to hold the response member.

BaseSocketSetReuseAddressResult WithErr (::fuchsia_posix::Errno val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
BaseSocketSetReuseAddressResult & err (::fuchsia_posix::Errno value)

Sets the union to hold the err member.

void BaseSocketSetReuseAddressResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 877 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits