GNU CommonC++
objsync.h File Reference

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

#include <cc++/thread.h>

Go to the source code of this file.

Classes

class  ost::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...
 

Namespaces

namespace  ost
 

Variables

template<class T>
ost::Mutex ost::objSync< T >::objMutex
 

Detailed Description

Template for creating objects that share a global mutex.