RSC  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

namespace  rsc
namespace  rsc::config

Functions

path rsc::config::systemConfigDirectory ()
 Return the directory in which system-wide configuration files are located.
path rsc::config::prefixConfigDirectory (const path &prefix)
path rsc::config::userHomeDirectory ()
 Return the home directory of the user associated with the current process.
path rsc::config::userConfigDirectory ()
 Return the canonical directory for configuration files of the user associated with the current process.
string rsc::config::transformName (const string &name, const string &prefix, const bool &stripPrefix)