Qore Programming Language Reference Manual  1.12.2
QC_SocketPollOperationBase.dox.h
1 namespace Qore {
4 
15 
16 public:
18 
21 
22 public:
24 /***/
26 
27 public:
29 
31 string getGoal();
32 
33 public:
35 
40 auto getOutput();
41 
42 public:
44 
49 string getState();
50 
51 public:
53 
58 bool goalReached();
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.
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3