15 #include <sys/socket.h>
26 : socketDomain(theSocketDomain), socketType(theSocketType), protocol(theProtocol)
31 : socketDomain(rhs.socketDomain), socketType(rhs.socketType), protocol(rhs.protocol)
Base class for all addresses.
SocketDomain getSocketDomain() const
SocketType getSocketType() const
Address(SocketDomain theSocketDomain, SocketType theSocketType, int theProtocol)
Namespace of the BsdSockets library.