|
Thrill
0.1
|
#include <tlx/string/expand_environment_variables.hpp>#include <cctype>#include <cstdlib>#include <cstring>
Include dependency graph for expand_environment_variables.cpp:Go to the source code of this file.
Namespaces | |
| tlx | |
Functions | |
| std::string & | expand_environment_variables (std::string *s) |
| Expand substrings $ABC_123 and ${ABC_123} into the corresponding environment variables. More... | |
| std::string | expand_environment_variables (const std::string &s) |
| Expand substrings $ABC_123 and ${ABC_123} into the corresponding environment variables. More... | |
| std::string | expand_environment_variables (const char *s) |
| Expand substrings $ABC_123 and ${ABC_123} into the corresponding environment variables. More... | |