CeylanEnvironmentVariables.h File Reference

#include "CeylanUtils.h"
#include <string>
Include dependency graph for CeylanEnvironmentVariables.h:
This graph shows which files directly or indirectly include this file:

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.
Generated on Mon Nov 29 13:38:38 2010 for Ceylan by  doxygen 1.6.3