|
GDAL
|
Object to hold a lock. More...
#include <cpl_multiproc.h>
Public Member Functions | |
| CPLLockHolder (CPLLock **phSpin, CPLLockType eType, const char *pszFile=__FILE__, int nLine=__LINE__) | |
| Instantiates the lock if not already done. More... | |
| CPLLockHolder (CPLLock *hSpin, const char *pszFile=__FILE__, int nLine=__LINE__) | |
| This variant assumes the lock has already been created. More... | |
Object to hold a lock.
| CPLLockHolder::CPLLockHolder | ( | CPLLock ** | phSpin, |
| CPLLockType | eType, | ||
| const char * | pszFile = __FILE__, |
||
| int | nLine = __LINE__ |
||
| ) |
Instantiates the lock if not already done.
|
explicit |
This variant assumes the lock has already been created.
If not, it will be a no-op
1.8.13.