#include <Lockable.hh>
Public Member Functions | |
LockableValue (const LockableObject *parent) | |
LockableValue & | operator= (const T &val) |
const T & | value () const |
Definition at line 52 of file Lockable.hh.
ForIA::LockableValue< T >::LockableValue | ( | const LockableObject * | parent ) | [inline] |
Definition at line 56 of file Lockable.hh.
LockableValue& ForIA::LockableValue< T >::operator= | ( | const T & | val ) | [inline] |
Definition at line 58 of file Lockable.hh.
const T& ForIA::LockableValue< T >::value | ( | ) | const [inline] |
Definition at line 65 of file Lockable.hh.