Exiv2::ScopedWriteLock Class Reference

Class to provide a ScopedWriteLock. The lock is applied by the constructor and released by the destructor. More...

#include <rwlock.hpp>

Public Member Functions

 ScopedWriteLock (RWLock &rwlock)
 constructor - locks the object
 
 ~ScopedWriteLock ()
 destructor - unlocks the object used in constructor
 

Detailed Description

Class to provide a ScopedWriteLock. The lock is applied by the constructor and released by the destructor.


The documentation for this class was generated from the following file: