objsync.h

Langue: en

Version: 340148 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

objsync.h -

Template for creating objects that share a global mutex.

SYNOPSIS


#include <cc++/thread.h>

Classes


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.

Namespaces


namespace ost

Detailed Description

Template for creating objects that share a global mutex.

Author

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