#include "config.h"#include "stringutil.h"#include <cctype>#include <sstream>#include <cstdio>Functions | |
| string | lowercase (const string &s) |
| string | toString (bool b) |
| string | toString (int n) |
| string | toString (unsigned n) |
| string | toString (double n) |
| double | toDouble (const string &s) |
| bool | toBool (const std::string &s) |
| unsigned long | toUnsignedLong (const std::string &s) |
| int | toPosInt (const std::string &s) |
| unsigned | toUnsigned (const std::string &s) |
| void | splitString (const std::string &s, char delim, std::vector< std::string > &v) |
| std::string | stripTrailingWS (const std::string &s) |
| std::string | stripLeadingWS (const std::string &s) |
| std::string | stripLineComment (const std::string &s, char delim) |
| std::string | stripApostrophe (const std::string &s) |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6