.TH "ost::objSync< T >" 3 "Sun Dec 27 2020" "GNU CommonC++" \" -*- nroff -*- .ad l .nh .SH NAME 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\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Protected Member Functions" .in +1c .ti -1c .RI "void \fBobjLock\fP (void)" .br .ti -1c .RI "void \fBobjUnlock\fP (void)" .br .in -1c .SH "Detailed Description" .PP .SS "template .br 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\&. .PP \fBAuthor\fP .RS 4 David Sugar dyfet@gnutelephony.org .RE .PP global mutex locked class\&. .SH "Member Function Documentation" .PP .SS "template void \fBost::objSync\fP< T >::objLock (void)\fC [inline]\fP, \fC [protected]\fP" .SS "template void \fBost::objSync\fP< T >::objUnlock (void)\fC [inline]\fP, \fC [protected]\fP" .SH "Author" .PP Generated automatically by Doxygen for GNU CommonC++ from the source code\&.