PTLib
Version 2.14.3
|
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 |
class | PNullChannel |
A channel that does nothing. More... | |
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 &) |