strusBase  0.17
Namespaces | Functions
env.hpp File Reference
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 strus
 Wrapper to structures needed for atomic counters.
 

Functions

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...