|
ProteoWizard
|
Functions | |
| template<typename T > | |
| T | get (const char *name, const T &defaultValue) |
| template<typename T > | |
| T | get (const std::string &name, const T &defaultValue) |
| std::string | get (const std::string &name) |
| explicit single-argument overload | |
| T pwiz::util::env::get | ( | const char * | name, |
| const T & | defaultValue | ||
| ) |
Definition at line 34 of file Environment.hpp.
References defaultValue(), boost::lexical_cast(), and pwiz::msdata::id::value().
| T pwiz::util::env::get | ( | const std::string & | name, |
| const T & | defaultValue | ||
| ) |
Definition at line 48 of file Environment.hpp.
References defaultValue().
|
inline |
explicit single-argument overload
Definition at line 58 of file Environment.hpp.
1.8.1.1