OmniSciDB
a5dc49c757
|
#include <LockMgrImpl.h>
Public Member Functions | |
T | operator() () const final |
Public Member Functions inherited from lockmgr::AbstractLockContainer< T > | |
virtual | ~AbstractLockContainer () |
Protected Member Functions | |
LockContainerImpl (T obj, LOCK &&lock) | |
Protected Attributes | |
T | obj_ |
LOCK | lock_ |
Definition at line 100 of file LockMgrImpl.h.
|
inlineprotected |
Definition at line 105 of file LockMgrImpl.h.
|
inlinefinalvirtual |
|
protected |
Definition at line 108 of file LockMgrImpl.h.
|
protected |
Definition at line 107 of file LockMgrImpl.h.
Referenced by lockmgr::LockContainerImpl< const TableDescriptor *, ReadLock >::operator()().