class StreamSocketAcceptResponse
Defined at line 14197 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
Public Methods
void StreamSocketAcceptResponse (Storage_ storage)
void StreamSocketAcceptResponse (::fidl::Box< ::fuchsia_net::SocketAddress> addr, ::fidl::ClientEnd< ::fuchsia_posix_socket::StreamSocket> s)
void StreamSocketAcceptResponse ()
Default constructs a |StreamSocketAcceptResponse| only if all of its members are default constructible.
Defined at line 14207 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
void StreamSocketAcceptResponse (StreamSocketAcceptResponse && )
Defined at line 14210 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
const ::fidl::Box< ::fuchsia_net::SocketAddress> & addr ()
::fidl::Box< ::fuchsia_net::SocketAddress> & addr ()
StreamSocketAcceptResponse & addr (::fidl::Box< ::fuchsia_net::SocketAddress> value)
Setter for addr.
StreamSocketAcceptResponse & operator= (StreamSocketAcceptResponse && )
Defined at line 14211 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
const ::fidl::ClientEnd< ::fuchsia_posix_socket::StreamSocket> & s ()
::fidl::ClientEnd< ::fuchsia_posix_socket::StreamSocket> & s ()
StreamSocketAcceptResponse & s (::fidl::ClientEnd< ::fuchsia_posix_socket::StreamSocket> value)
Setter for s.
void StreamSocketAcceptResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits