Pixar Arch
Loading...
Searching...
No Matches
env.h File Reference
#include "./api.h"
#include <string>

Go to the source code of this file.

Namespaces

namespace  pxr
 

Functions

ARCH_API bool pxr::ArchHasEnv (const std::string &name)
 Architecture dependent access to environment variables.
 
ARCH_API std::string pxr::ArchGetEnv (const std::string &name)
 Gets a value from the current environment identified by name.
 
ARCH_API bool pxr::ArchSetEnv (const std::string &name, const std::string &value, bool overwrite)
 Creates or modifies an environment variable.
 
ARCH_API bool pxr::ArchRemoveEnv (const std::string &name)
 Removes an environment variable.
 
ARCH_API std::string pxr::ArchExpandEnvironmentVariables (const std::string &str)
 Expands environment variables in str.
 
ARCH_API char ** pxr::ArchEnviron ()
 Return an array of the environment variables.