|
HDK
|
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) |
Functions for accessing environment variables.
Definition in file getenv.h.