Qore Programming Language Reference Manual  1.12.0
QC_SocketPollOperation.dox.h
1 
3 namespace Qore {
5 
14 
15 public:
17 
27  constructor(Socket socket, string goal, *hash<auto> opts);
28 
29 public:
31 
36 *hash<SocketPollInfo> continuePoll();
37 
38 public:
40 
42  copy();
43 
44 public:
46 
49 };
50 }
The Socket class allows Qore programs safe access to network sockets.
Definition: QC_Socket.dox.h:152
Abstract poll operation object returned by Socket polling methods.
Definition: QC_SocketPollOperationBase.dox.h:14
Socket poll operation object returned by Socket polling methods.
Definition: QC_SocketPollOperation.dox.h:13
destructor()
Destroys the object.
constructor(Socket socket, string goal, *hash< auto > opts)
Creates the object with the given goal.
copy()
Throws an exception; objects of this class cannot be copied.
*hash< SocketPollInfo > continuePoll()
Returns a socket poll hash if polling should continue or NOTHING if complete.
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3