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.
- Provided by: libcommoncpp2-doc (Version: 1.8.1-10)
- Source: libcommoncpp2
- Report a bug
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.
#include <objsync.h>
void objLock (void)
void objUnlock (void)
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.
Author
global mutex locked class.
Generated automatically by Doxygen for GNU CommonC++ from the source code.