|
HDK
|
Include dependency graph for env.h:Go to the source code of this file.
Functions | |
| PXR_NAMESPACE_OPEN_SCOPE ARCH_API bool | ArchHasEnv (const std::string &name) |
| ARCH_API std::string | ArchGetEnv (const std::string &name) |
| ARCH_API bool | ArchSetEnv (const std::string &name, const std::string &value, bool overwrite) |
| ARCH_API bool | ArchRemoveEnv (const std::string &name) |
| ARCH_API std::string | ArchExpandEnvironmentVariables (const std::string &str) |
| ARCH_API char ** | ArchEnviron () |