A lock class.  
 More...
#include <Synch.h>
|  | 
|  | CLock () | 
|  | Constructor. 
 | 
|  | 
|  | CLock (void *pLock) | 
|  | Constructor. 
 | 
|  | 
|  | ~CLock () | 
|  | Destructor. 
 | 
|  | 
| bool | TryLock () | 
|  | tries to enter the critical section; returns true if successful 
 | 
|  | 
| void | Lock () | 
|  | enters the critical section (may block) 
 | 
|  | 
| void | Unlock () | 
|  | leaves the critical section 
 | 
|  | 
◆ CLock() [1/2]
◆ CLock() [2/2]
◆ ~CLock()
◆ Lock()
enters the critical section (may block) 
 
 
◆ TryLock()
tries to enter the critical section; returns true if successful 
 
 
◆ Unlock()
leaves the critical section 
 
 
◆ NodeMap
◆ m_bOwnLock
◆ m_lock
The documentation for this class was generated from the following file: