HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
getenv.h File Reference
#include "pxr/pxr.h"
#include "pxr/base/tf/api.h"
#include <string>
+ Include dependency graph for getenv.h:

Go to the source code of this file.

Functions

TF_API std::string TfGetenv (const std::string &envName, const std::string &defaultValue="")
 
TF_API int TfGetenvInt (const std::string &envName, int defaultValue)
 
TF_API bool TfGetenvBool (const std::string &, bool defaultValue)
 
TF_API double TfGetenvDouble (const std::string &envName, double defaultValue)
 

Detailed Description

Functions for accessing environment variables.

Definition in file getenv.h.