Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures
objsync.h File Reference

Template for creating objects that share a global mutex. More...

#include <cc++/thread.h>
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

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...
 

Detailed Description

Template for creating objects that share a global mutex.

Definition in file objsync.h.