18#ifndef _LOG4CXX_HELPERS_SIMPLE_DATE_FORMAT_H
19#define _LOG4CXX_HELPERS_SIMPLE_DATE_FORMAT_H
38LOG4CXX_LIST_DEF(PatternTokenList, LOG4CXX_NS::helpers::SimpleDateFormatImpl::PatternToken*);
89 LOG4CXX_NS::helpers::Pool& p)
const;
98 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(SimpleDateFormatPrivate, m_priv)
100 static void addToken(
const logchar spec,
const int repeat,
const std::locale* locale, PatternTokenList&
pattern);
101 static void parsePattern(
const LogString& spec,
const std::locale* locale, PatternTokenList&
pattern);
LOG4CXX_LIST_DEF(ByteList, unsigned char)
Definition cacheddateformat.h:26
std::basic_string< logchar > LogString
Definition logstring.h:60