$darkmode
Qore Programming Language Reference Manual 1.14.0
QC_AbstractPollableIoObject.dox.h
1
2namespace Qore {
4
7
8public:
10
12abstract int getPollableDescriptor();
13};
14}
This interfaces declares that the inheriting class supports a pollable file descriptor.
Definition: QC_AbstractPollableIoObject.dox.h:6
abstract int getPollableDescriptor()
Returns a pollable file / socket / I/O descriptor.
Qore namespace.
Definition: QC_AbstractBidirectionalIterator.dox.h:2