|
MPQC 3.0.0-alpha
|
The Thread abstract class defines an interface which must be implemented by classes wishing to be run as threads. More...
#include <util/group/thread.h>
Public Member Functions | |
| virtual void | run ()=0 |
| This is called with the Thread is run from a ThreadGrp. | |
Static Public Member Functions | |
| static void * | run_Thread_run (void *thread) |
The Thread abstract class defines an interface which must be implemented by classes wishing to be run as threads.
|
pure virtual |
This is called with the Thread is run from a ThreadGrp.
Implemented in sc::ActiveMessageThread, sc::CSGrad34Qbtr, sc::CSGradErep12Qtr, sc::CSGradS2PDM, sc::FockBuildThread_F11_P11, sc::FockBuildThread_F12_P33, sc::HSOSV1Erep1Qtr, sc::LocalGBuild< T >, sc::LocalTBGrad< T >, sc::TwoBodyMOIntsTransform_123Inds, sc::TwoBodyMOIntsTransform_12Inds, and sc::TwoBodyMOIntsTransform_13Inds.