Qore Programming Language Reference Manual
0.9.4.2
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
}
Qore::StreamBase::constructor
constructor()
Throws an exception if called directly; this class can only be instantiated by builtin subclasses.
Qore::StreamBase::unassignThread
nothing unassignThread()
Unassigns current thread as thread used for stream manipulation.
Qore::StreamBase::reassignThread
nothing reassignThread()
Reassigns current thread as thread used for stream manipulation.
Qore::StreamBase
This class defines the API for single thread streams.
Definition:
QC_StreamBase.dox.h:14
Qore
main Qore-language namespace
Definition:
Pseudo_QC_All.dox.h:3
Qore::StreamBase::getThreadId
int getThreadId()
Get the currently assigned thread id or -1 if not assigned to any thread.