Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

TThreadFactory Class Reference

#include <TThreadFactory.h>

Inheritance diagram for TThreadFactory:

Inheritance graph
[legend]
Collaboration diagram for TThreadFactory:

Collaboration graph
[legend]
List of all members.

Public Methods

 TThreadFactory (const char *name="Unknown", const char *title="Unknown Thread Factory")
virtual ~TThreadFactory ()
virtual TMutexImpCreateMutexImp ()=0
virtual TConditionImpCreateConditionImp (TMutexImp *m)=0
virtual TThreadImpCreateThreadImp ()=0

Constructor & Destructor Documentation

TThreadFactory::TThreadFactory const char *    name = "Unknown",
const char *    title = "Unknown Thread Factory"
 

virtual TThreadFactory::~TThreadFactory   [virtual]
 

Definition at line 38 of file TThreadFactory.h.


Member Function Documentation

virtual TMutexImp* TThreadFactory::CreateMutexImp   [pure virtual]
 

Implemented in TPosixThreadFactory.

virtual TConditionImp* TThreadFactory::CreateConditionImp TMutexImp   m [pure virtual]
 

Implemented in TPosixThreadFactory.

virtual TThreadImp* TThreadFactory::CreateThreadImp   [pure virtual]
 

Implemented in TPosixThreadFactory.


The documentation for this class was generated from the following file:
Generated on Thu Dec 18 15:07:19 2003 for ROOT by doxygen1.2.16