|
LogCabin
|
Functions | |
| void | ltrim (string &s) |
| Remove leading whitespace. | |
| void | rtrim (string &s) |
| Remove trailing whitespace. | |
| void | trim (string &s) |
| Remove leading and trailing whitespace. | |
| string | demangle (const string &name) |
| Demangle a C++ type name. | |
Variables | |
| static const char | whitespace [] |
| The set of whitespace characters. | |
| void LogCabin::Core::anonymous_namespace{Config.cc}::ltrim | ( | string & | s | ) |
| void LogCabin::Core::anonymous_namespace{Config.cc}::rtrim | ( | string & | s | ) |
| void LogCabin::Core::anonymous_namespace{Config.cc}::trim | ( | string & | s | ) |
| string LogCabin::Core::anonymous_namespace{Config.cc}::demangle | ( | const string & | name | ) |
const char LogCabin::Core::anonymous_namespace{Config.cc}::whitespace[] [static] |
1.7.6.1