logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sc::Thread - The Thread abstract class defines an interface which must be implemented by classes wishing

Author

       Generated automatically by Doxygen for MPQC from the source code.

Version 2.3.1                                    Sun Oct 4 2020                                    sc::Thread(3)

Detailed Description

       The Thread abstract class defines an interface which must be implemented by classes wishing to be run as
       threads.

Name

       sc::Thread - The Thread abstract class defines an interface which must be implemented by classes wishing
       to be run as threads.

Synopsis

       #include <thread.h>

       Inherited by sc::CSGrad34Qbtr, sc::CSGradErep12Qtr, sc::CSGradS2PDM, sc::GBuild<T>, sc::HSOSV1Erep1Qtr,
       sc::TBGrad<T>, sc::TwoBodyMOIntsTransform_123Inds, sc::TwoBodyMOIntsTransform_12Inds, and
       sc::TwoBodyMOIntsTransform_13Inds.

   PublicMemberFunctions
       virtual void run ()=0
           This is called with the Thread is run from a ThreadGrp.

   StaticPublicMemberFunctions
       static void * run_Thread_run (void *thread)

See Also