DOKK / manpages / debian 10 / libcommoncpp2-doc / objsync.h.3.en
objsync.h(3) Library Functions Manual objsync.h(3)

objsync.h - Template for creating objects that share a global mutex.

#include <cc++/thread.h>


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.


ost

Template for creating objects that share a global mutex.

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

Wed Oct 31 2018 GNU CommonC++