class StreamSocketGetTcpLingerResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void StreamSocketGetTcpLingerResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits