Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Examples  

ost::objSync 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. global mutex locked class. More...

#include <objsync.h>

List of all members.

Protected Methods

void objLock (void)
void objUnlock (void)


Detailed Description

template<class T> class ost::objSync

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. global mutex locked class.

Author:
David Sugar <dyfet@gnutelephony.org>


Member Function Documentation

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

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


The documentation for this class was generated from the following file:
Generated at Fri May 30 14:51:03 2008 for GNU CommonC++ by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001