class toLocker
|
This is a convenience class that holds a lock for the duration of the scope
of the object. More... |
|
|
Public Methods
This is a convenience class that holds a lock for the duration of the scope
of the object. It is very convenient to use if exceptions can be thrown, simply
declare an auto toLocker to hold the lock. If any exception is thrown the
locker will be deallocated and the lock released.
toLocker (toLock &lock)
| toLocker |
Create locker.
Parameters:
Generated by: nneul on skyhawk on Wed Feb 23 19:49:58 2005, using kdoc 2.0a54. |