18#ifndef _LOG4CXX_HELPERS_STRING_TOKENIZER_H
19#define _LOG4CXX_HELPERS_STRING_TOKENIZER_H
41 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(StringTokenizerPrivate, m_priv)
Definition stringtokenizer.h:29
StringTokenizer(const LogString &str, const LogString &delim)
bool hasMoreTokens() const
Definition configuration.h:25
std::basic_string< logchar > LogString
Definition logstring.h:60
std::shared_ptr< Ret > cast(const std::shared_ptr< Type > &incoming)
Attempt to cast one Object to another kind of Object.
Definition object.h:126