Template for creating objects that share a global mutex.
More...
Include dependency graph for objsync.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures
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...
Detailed Description
Template for creating objects that share a global mutex.
Definition in file objsync.h.