#include <DBService.h>
Public Member Functions | |
ISessionProxyPtr (std::unique_ptr< coral::ISessionProxy > iProxy, std::unique_lock< std::mutex > iLock) | |
coral::ISessionProxy * | operator-> () |
Private Attributes | |
std::unique_lock< std::mutex > | m_lock |
std::unique_ptr< coral::ISessionProxy > | m_proxy |
Definition at line 16 of file DBService.h.
|
inline |
Definition at line 18 of file DBService.h.
|
inline |
Definition at line 23 of file DBService.h.
References m_proxy.
|
private |
Definition at line 27 of file DBService.h.
|
private |
Definition at line 28 of file DBService.h.
Referenced by operator->().