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