#include "LogManager.h"#include "ThreadSafeObject.h"Include dependency graph for AutoLocker.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | random_utils |
Classes | |
| class | random_utils::AutoLocker |
| Automatically locks a ThreadSafeObject for the life time of this object. More... | |
Defines | |
| #define | RU_SYNCHRONIZE_THIS random_utils::AutoLocker ru_auto_locker_object(this); |
| #define | RU_SYNCHRONIZE(p_someObject) random_utils::AutoLocker ru_auto_locker_object(p_someObject); |
| #define RU_SYNCHRONIZE | ( | p_someObject | ) | random_utils::AutoLocker ru_auto_locker_object(p_someObject); |
Definition at line 34 of file AutoLocker.h.
| #define RU_SYNCHRONIZE_THIS random_utils::AutoLocker ru_auto_locker_object(this); |
Definition at line 32 of file AutoLocker.h.
1.5.1