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

RWTLockGuardBase<Resource>

Module:  Threads   Package:  Synchronization


RWTLockGuardBase<Resource> RWTGuardBase<Resource>

Local Index

Members

Header File

#include <rw/sync/RWTLockGuardBase.h> 

Description

RWTLockGuardBase<Resource> is intended as a base class for guard classes that acquire their resource upon creation and release it 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 acquire a mutex upon creation and release it when destructed. The class used as the actual template parameter for Resource must be one that provides acquire and release methods, such as the synchronization classes provided in this module.

Public Typedef

typedef Resource     ResourceType;

Public Destructor

~RWTLockGuardBase();

Protected Constructor

RWTLockGuardBase(Resource& resource);

Private Constructor

RWTLockGuardBase(const RWTLockGuardBase<Resource>& second);

Private Member Operator

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

See Also

RWTLockGuard, RWTTryLockGuard, RWTUnlockGuard



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.