Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Threads Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWTWriteUnlockGuard<Resource>

Module:  Threads   Package:  Synchronization


RWTWriteUnlockGuard<Resource> RWTWriteGuardBase<Resource>

Local Index

Members

Header File

#include <rw/sync/RWTWriteUnlockGuard.h> 

Description

RWTWriteUnlockGuard<Resource> is a guard class that releases its resource upon creation and acquires write access on its resource upon destruction. Guard objects work in conjunction with block statements in such a way as to establish an appropriate state upon creation, maintain that state for the duration of the block, and restore the original state upon destruction. For example, a guard may release write access on a mutex upon creation and reacquire write access on that mutex when destructed. The class used as the actual template parameter for Resource must be one that provides acquireWrite and release methods such as the synchronization classes provided in this module.

Example

Public Typedef

typedef Resource     ResourceType;

Public Constructor

RWTWriteUnlockGuard(Resource& resource);

Public Destructor

~RWTWriteUnlockGuard();

Private Constructor

RWTWriteUnlockGuard(const RWTWriteUnlockGuard<Resource>&
                   second);

Private Member Operator

RWTWriteUnlockGuard<Resource>&
operator=(const RWTWriteUnlockGuard<Resource>& second);

See Also

RWTWriteLockGuard<Resource>, RWTTryWriteLockGuard<Resource>



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.