|
inlib
1.2.0
|


Go to the source code of this file.
Namespaces | |
| namespace | inlib |
manipulations that induces other includes : /////////// | |
Defines | |
| #define | inlib_system |
Functions | |
| bool | inlib::isenv (const std::string &a_string) |
| bool | inlib::getenv (const std::string &a_string, std::string &a_value) |
| template<class T > | |
| bool | inlib::get_env (const std::string &a_string, T &a_v) |
| bool | inlib::get_env_bool (const std::string &a_string, bool &a_v) |
| bool | inlib::putenv (const std::string &a_env, const std::string &a_value) |
| bool | inlib::rmenv (const std::string &a_env) |
| bool | inlib::check_getenv (std::ostream &a_out, const std::string &a_new, const std::string &a_old, std::string &a_env) |
| int | inlib::execute (const std::string &a_string) |
| bool | inlib::env_append (const std::string &a_list, const std::string &a_value, const std::string &a_sep) |
| bool | inlib::env_path_append (const std::string &a_paths, const std::string &a_path) |
| bool | inlib::expand_vars (std::string &a_string) |
| bool | inlib::file_name (const std::string &a_path, std::string &a_name) |
| std::string | inlib::plugin_prefix () |
| std::string | inlib::plugin_suffix () |
| std::string | inlib::plugin_name (const std::string &a_name) |
| std::string | inlib::so_name (const std::string &a_name) |
1.7.5.1