#include <Mutexed.hpp>
Public Member Functions | |
| Mutexed () | |
| Mutexed (const T &value) | |
| void | set (const T &value) |
| T | get () |
Wrapper around a mutex-protected object.
|
inline |
Default constructor.
|
inline |
Construct and set the mutexed object.
|
inline |
Set the object.
|
inline |
Retrieve (a copy of) the object by value.