MIRA
|
Functions for platform independent resolving of environment variables. More...
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... | |
Functions for platform independent resolving of environment variables.