struct CCL::Threading::AutoTryLock

#include <ilockable.h>

struct AutoTryLock
{
    // construction

    AutoTryLock (ILockable* lockable, int access = ILockable::kExclusive);
    AutoTryLock (const ILockProvider& provider, int access = ILockable::kExclusive);

    // methods

    bool isLocked () const;
};