Qore Programming Language Reference Manual 1.19.2
Loading...
Searching...
No Matches
QC_FilePollOperation.dox.h
1
3namespace Qore {
5
14
15public:
17
23 constructor(ReadOnlyFile file, string path, bool to_string, int num_bytes = -1);
24
25public:
27
32*hash<SocketPollInfo> continuePoll();
33
34public:
36
39
40public:
42
45};
46}
File poll operation object returned by File polling methods.
Definition: QC_FilePollOperation.dox.h:13
destructor()
Destroys the object.
constructor(ReadOnlyFile file, string path, bool to_string, int num_bytes=-1)
Creates the object with the given goal.
*hash< SocketPollInfo > continuePoll()
Returns a socket poll hash if polling should continue or NOTHING if complete.
copy()
Throws an exception; objects of this class cannot be copied.
The ReadOnlyFile class allows Qore programs to read existing files.
Definition: QC_ReadOnlyFile.dox.h:23
Abstract poll operation object returned by Socket polling methods.
Definition: QC_SocketPollOperationBase.dox.h:14
Qore namespace.
Definition: QC_AbstractSmartLock.dox.h:2