7 #ifndef PXR_BASE_TF_GETENV_H
8 #define PXR_BASE_TF_GETENV_H
30 std::string
TfGetenv(
const std::string& envName,
31 const std::string& defaultValue =
"");
41 int TfGetenvInt(
const std::string& envName,
int defaultValue);
51 bool TfGetenvBool(
const std::string&,
bool defaultValue);
62 double TfGetenvDouble(
const std::string& envName,
double defaultValue);
TF_API double TfGetenvDouble(const std::string &envName, double defaultValue)
TF_API std::string TfGetenv(const std::string &envName, const std::string &defaultValue="")
TF_API bool TfGetenvBool(const std::string &, bool defaultValue)
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
#define PXR_NAMESPACE_CLOSE_SCOPE
TF_API int TfGetenvInt(const std::string &envName, int defaultValue)