![]() |
QxOrm 1.4.9
C++ Object Relational Mapping library
|
#include "fast_mutex.h"Go to the source code of this file.
Classes | |
| class | qx::memory::object_level_lock< _Host > |
| class | qx::memory::object_level_lock< _Host >::lock |
Namespaces | |
| namespace | qx |
| Root namespace for all QxOrm library features. | |
| namespace | qx::memory |
| QxOrm library memory leak detection (by Wu Yongwei) | |
In essence Loki ObjectLevelLockable re-engineered to use a fast_mutex class. Check also Andrei Alexandrescu's article "Multithreading and the C++ Type System" for the ideas behind.
Definition in file object_level_lock.h.