A guard pattern on StripedUnorderedContainerImpl_LockElement, to release on exception, for a lock element locked as read.

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

class StripedUnorderedContainerImpl_LockElementReadGuard;

Member Functions

Name

Description

StripedUnorderedContainerImpl_LockElementReadGuard [constructor]

Create a guard object StripedUnorderedContainerImpl_LockElementReadGuard for the specified lockElementPtr bdlcc::StripedUnorderedContainerImpl_LockElement object.

~StripedUnorderedContainerImpl_LockElementReadGuard [destructor]

Release the guarded object

release

Release the guarded object

Created with MrDocs