class StreamSocketGetInfoResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void StreamSocketGetInfoResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits