ARC SDK
Public Member Functions
Arc::EnvLockWrapper Class Reference

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...
 

Detailed Description

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.


The documentation for this class was generated from the following file: