#include <Lockable.hh>
Public Member Functions | |
LockableObject () | |
bool | isLocked () const |
void | throwIfLocked () const |
Protected Member Functions | |
string | name () const |
Friends | |
class | LockableCreator |
Definition at line 22 of file Lockable.hh.
ForIA::LockableObject::LockableObject | ( | ) | [inline] |
Definition at line 26 of file Lockable.hh.
bool ForIA::LockableObject::isLocked | ( | ) | const [inline] |
Definition at line 28 of file Lockable.hh.
string ForIA::LockableObject::name | ( | ) | const [inline, protected] |
Definition at line 37 of file Lockable.hh.
void ForIA::LockableObject::throwIfLocked | ( | ) | const [inline] |
Definition at line 30 of file Lockable.hh.
friend class LockableCreator [friend] |
Definition at line 41 of file Lockable.hh.