Qore Programming Language Reference Manual  1.0.8
QC_StreamBase.dox.h
1 namespace Qore {
4 
14 class StreamBase {
15 
16 public:
18 
20  constructor();
21 
22 public:
24 /***/
25 int getThreadId();
26 
27 public:
29 
36 nothing reassignThread();
37 
38 public:
40 
47 nothing unassignThread();
48 };
49 }
constructor()
Throws an exception if called directly; this class can only be instantiated by builtin subclasses...
nothing unassignThread()
Unassigns current thread as thread used for stream manipulation.
This class defines the API for single thread streams.
Definition: QC_StreamBase.dox.h:14
int getThreadId()
Get the currently assigned thread id or -1 if not assigned to any thread.
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3
nothing reassignThread()
Reassigns current thread as thread used for stream manipulation.