A write lock on a query object. More...
#include <query.h>
Public Member Functions | |
writeLock (const query *q, const char *m) | |
A write lock on a query object.
To take advantage of the automatic clean up feature guaranteed by the C++ language, use this lock as an automatic variable with a limited scope to ensure the release of lock.