Qore Programming Language Reference Manual 1.19.2
Loading...
Searching...
No Matches
QC_StreamBase.dox.h
1
2namespace Qore {
4
15
16public:
18
21
22public:
24/***/
26
27public:
29
37
38public:
40
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.
Qore namespace.
Definition: QC_AbstractSmartLock.dox.h:2