Pylon::AutoLock#
#include <pylon/TypeMappings.h>
Detailed Description#
A scoped lock class to acquire and release a CLock upon creation and destruction.
See: CLock
Use this class to created scoped lock. To acquire the lock just create a CAutoLock object. When the object will be destroyed it will automatically release the lock.