DDS  ver. 3.5.3.8.g5fe284b
Public Member Functions | List of all members
MiscCommon::auto_setenv Class Reference

A helper class. Helps to automatically track environment variables. More...

#include <MiscUtils.h>

Public Member Functions

 auto_setenv ()
 
 auto_setenv (const std::string &_VarName, const std::string &_NewValue)
 
 ~auto_setenv ()
 
void set (const std::string &_VarName, const std::string &_NewValue)
 
void unset ()
 

Detailed Description

A helper class. Helps to automatically track environment variables.

Constructor & Destructor Documentation

◆ auto_setenv() [1/2]

MiscCommon::auto_setenv::auto_setenv ( )
inline

◆ auto_setenv() [2/2]

MiscCommon::auto_setenv::auto_setenv ( const std::string &  _VarName,
const std::string &  _NewValue 
)
inline

◆ ~auto_setenv()

MiscCommon::auto_setenv::~auto_setenv ( )
inline

Member Function Documentation

◆ set()

void MiscCommon::auto_setenv::set ( const std::string &  _VarName,
const std::string &  _NewValue 
)
inline

◆ unset()

void MiscCommon::auto_setenv::unset ( )
inline

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