HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
env.h File Reference
#include "pxr/pxr.h"
#include "pxr/base/arch/api.h"
#include <string>
+ 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 ()