Generic template to create objects of a common base type which share a static mutex so that all instances of the class have a global lock.
More...
#include <objsync.h>
template<class T>
class objSync< T >
Generic template to create objects of a common base type which share a static mutex so that all instances of the class have a global lock.
- Author
- David Sugar dyfet.nosp@m.@gnu.nosp@m.telep.nosp@m.hony.nosp@m..org global mutex locked class.
Definition at line 63 of file objsync.h.
template<class T >
void objSync< T >::objLock |
( |
void |
| ) |
|
|
inlineprotected |
template<class T >
void objSync< T >::objUnlock |
( |
void |
| ) |
|
|
inlineprotected |
The documentation for this class was generated from the following file: