class BaseDatagramSocketGetInfoResponse
Defined at line 17915 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
Public Methods
void BaseDatagramSocketGetInfoResponse (Storage_ storage)
void BaseDatagramSocketGetInfoResponse (::fuchsia_posix_socket::Domain domain, ::fuchsia_posix_socket::DatagramSocketProtocol proto)
void BaseDatagramSocketGetInfoResponse ()
Default constructs a |BaseDatagramSocketGetInfoResponse| only if all of its members are default constructible.
Defined at line 17925 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
void BaseDatagramSocketGetInfoResponse (BaseDatagramSocketGetInfoResponse && )
Defined at line 17928 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
void BaseDatagramSocketGetInfoResponse (const BaseDatagramSocketGetInfoResponse & other)
BaseDatagramSocketGetInfoResponse & operator= (BaseDatagramSocketGetInfoResponse && )
Defined at line 17929 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
BaseDatagramSocketGetInfoResponse & operator= (const BaseDatagramSocketGetInfoResponse & other)
bool operator== (const BaseDatagramSocketGetInfoResponse & other)
bool operator!= (const BaseDatagramSocketGetInfoResponse & other)
::fuchsia_posix_socket::Domain domain ()
::fuchsia_posix_socket::Domain & domain ()
BaseDatagramSocketGetInfoResponse & domain (::fuchsia_posix_socket::Domain value)
Setter for domain.
::fuchsia_posix_socket::DatagramSocketProtocol proto ()
::fuchsia_posix_socket::DatagramSocketProtocol & proto ()
BaseDatagramSocketGetInfoResponse & proto (::fuchsia_posix_socket::DatagramSocketProtocol value)
Setter for proto.
void BaseDatagramSocketGetInfoResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits