18#ifndef _LOG4CXX_HELPERS_STRING_TOKENIZER_H
19#define _LOG4CXX_HELPERS_STRING_TOKENIZER_H
45 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(StringTokenizerPrivate, m_priv)
LogString nextToken()
Step past the current token which is returned.
StringTokenizer(const LogString &str, const LogString &delim)
The substrings of str between one of the characters in delim.
bool hasMoreTokens() const
Will nextToken() return a string?
std::basic_string< logchar > LogString
Definition logstring.h:60