Environment

Interface to get environment information.
The encoding is UTF-8.

File information

Filecommon/interface/environment.h

Classes Environment

Classes

Environment

class Environment {
public:
    static char * GetEnv(const char * name);
};

Public functions

GetEnv (static function)
The function is used to get the environment variable value with the given name.

Parameters

const char * nameTo environment variable name

Return value

A char buffer holding the value. The buffer must be freed by the caller.