DOKK / manpages / debian 10 / libcommoncpp2-doc / ost_objSync.3.en
ost::objSync< T >(3) Library Functions Manual ost::objSync< T >(3)

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.

#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:

David Sugar dyfet@gnutelephony.org global mutex locked class.

template<class T > void ost::objSync< T >::objLock (void) [inline], [protected]

template<class T > void ost::objSync< T >::objUnlock (void) [inline], [protected]

Generated automatically by Doxygen for GNU CommonC++ from the source code.

Wed Oct 31 2018 GNU CommonC++