Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWTReadLockGuardBase<Resource>


RWTReadLockGuardBase<Resource> RWTReadGuardBase<Resource>

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

None

Package

Synchronization

Header File

#include <rw/sync/RWTReadLockGuardBase.h> 

Description

RWTReadLockGuardBase<Resource> is intended as a base class for guard classes that acquire read access on a 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 read access on a mutex upon creation and release it when destructed. The class used as the actual template parameter for Resource must be one that provides acquireRead and release methods, such as the synchronization classes provided by the library.

Public Destructor

~RWTReadLockGuardBase(void);

Protected Constructors

RWTReadLockGuardBase(Resource& resource);
RWTReadLockGuardBase(const 
RWTReadLockGuardBase<Resource>& second);

See Also

RWTReadLockGuard<Resource>, RWTTryReadLockGuard<Resource>, RWTReadUnlockGuard<Resource>



Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.