|
Functions | |
| std::string | GrAL::get_non_empty_line (std::istream &in, std::string line_end_chars="\n") |
Get the first non-empty line from stream in
A line is considered empty if all characters before occurence of a character in | |
| bool | GrAL::is_whitespace_only (std::string const &s) |
Test if s consist of white space only. | |
| std::string | GrAL::commandline (int argc, char *argv[]) |
| std::string GrAL::commandline | ( | int | argc, | |
| char * | argv[] | |||
| ) | [inline] |
brief Convert command line args to a string
Definition at line 52 of file string-utils.h.
References GrAL::sequence::concat().
1.5.8