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