18#ifndef _LOG4CXX_HELPERS_SIMPLE_DATE_FORMAT_H
19#define _LOG4CXX_HELPERS_SIMPLE_DATE_FORMAT_H
33namespace SimpleDateFormatImpl
38LOG4CXX_LIST_DEF(PatternTokenList, LOG4CXX_NS::helpers::SimpleDateFormatImpl::PatternToken*);
89 LOG4CXX_NS::helpers::Pool& p)
const;
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);
#define LOG4CXX_LIST_DEF(N, T)
Definition: log4cxx.h:67
#define LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(T, V)
Definition: log4cxx.h:85
#define LOG4CXX_EXPORT
Definition: log4cxx.h:101
#define LOG4CXX_NS
Definition: log4cxx.h:104
std::basic_string< logchar > LogString
Definition: logstring.h:60
int64_t log4cxx_time_t
log4cxx_time_t - holds the number of microseconds since 1970-01-01
Definition: log4cxx.h:111