Quick Links:

bal | bbl | bdl | bsl

Public Member Functions

bdlcc::StripedUnorderedContainerImpl_LockElementReadGuard Class Reference

#include <bdlcc_stripedunorderedcontainerimpl.h>

List of all members.

Public Member Functions

 StripedUnorderedContainerImpl_LockElementReadGuard (StripedUnorderedContainerImpl_LockElement *lockElementPtr)
 ~StripedUnorderedContainerImpl_LockElementReadGuard ()
void release ()

Detailed Description

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

See Component bdlcc_stripedunorderedcontainerimpl


Constructor & Destructor Documentation

bdlcc::StripedUnorderedContainerImpl_LockElementReadGuard::StripedUnorderedContainerImpl_LockElementReadGuard ( StripedUnorderedContainerImpl_LockElement lockElementPtr  )  [explicit]

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

bdlcc::StripedUnorderedContainerImpl_LockElementReadGuard::~StripedUnorderedContainerImpl_LockElementReadGuard (  ) 

Release the guarded object


Member Function Documentation

void bdlcc::StripedUnorderedContainerImpl_LockElementReadGuard::release (  ) 

Release the guarded object


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