|
Bayonne2 / Common C++ 2 Framework
|
Template for creating objects that share a global mutex. More...
#include <cc++/thread.h>

Go to the source code of this file.
Data Structures | |
| 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. More... | |
Template for creating objects that share a global mutex.
Definition in file objsync.h.
1.8.6