$darkmode
Qore Programming Language Reference Manual 1.19.2
QC_FilePollOperation.dox.h
1 
3 namespace Qore {
5 
14 
15 public:
17 
23  constructor(ReadOnlyFile file, string path, bool to_string, int num_bytes = -1);
24 
25 public:
27 
32 *hash<SocketPollInfo> continuePoll();
33 
34 public:
36 
38  copy();
39 
40 public:
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_AbstractBidirectionalIterator.dox.h:2