|
inlib
1.2.0
|


Go to the source code of this file.
Classes | |
| class | inlib::args |
Namespaces | |
| namespace | inlib |
manipulations that induces other includes : /////////// | |
Defines | |
| #define | inlib_args |
Functions | |
| bool | inlib::check_args (const std::vector< std::string > &a_args, unsigned int a_number, std::ostream &a_out) |
| bool | inlib::check_min (const std::vector< std::string > &a_args, unsigned int a_number, std::string &a_last, std::ostream &a_out) |
| bool | inlib::check_min_args (const std::vector< std::string > &aArgs, unsigned int a_number, std::ostream &a_out) |
| bool | inlib::check_or_args (const std::vector< std::string > &aArgs, unsigned int a_1, unsigned int a_2, std::ostream &a_out) |
| template<class T > | |
| bool | inlib::to (std::ostream &a_out, const std::string &a_string, T &a_value) |
| bool | inlib::to (std::ostream &a_out, const std::string &a_string, bool &a_value) |
| std::string | inlib::gui_toolkit (args &a_args, bool a_rm_in_args) |
| void | inlib::window_size_from_args (const args &a_args, unsigned int &a_ww, unsigned int &a_wh) |
1.7.5.1