ESA JPIP server  0.1
socket_stream.h File Reference
#include <iostream>
#include <stdio.h>
#include <string.h>
#include "socket.h"
Include dependency graph for socket_stream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  net::SocketBuffer
 Class derived from the STL std::streambuf to allow streaming with sockets. More...
 
class  net::SocketStream
 Class derived from std::iostream and SocketBuffer that represents a socket stream. More...
 

Namespaces

 net
 Contains classes to easy the utilization of sockets, specially implemented for UNIX systems.