class StreamSocketSetTcpCorkResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void StreamSocketSetTcpCorkResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits