#include <string>
#include <vector>
Go to the source code of this file.
|
| strus |
| Wrapper to structures needed for atomic counters.
|
|
|
int | strus::getenv (const std::string &var, std::string &output) |
| Read an environment variable value as string. More...
|
|
int | strus::getenv_list (const std::string &var, char sep, std::vector< std::string > &output) |
| Read an environment variable value as array of strings, separated by a separator character. More...
|
|
char | strus::separatorPathList () |
| Separator character used for separating file paths in environment variables. More...
|
|