|
ARC SDK
|
Class to provide automatic locking/unlocking of environment on creation/destruction. More...
#include <arc/Utils.h>
Public Member Functions | |
| EnvLockWrapper (bool all=false) | |
| Create a new environment lock for using setenv/getenv. More... | |
| ~EnvLockWrapper (void) | |
| Release environment lock. More... | |
Class to provide automatic locking/unlocking of environment on creation/destruction.
For use with external libraries using unprotected setenv/getenv in a multi-threaded environment.
1.8.3.1-20130209