#include <UT_IPC.h>

Public Member Functions | |
| UT_UnixStream () | |
| ~UT_UnixStream () | |
| int | open (const char *path, UT_SocketSex asex) |
| int | accept (UT_UnixStream &newstream) |
| int | close () |
Definition at line 313 of file UT_IPC.h.
| UT_UnixStream::~UT_UnixStream | ( | ) |
| int UT_UnixStream::accept | ( | UT_UnixStream & | newstream | ) | [inline] |
| int UT_UnixStream::close | ( | ) | [virtual] |
Reimplemented from UT_UnixSocket.
| int UT_UnixStream::open | ( | const char * | path, | |
| UT_SocketSex | asex | |||
| ) | [inline] |
1.5.9