#include <ThreadSafeObject.h>
Public Member Functions | |
| ThreadSafeObject (const _TYPE &rhs) | |
| void | operator= (const _TYPE &value) |
| operator _TYPE () const | |
Wraps an object in a thread-safe interface.
|
inline |
Implicit conversion to underlying type.
|
inline |
Assigns a new value to the object under lock.
| value | the new value to set the object instance to |