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