|
g4tools
5.4.0
|
#include <vector>#include <string>

Go to the source code of this file.
Namespaces | |
| tools | |
| inlined C code : /////////////////////////////////// | |
Macros | |
| #define | tools_strip |
Enumerations | |
| enum | tools::what { tools::leading, tools::trailing, tools::both } |
Functions | |
| bool | tools::strip (std::string &a_string, what a_type=both, char a_char=' ') |
| bool | tools::strip (std::vector< std::string > &a_strings, what a_type=both, char a_char=' ') |