#include <Property.h>
Public Member Functions | |
| ScopedLock (const as_accessors &na) | |
| ~ScopedLock () | |
| bool | obtained () const |
| Return true if the lock was obtained. | |
| gnash::as_accessors::ScopedLock::ScopedLock | ( | const as_accessors & | na | ) | [inline] |
| gnash::as_accessors::ScopedLock::~ScopedLock | ( | ) | [inline] |
| bool gnash::as_accessors::ScopedLock::obtained | ( | ) | const [inline] |
Return true if the lock was obtained.
If false is returned, we're being called recursively, which means we should set the underlyingValue instead of calling the setter (for SWF6, again).
1.5.4