Qore Programming Language Reference Manual 1.19.2
Loading...
Searching...
No Matches
QC_AbstractPollableIoObjectBase.dox.h
1
2namespace Qore {
4
9
10public:
12
15
16public:
18
21};
22}
Interface for builtin classes that support I/O polling.
Definition: QC_AbstractPollableIoObjectBase.dox.h:8
constructor()
Throws an exception; this class is not usable by Qore classes.
int getPollableDescriptor()
Returns a pollable file / socket / I/O descriptor.
This interfaces declares that the inheriting class supports a pollable file descriptor.
Definition: QC_AbstractPollableIoObject.dox.h:6
Qore namespace.
Definition: QC_AbstractSmartLock.dox.h:2