Wrapper for DObject with thread-safe access. More...
#include <LockableDObject.h>
Public Member Functions | |
| LockableDObject ()=default | |
| Default constructor. | |
| DObject & | get () |
| Access the underlying DObject. | |
| void | lock () |
| Locks the mutex to ensure thread-safe access. | |
| void | unlock () |
| Unlocks the mutex after thread-safe access. | |
Wrapper for DObject with thread-safe access.
| DObject & LockableDObject::get | ( | ) |