log4cplus  1.1.0
Classes | Namespaces | Functions
stringhelper.h File Reference
#include <log4cplus/config.hxx>
#include <log4cplus/tstring.h>
#include <algorithm>
#include <limits>
Include dependency graph for stringhelper.h:

Go to the source code of this file.

Classes

struct  log4cplus::helpers::ConvertIntegerToStringHelper< intType, true >
struct  log4cplus::helpers::ConvertIntegerToStringHelper< intType, false >

Namespaces

namespace  log4cplus
namespace  log4cplus::helpers

Functions

LOG4CPLUS_EXPORT log4cplus::tstring log4cplus::helpers::toUpper (const log4cplus::tstring &s)
 Returns s in upper case.
LOG4CPLUS_EXPORT log4cplus::tstring log4cplus::helpers::toLower (const log4cplus::tstring &s)
 Returns s in lower case.
template<class StringType , class OutputIter >
void log4cplus::helpers::tokenize (const StringType &s, typename StringType::value_type c, OutputIter result, bool collapseTokens=true)
 Tokenize s using c as the delimiter and put the resulting tokens in _result.
template<class intType >
void log4cplus::helpers::convertIntegerToString (tstring &str, intType value)
template<class intType >
tstring log4cplus::helpers::convertIntegerToString (intType value)

Detailed Description

Definition in file stringhelper.h.