OmniSciDB
a5dc49c757
|
#include <Logger.h>
Public Member Functions | |
LocalIdsScopeGuard (ThreadLocalIds const prev_local_ids, ThreadLocalIds const thread_local_ids) | |
LocalIdsScopeGuard (LocalIdsScopeGuard &&rhs) | |
LocalIdsScopeGuard & | operator= (LocalIdsScopeGuard &&rhs) |
~LocalIdsScopeGuard () | |
Private Member Functions | |
LocalIdsScopeGuard (LocalIdsScopeGuard const &)=default | |
LocalIdsScopeGuard & | operator= (LocalIdsScopeGuard const &)=default |
Private Attributes | |
ThreadLocalIds | prev_local_ids_ |
ThreadLocalIds | thread_local_ids_ |
bool | enabled_ |
|
privatedefault |
|
inline |
Definition at line 167 of file Logger.h.
|
inline |
logger::LocalIdsScopeGuard::~LocalIdsScopeGuard | ( | ) |
Definition at line 544 of file Logger.cpp.
References CHECK_EQ, enabled_, logger::anonymous_namespace{Logger.cpp}::g_thread_local_ids(), prev_local_ids_, logger::ThreadLocalIds::request_id_, logger::ThreadLocalIds::thread_id_, and thread_local_ids_.
|
privatedefault |
|
inline |
|
private |
Definition at line 158 of file Logger.h.
Referenced by LocalIdsScopeGuard(), operator=(), and ~LocalIdsScopeGuard().
|
private |
Definition at line 153 of file Logger.h.
Referenced by ~LocalIdsScopeGuard().
|
private |
Definition at line 156 of file Logger.h.
Referenced by ~LocalIdsScopeGuard().