Go to the documentation of this file.
46 #ifndef CCXX_MISSING_H_
50 #ifndef CCXX_SOCKET_H_
54 #ifdef CCXX_NAMESPACES
91 UnixSocket(
const char* pathname,
int backlog = 5);
180 void connect(
const char* pathname,
int size);
190 {
return ((std::iostream *)
this);};
285 unixstream(
const char *pathname,
int buffer = 512);
303 void open(
const char *pathname,
int buffer = 512)
369 UnixSession(
const char* pathname,
int size = 512,
int pri = 0,
int stack = 0);
381 int pri = 0,
int stack = 0);
391 #ifdef CCXX_NAMESPACES