itom 1.3.0
ReadWriteLock Class Reference

objects of this class organize a read-write-lock mechanism. This class is mainly used by dataObject. If this object is locked for writing (lockWrite), it can not be used for reading nor writing until the writer released the protection with (unlock). On the other hand, the object can multiply be locked for reading if no write-operation is executed at the same time. More...

#include <readWriteLock.h>


Detailed Description

objects of this class organize a read-write-lock mechanism. This class is mainly used by dataObject. If this object is locked for writing (lockWrite), it can not be used for reading nor writing until the writer released the protection with (unlock). On the other hand, the object can multiply be locked for reading if no write-operation is executed at the same time.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends