RSC  0.17.1
Environment.cpp File Reference
#include "Environment.h"
#include <algorithm>
#include <iterator>
#include <boost/algorithm/string.hpp>
#include <boost/program_options.hpp>
#include <boost/program_options/environment_iterator.hpp>
#include <rsc/runtime/ContainerIO.h>
Include dependency graph for Environment.cpp:

Go to the source code of this file.

Namespaces

 rsc
 
 rsc::config
 

Functions

path rsc::config::systemConfigDirectory ()
 Return the directory in which system-wide configuration files are located. More...
 
path rsc::config::prefixConfigDirectory (const path &prefix)
 
path rsc::config::userHomeDirectory ()
 Return the home directory of the user associated with the current process. More...
 
path rsc::config::userConfigDirectory ()
 Return the canonical directory for configuration files of the user associated with the current process. More...
 
boost::shared_ptr< std::string > rsc::config::getEnvironmentVariable (const std::string &name)
 Return the value of the environment value name or an empty pointer. More...
 
string rsc::config::transformName (const string &name, const string &prefix, const bool &stripPrefix)