|
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 | |
| std::string | resolveEnvironmentVariable (const std::string &envVar) |
| Resolves an environmental variable. More... | |
| 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.
1.8.14