Qore Programming Language Reference Manual 1.19.2
Loading...
Searching...
No Matches
QC_SocketPollOperationBase.dox.h
1
2namespace Qore {
4
15
16public:
18
21
22public:
24/***/
26
27public:
29
31string getGoal();
32
33public:
35
40auto getOutput();
41
42public:
44
49string getState();
50
51public:
53
59};
60}
Abstract poll operation objects provide the polling interface for pollable objects.
Definition: QC_AbstractPollOperation.dox.h:6
Abstract poll operation object returned by Socket polling methods.
Definition: QC_SocketPollOperationBase.dox.h:14
destructor()
Destroys the object.
constructor()
Throws an exception; this class is not usable by Qore classes.
bool goalReached()
Returns True when the goal as been reached.
string getGoal()
Returns the goal.
string getState()
Returns the current state.
auto getOutput()
Returns any output generated by any completed poll action.
Qore namespace.
Definition: QC_AbstractSmartLock.dox.h:2