18#ifndef _LOG4CXX_HELPERS_TIMEZONE_H
19#define _LOG4CXX_HELPERS_TIMEZONE_H
41 static const TimeZonePtr& getDefault();
42 static const TimeZonePtr& getGMT();
43 static const TimeZonePtr getTimeZone(const
LogString& ID);
base class for java-like objects.
Definition: object.h:106
Definition: timezone.h:34
TimeZone(const LogString &ID)
virtual log4cxx_status_t explode(apr_time_exp_t *result, log4cxx_time_t input) const =0
Expand an APR time into the human readable components for this timezone.
#define LOG4CXX_EXPORT
Definition: log4cxx.h:101
#define LOG4CXX_DECLARE_PRIVATE_MEMBER(T, V)
Definition: log4cxx.h:86
#define LOG4CXX_PTR_DEF(T)
Definition: log4cxx.h:64
#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
int log4cxx_status_t
Definition: log4cxx.h:113
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:158
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:39
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:152
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:146