Apache Log4cxx
Version 1.3.0
|
This is the complete list of members for log4cxx::helpers::StringHelper, including all inherited members.
endsWith(const LogString &s, const LogString &suffix) | log4cxx::helpers::StringHelper | static |
equalsIgnoreCase(const LogString &s1, const logchar *upper, const logchar *lower) | log4cxx::helpers::StringHelper | static |
equalsIgnoreCase(const LogString &s1, const LogString &upper, const LogString &lower) | log4cxx::helpers::StringHelper | static |
format(const LogString &pattern, const std::vector< LogString > ¶ms) | log4cxx::helpers::StringHelper | static |
startsWith(const LogString &s, const LogString &suffix) | log4cxx::helpers::StringHelper | static |
toInt(const LogString &s) | log4cxx::helpers::StringHelper | static |
toInt64(const LogString &s) | log4cxx::helpers::StringHelper | static |
toLowerCase(const LogString &s) | log4cxx::helpers::StringHelper | static |
toString(int i, log4cxx::helpers::Pool &pool, LogString &dst) | log4cxx::helpers::StringHelper | static |
toString(int64_t i, log4cxx::helpers::Pool &pool, LogString &dst) | log4cxx::helpers::StringHelper | static |
toString(size_t i, log4cxx::helpers::Pool &pool, LogString &dst) | log4cxx::helpers::StringHelper | static |
toString(bool val, LogString &dst) | log4cxx::helpers::StringHelper | static |
trim(const LogString &s) | log4cxx::helpers::StringHelper | static |