GNU CommonC++
|
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...
#include <objsync.h>
Protected Member Functions | |
void | objLock (void) |
void | objUnlock (void) |
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.
void ost::objSync< T >::objLock | ( | void | ) | [inline, protected] |
void ost::objSync< T >::objUnlock | ( | void | ) | [inline, protected] |