|
inlib
1.2.0
|
#include <vector>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | inlib |
manipulations that induces other includes : /////////// | |
Defines | |
| #define | inlib_strip |
Enumerations | |
| enum | inlib::what { inlib::leading, inlib::trailing, inlib::both } |
Functions | |
| void | inlib::strip (std::string &a_string, what a_type=both, char a_char= ' ') |
| std::string | inlib::strp (const std::string &a_string, what a_type=both, char a_char= ' ') |
| void | inlib::strip (std::vector< std::string > &a_strings, what a_type=both, char a_char= ' ') |
1.7.5.1