MIRA
Namespaces | Functions
Environment.h File Reference

Functions for platform independent resolving of environment variables. More...

#include <string>
#include <platform/Types.h>
Include dependency graph for Environment.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Functions

MIRA_BASE_EXPORT std::string resolveEnvironmentVariable (const std::string &envVar)
 Resolves an environmental variable. More...
 
MIRA_BASE_EXPORT std::string resolveEnvironmentVariables (std::string envStr, bool ignoreErrors=true)
 Resolves all environmental variables in a string: It replaces $VARIABLE ${VARIABLE} VARIABLE% by the content of the environment variable VARIABLE. More...
 

Detailed Description

Functions for platform independent resolving of environment variables.

Author
Tim Langner
Date
2011/02/21