|
inlib
1.2.0
|


Go to the source code of this file.
Namespaces | |
| namespace | inlib |
manipulations that induces other includes : /////////// | |
Defines | |
| #define | inlib_mparam |
Functions | |
| bool | inlib::mparam_bool (bool a_from_env, const inlib::args &a_args, const std::string &a_prefix, const std::string &a_name, const bool &a_def, bool &a_value) |
| bool | inlib::mparam (bool a_from_env, const inlib::args &a_args, const std::string &a_prefix, const std::string &a_name, const std::string &a_def, std::string &a_value) |
| template<class T > | |
| bool | inlib::mparam (bool a_from_env, const inlib::args &a_args, const std::string &a_prefix, const std::string &a_name, const T &a_def, T &a_value) |
1.7.5.1