TLockGuard


class description - source file - inheritance tree

class TLockGuard

    private:
protected:
public:
TLockGuard TLockGuard(TMutex* mutex) TLockGuard TLockGuard(TLockGuard&) virtual void ~TLockGuard() static TClass* Class() virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

private:
TMutex* fMutex public:

Class Description

                                                                      
 TMutex                                                               
                                                                      
 This class implements mutex locks. A mutex is a mutual exclusive     
 lock. The actual work is done via the TMutexImp class (either        
 TPosixMutex, TSolarisMutex or TNTMutex).                             
                                                                      




Inline Functions


         TLockGuard TLockGuard(TMutex* mutex)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
         TLockGuard TLockGuard(TLockGuard&)
               void ~TLockGuard()


Author: Fons Rademakers 26/06/97
Last update: root/thread:$Name: $:$Id: TMutex.cxx,v 1.1.1.1 2000/05/16 17:00:48 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.