|
Apache log4cxx
Version 0.10.0
|
String manipulation routines. More...
Static Public Member Functions | |
| static LogString | trim (const LogString &s) |
| static bool | startsWith (const LogString &s, const LogString &suffix) |
| static bool | endsWith (const LogString &s, const LogString &suffix) |
| static bool | equalsIgnoreCase (const LogString &s1, const logchar *upper, const logchar *lower) |
| static bool | equalsIgnoreCase (const LogString &s1, const LogString &upper, const LogString &lower) |
| static int | toInt (const LogString &s) |
| static log4cxx_int64_t | toInt64 (const LogString &s) |
| static void | toString (int i, log4cxx::helpers::Pool &pool, LogString &dst) |
| static void | toString (log4cxx_int64_t i, log4cxx::helpers::Pool &pool, LogString &dst) |
| static void | toString (size_t i, log4cxx::helpers::Pool &pool, LogString &dst) |
| static void | toString (bool val, LogString &dst) |
| static LogString | toLowerCase (const LogString &s) |
| static LogString | format (const LogString &pattern, const std::vector< LogString > ¶ms) |
String manipulation routines.
| static bool equalsIgnoreCase | ( | const LogString & | s1, |
| const logchar * | upper, | ||
| const logchar * | lower | ||
| ) | [static] |
| static bool equalsIgnoreCase | ( | const LogString & | s1, |
| const LogString & | upper, | ||
| const LogString & | lower | ||
| ) | [static] |
| static LogString format | ( | const LogString & | pattern, |
| const std::vector< LogString > & | params | ||
| ) | [static] |
| static bool startsWith | ( | const LogString & | s, |
| const LogString & | suffix | ||
| ) | [static] |
| static log4cxx_int64_t toInt64 | ( | const LogString & | s | ) | [static] |
| static LogString toLowerCase | ( | const LogString & | s | ) | [static] |
| static void toString | ( | int | i, |
| log4cxx::helpers::Pool & | pool, | ||
| LogString & | dst | ||
| ) | [static] |
| static void toString | ( | log4cxx_int64_t | i, |
| log4cxx::helpers::Pool & | pool, | ||
| LogString & | dst | ||
| ) | [static] |
| static void toString | ( | size_t | i, |
| log4cxx::helpers::Pool & | pool, | ||
| LogString & | dst | ||
| ) | [static] |