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