Qore Programming Language Reference Manual 1.19.2
Loading...
Searching...
No Matches
QC_SocketPollOperation.dox.h
1
3namespace Qore {
5
14
15public:
17
27 constructor(Socket socket, string goal, *hash<auto> opts);
28
29public:
31
36*hash<SocketPollInfo> continuePoll();
37
38public:
40
43
44public:
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
*hash< SocketPollInfo > continuePoll()
Returns a socket poll hash if polling should continue or NOTHING if complete.
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.
Qore namespace.
Definition: QC_AbstractSmartLock.dox.h:2