|
CSL
5.2
|
The abstract CSL Thread class. More...
#include <ThreadUtilities.h>
Inheritance diagram for csl::CThread:Public Member Functions | |
| CThread () | |
| virtual | ~CThread () |
| virtual int | createThread (VoidFcnPtr *func, void *args)=0 |
Static Public Member Functions | |
| static CThread * | MakeThread () |
| factory method | |
The abstract CSL Thread class.
Definition at line 40 of file ThreadUtilities.h.
|
inline |
Definition at line 42 of file ThreadUtilities.h.
|
inlinevirtual |
Definition at line 43 of file ThreadUtilities.h.
|
static |
factory method
Definition at line 40 of file ThreadUtilities.cpp.
Referenced by csl::GrainCloud::GrainCloud(), csl::NullIO::NullIO(), csl::FileIO::open(), and csl::StdIO::StdIO().
|
pure virtual |
Implemented in csl::ThreadPthread.
Referenced by csl::GrainCloud::startThreads().