HDK
|
Go to the source code of this file.
Functions | |
MATERIALX_NAMESPACE_BEGIN MX_FORMAT_API string | getEnviron (const string &name) |
Return the value of an environment variable by name. More... | |
MX_FORMAT_API bool | setEnviron (const string &name, const string &value) |
Set an environment variable to a specified value. More... | |
MX_FORMAT_API bool | removeEnviron (const string &name) |
Remove an environment variable by name. More... | |
Cross-platform environment variable functionality
Definition in file Environ.h.
MATERIALX_NAMESPACE_BEGIN MX_FORMAT_API string getEnviron | ( | const string & | name | ) |
Return the value of an environment variable by name.
MX_FORMAT_API bool removeEnviron | ( | const string & | name | ) |
Remove an environment variable by name.
MX_FORMAT_API bool setEnviron | ( | const string & | name, |
const string & | value | ||
) |
Set an environment variable to a specified value.