|
Geant4
10.03
|
#include <G4RootPNtupleManager.hh>
Inheritance diagram for mutex:
Collaboration diagram for mutex:Public Member Functions | |
| virtual bool | lock () |
| virtual bool | unlock () |
| mutex (G4AutoLock &a_mutex) | |
| virtual | ~mutex () |
Protected Member Functions | |
| mutex (const mutex &a_from) | |
| mutex & | operator= (const mutex &) |
Protected Attributes | |
| G4AutoLock & | m_mutex |
Private Types | |
| typedef tools::wroot::imutex | parent |
Definition at line 57 of file G4RootPNtupleManager.hh.
|
private |
Definition at line 58 of file G4RootPNtupleManager.hh.
|
inline |
Definition at line 70 of file G4RootPNtupleManager.hh.
|
inlinevirtual |
Definition at line 71 of file G4RootPNtupleManager.hh.
|
inlineprotected |
Definition at line 73 of file G4RootPNtupleManager.hh.
|
inlinevirtual |
Definition at line 60 of file G4RootPNtupleManager.hh.
References G4TemplateAutoLock< M, L, U >::lock(), and m_mutex.
Here is the call graph for this function:Definition at line 74 of file G4RootPNtupleManager.hh.
|
inlinevirtual |
Definition at line 64 of file G4RootPNtupleManager.hh.
References m_mutex, and G4TemplateAutoLock< M, L, U >::unlock().
Here is the call graph for this function:
|
protected |
Definition at line 76 of file G4RootPNtupleManager.hh.