skstream
|
An iostream class that handles unix sockets. More...
#include <skstream_unix.h>
Public Member Functions | |
unix_socket_stream (SOCKET_TYPE socket) | |
unix_socket_stream (const std::string &address, bool nonblock=false) | |
unix_socket_stream (const std::string &address, unsigned int milliseconds) | |
unix_socket_stream (unix_socket_stream &other, bool nonblock=false) | |
void | open (const std::string &address, bool nonblock=false) |
void | open (const std::string &address, unsigned int milliseconds) |
void | open (unix_socket_stream &other, bool nonblock=false) |
bool | isReady (unsigned int milliseconds=0) |
Private Member Functions | |
unix_socket_stream (const unix_socket_stream &) | |
unix_socket_stream & | operator= (const unix_socket_stream &socket) |
An iostream class that handles unix sockets.
This software package has been extensively modified by members of the Worldforge Project. See the file ChangeLog for details.
$Id$