|
PTLib
Version 2.18.8
|


Go to the source code of this file.
Classes | |
| class | PChannelStreamBuffer |
| class | PChannel |
| Abstract class defining I/O channel semantics. More... | |
| class | PChannel::AsyncContextBase |
| Parameters for asynchronous I/O operation. More... | |
| class | PChannel::AsyncContext |
| struct | PChannel::Status |
| class | PNullChannel |
| A channel that does nothing. More... | |
| class | P_fd_set |
Macros | |
Asynchronous I/O functions | |
| #define | PDECLARE_AsyncNotifier(cls, fn) PDECLARE_NOTIFIER2(PChannel, cls, fn, PChannel::AsyncContext &) |
| #define | PCREATE_AsyncNotifier(fn) PCREATE_NOTIFIER2(fn, PChannel::AsyncContext &) |
| #define PCREATE_AsyncNotifier | ( | fn | ) | PCREATE_NOTIFIER2(fn, PChannel::AsyncContext &) |
| #define PDECLARE_AsyncNotifier | ( | cls, | |
| fn | |||
| ) | PDECLARE_NOTIFIER2(PChannel, cls, fn, PChannel::AsyncContext &) |