#include <string>#include <exception>Include dependency graph for PracticalSocket.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | SocketException | 
| Signals a problem with the execution of a socket call.  More... | |
| class | Socket | 
| Base class representing basic communication endpoint.  More... | |
| class | CommunicatingSocket | 
| Socket which is able to connect, send, and receive.  More... | |
| class | TCPSocket | 
| TCP socket for communication with other TCP sockets.  More... | |
| class | TCPServerSocket | 
| TCP socket class for servers.  More... | |
| class | UDPSocket | 
| UDP socket class.  More... | |
 1.5.1