15 #ifndef CLIENT_SOCKET_H
16 #define CLIENT_SOCKET_H
37 typedef std::shared_ptr<ClientSocket>
Ptr;
Client Socket providing ability to connect to and Address.
ClientSocket(std::shared_ptr< Address > theAddress)
static ClientSocket::Ptr open(std::shared_ptr< Address > theAddress)
static ClientSocket::Ptr create(std::shared_ptr< Address > theAddress)
std::shared_ptr< ClientSocket > Ptr
BSD Socket base class providing the basic, common functionality between ServerSockets and ClientSocke...
Namespace of the BsdSockets library.