18#ifndef _LOG4CXX_HELPERS_SIMPLE_DATE_FORMAT_H
19#define _LOG4CXX_HELPERS_SIMPLE_DATE_FORMAT_H
33namespace SimpleDateFormatImpl
69 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(SimpleDateFormatPrivate, m_priv)
71 static void addToken(
const logchar spec,
const int repeat,
const std::locale* locale, PatternTokenList& pattern);
72 static void parsePattern(
const LogString& spec,
const std::locale* locale, PatternTokenList& pattern);
LOG4CXX_LIST_DEF(ByteList, unsigned char)
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