#include <pipe_listen.h>
Public Member Functions | |
| CL_PipeListen (const CL_String &name) | |
| Construction:. | |
| ~CL_PipeListen () | |
| CL_Event * | get_accept_event () |
| Attributes:. | |
| CL_PipeConnection * | accept (bool send_credentials=true, int timeout=-1) |
| Operations:. | |
Private Attributes | |
| int | handle |
| Implementation:. | |
| CL_SocketEventHandler * | socket_event_handler |
| CL_Event * | accept_event |
|
|
Construction:.
Definition at line 48 of file pipe_listen.cpp. References accept_event, handle, socket_event_handler, TEXT, CL_StringHelp::text_to_local8(), and UNIX_PATH_MAX. |
|
|
Definition at line 83 of file pipe_listen.cpp. References accept_event, handle, and socket_event_handler. |
|
||||||||||||
|
Operations:.
Definition at line 105 of file pipe_listen.cpp. References handle. |
|
|
Attributes:.
Definition at line 97 of file pipe_listen.cpp. References accept_event. |
|
|
Definition at line 58 of file pipe_listen.h. Referenced by CL_PipeListen(), get_accept_event(), and ~CL_PipeListen(). |
|
|
Implementation:.
Definition at line 54 of file pipe_listen.h. Referenced by accept(), CL_PipeListen(), and ~CL_PipeListen(). |
|
|
Definition at line 56 of file pipe_listen.h. Referenced by CL_PipeListen(), and ~CL_PipeListen(). |
1.4.1