Qore Programming Language Reference Manual  1.12.0
QC_AbstractPollableIoObjectBase.dox.h
1 namespace Qore {
4 
9 
10 public:
12 
15 
16 public:
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
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3