Qore Programming Language Reference Manual 2.1.1
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
37
38public:
40
43
44public:
46
49};
50}
The Socket class allows Qore programs safe access to network sockets.
Definition QC_Socket.dox.h:172
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.
hash< auto > hash()
Always returns the same hash passed.
main Qore-language namespace
Definition Pseudo_QC_All.dox.h:3