OmniSciDB
c1a53651b2
|
#include <LockMgrImpl.h>
Public Member Functions | |
T | operator() () const final |
![]() | |
virtual | ~AbstractLockContainer () |
Protected Member Functions | |
LockContainerImpl (T obj, LOCK &&lock) | |
Protected Attributes | |
T | obj_ |
LOCK | lock_ |
Definition at line 152 of file LockMgrImpl.h.
|
inlineprotected |
Definition at line 157 of file LockMgrImpl.h.
|
inlinefinalvirtual |
|
protected |
Definition at line 160 of file LockMgrImpl.h.
|
protected |
Definition at line 159 of file LockMgrImpl.h.
Referenced by lockmgr::LockContainerImpl< const TableDescriptor *, ReadLock >::operator()().