#include "CeylanUtils.h"#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | Ceylan |
This part of the Ceylan namespace gathers some convenient string manipulation facilities to be widely used. | |
| namespace | Ceylan::System |
General system calls and properties. | |
Functions | |
| CEYLAN_DLL bool | Ceylan::System::isEnvironmentVariableSet (const std::string &variableName) |
| Returns whether the specified environment variable is set. | |
| CEYLAN_DLL const std::string | Ceylan::System::getEnvironmentVariable (const std::string &variableName) |
| Returns the value of specified environment variable. | |
| CEYLAN_DLL void | Ceylan::System::setEnvironmentVariable (const std::string &variableName, const std::string &variableValue) |
| Sets specified environment variable to the specified value. | |
| CEYLAN_DLL void | Ceylan::System::unsetEnvironmentVariable (const std::string &variableName) |
| Unsets specified environment variable. | |
1.6.3