Provide a read lock on an ibis::part. More...
#include <part.h>
Public Member Functions | |
readLock (const part *tbl, const char *m) | |
Provide a read lock on an ibis::part.
Routines need read access to ibis::part class should use this class instead directly calling ibis::part::gainReadAccess so that in case of exceptions, the release command would be always called.