#include <tjthread.h>
Inheritance diagram for MutexManaged< T >:


Public Member Functions | |
| MutexManaged () | |
| LockProxy< T > | operator-> () |
| const T * | operator-> () const |
| void | set (const T &source) |
| void | get (T &destination) const |
Definition at line 131 of file tjthread.h.
| MutexManaged< T >::MutexManaged | ( | ) | [inline] |
Empty resource manager.
Definition at line 138 of file tjthread.h.
| LockProxy<T> MutexManaged< T >::operator-> | ( | ) | [inline] |
Pointer-like access to member functions.
Definition at line 143 of file tjthread.h.
| const T* MutexManaged< T >::operator-> | ( | ) | const [inline] |
Pointer-like access to member functions.
Definition at line 148 of file tjthread.h.
| void MutexManaged< T >::set | ( | const T & | source | ) | [inline] |
Makes resource become a copy of 'source'.
Definition at line 153 of file tjthread.h.
| void MutexManaged< T >::get | ( | T & | destination | ) | const [inline] |
Copies resource to 'destination'.
Definition at line 158 of file tjthread.h.
1.5.1