TLockGuard
class description - source file - inheritance tree
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)
private:
TMutex* fMutex
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)
TLockGuard TLockGuard(TLockGuard&)
void ~TLockGuard()
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.