class StreamSocketGetTcpCorkResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void StreamSocketGetTcpCorkResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits