ost::objSync
ost::objSync
Section: C Library Functions (3) Updated: 16 Feb 2010 Local index
Up
NAME
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.
SYNOPSIS
#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@gnutelephony.org> global mutex locked class.
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]
Author
Generated automatically by Doxygen for GNU CommonC++ from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Protected Member Functions
-
- Detailed Description
-
- template<class T> class ost::objSync< T >
-
- 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]
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:51:51 GMT, April 16, 2011