Inherits log4cxx::helpers::ObjectImpl.
Classes | |
class | ClazzTimeZone |
Public Member Functions | |
virtual const helpers::Class & | getClass () const |
const void * | cast (const helpers::Class &clazz) const |
bool | instanceof (const helpers::Class &clazz) const |
const LogString | getID () const |
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. | |
Static Public Member Functions | |
static const helpers::Class & | getStaticClass () |
static const log4cxx::helpers::ClassRegistration & | registerClass () |
static const TimeZonePtr & | getDefault () |
static const TimeZonePtr & | getGMT () |
static const TimeZonePtr | getTimeZone (const LogString &ID) |
Protected Member Functions | |
TimeZone (const LogString &ID) | |
virtual | ~TimeZone () |
Protected Attributes | |
const LogString | id |
virtual ~TimeZone | ( | ) | [protected, virtual] |
const void* cast | ( | const helpers::Class & | clazz | ) | const [inline, virtual] |
Implements Object.
virtual log4cxx_status_t explode | ( | apr_time_exp_t * | result, | |
log4cxx_time_t | input | |||
) | const [pure virtual] |
Expand an APR time into the human readable components for this timezone.
virtual const helpers::Class& getClass | ( | ) | const [virtual] |
Reimplemented from Object.
static const TimeZonePtr& getDefault | ( | ) | [static] |
static const TimeZonePtr& getGMT | ( | ) | [static] |
const LogString getID | ( | ) | const [inline] |
static const helpers::Class& getStaticClass | ( | ) | [static] |
Reimplemented from Object.
static const TimeZonePtr getTimeZone | ( | const LogString & | ID | ) | [static] |
bool instanceof | ( | const helpers::Class & | clazz | ) | const [inline, virtual] |
Implements Object.
static const log4cxx::helpers::ClassRegistration& registerClass | ( | ) | [static] |
Reimplemented from Object.