GNU CommonC++
Protected Member Functions | List of all members
ost::objSync< T > Class Template Reference

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)
 

Detailed Description

template<class T>
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.nosp@m.@gnu.nosp@m.telep.nosp@m.hony.nosp@m..org global mutex locked class.

Member Function Documentation

◆ objLock()

template<class T >
void ost::objSync< T >::objLock ( void  )
inlineprotected

◆ objUnlock()

template<class T >
void ost::objSync< T >::objUnlock ( void  )
inlineprotected

The documentation for this class was generated from the following file: