Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
sc::Thread(3)			     MPQC			 sc::Thread(3)

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.

   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)

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

Member Function	Documentation
   virtual void	sc::Thread::run	() [pure virtual]
       This is called with the Thread is run from a ThreadGrp.

       Implemented in sc::CSGrad34Qbtr,	sc::CSGradErep12Qtr, sc::CSGradS2PDM,
       sc::HSOSV1Erep1Qtr, sc::TwoBodyMOIntsTransform_123Inds,
       sc::TwoBodyMOIntsTransform_12Inds, sc::TwoBodyMOIntsTransform_13Inds,
       sc::LocalGBuild<	T >, and sc::LocalTBGrad< T >.

Author
       Generated automatically by Doxygen for MPQC from	the source code.

Version	2.3.1			Tue May	13 2025			 sc::Thread(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sc_Thread&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help