#include "pxr/arch/pxr.h"
#include "pxr/arch/api.h"
#include <string>
Go to the source code of this file.
|
| bool | pxr::ArchHasEnv (const std::string &name) |
| | Architecture dependent access to environment variables.
|
| std::string | pxr::ArchGetEnv (const std::string &name) |
| | Gets a value from the current environment identified by name.
|
| bool | pxr::ArchSetEnv (const std::string &name, const std::string &value, bool overwrite) |
| | Creates or modifies an environment variable.
|
| bool | pxr::ArchRemoveEnv (const std::string &name) |
| | Removes an environment variable.
|
| std::string | pxr::ArchExpandEnvironmentVariables (const std::string &str) |
| | Expands environment variables in str.
|
| char ** | pxr::ArchEnviron () |
| | Return an array of the environment variables.
|