Mutex wrapper used when multi-threading is disabled. More...
#include <easylogging++.h>
Public Member Functions | |
void | lock (void) |
NoMutex (void) | |
bool | try_lock (void) |
void | unlock (void) |
Additional Inherited Members | |
Private Member Functions inherited from el::base::NoCopy | |
NoCopy (void) | |
Mutex wrapper used when multi-threading is disabled.
Definition at line 970 of file easylogging++.h.
|
inline |
Definition at line 972 of file easylogging++.h.
Definition at line 973 of file easylogging++.h.
|
inline |
Definition at line 974 of file easylogging++.h.
Definition at line 977 of file easylogging++.h.