class StreamSocketGetInfoResponse

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

Public Methods

void StreamSocketGetInfoResponse (Storage_ storage)
void StreamSocketGetInfoResponse (::fuchsia_posix_socket::Domain domain, ::fuchsia_posix_socket::StreamSocketProtocol proto)
void StreamSocketGetInfoResponse ()

Default constructs a |StreamSocketGetInfoResponse| only if all of its members are default constructible.

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

void StreamSocketGetInfoResponse (StreamSocketGetInfoResponse && )

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

void StreamSocketGetInfoResponse (const StreamSocketGetInfoResponse & other)
StreamSocketGetInfoResponse & operator= (StreamSocketGetInfoResponse && )

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

StreamSocketGetInfoResponse & operator= (const StreamSocketGetInfoResponse & other)
bool operator== (const StreamSocketGetInfoResponse & other)
bool operator!= (const StreamSocketGetInfoResponse & other)
::fuchsia_posix_socket::Domain domain ()
::fuchsia_posix_socket::Domain & domain ()
StreamSocketGetInfoResponse & domain (::fuchsia_posix_socket::Domain value)

Setter for domain.

::fuchsia_posix_socket::StreamSocketProtocol proto ()
::fuchsia_posix_socket::StreamSocketProtocol & proto ()
StreamSocketGetInfoResponse & proto (::fuchsia_posix_socket::StreamSocketProtocol value)

Setter for proto.

void StreamSocketGetInfoResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits