|
inlib
1.2.0
|


Go to the source code of this file.
Classes | |
| class | inlib::sort::item< T > |
Namespaces | |
| namespace | inlib |
manipulations that induces other includes : /////////// | |
| namespace | inlib::sort |
Defines | |
| #define | inlib_sort |
Typedefs | |
| typedef int(* | inlib_sort_func_t )(const void *, const void *) |
Functions | |
| int | inlib::sort::strlen_greater (char **a1, char **a2) |
| int | inlib::sort::strlen_lesser (char **a1, char **a2) |
| void | inlib::sort::strlen (std::vector< std::string > &a_text, bool a_increasing=true) |
| template<class T > | |
| void | inlib::sort::sort (std::vector< T > &a_vec, bool a_increasing=true) |
| typedef int(* inlib_sort_func_t)(const void *, const void *) |
1.7.5.1