class StreamSocketGetTcpDeferAcceptResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void StreamSocketGetTcpDeferAcceptResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits