Go to the documentation of this file.
47 #ifndef CCXX_MISSING_H_
51 #ifndef CCXX_SOCKET_H_
55 #ifdef CCXX_NAMESPACES
92 UnixSocket(
const char* pathname,
int backlog = 5);
181 void connect(
const char* pathname,
int size);
191 {
return ((std::iostream *)
this);};
286 unixstream(
const char *pathname,
int buffer = 512);
304 void open(
const char *pathname,
int buffer = 512)
370 UnixSession(
const char* pathname,
int size = 512,
int pri = 0,
int stack = 0);
382 int pri = 0,
int stack = 0);
392 #ifdef CCXX_NAMESPACES