Apache log4cxx Version 0.10.0
TimeZone Class Referenceabstract

#include <timezone.h>

Inherits ObjectImpl.

Public Member Functions

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.
Public Member Functions inherited from ObjectImpl
 ObjectImpl ()
virtual ~ObjectImpl ()
void addRef () const
void releaseRef () const
Public Member Functions inherited from Object
virtual const helpers::ClassgetClass () const
virtual ~Object ()
virtual bool instanceof (const Class &clazz) const =0
virtual const void * cast (const Class &clazz) const =0

Static Public Member Functions

static const TimeZonePtr & getDefault ()
static const TimeZonePtr & getGMT ()
static const TimeZonePtr getTimeZone (const LogString &ID)
Static Public Member Functions inherited from Object
static const helpers::ClassgetStaticClass ()
static const log4cxx::helpers::ClassRegistrationregisterClass ()

Protected Member Functions

 TimeZone (const LogString &ID)
virtual ~TimeZone ()

Protected Attributes

const LogString id
Protected Attributes inherited from ObjectImpl
unsigned int volatile ref

Constructor & Destructor Documentation

◆ TimeZone()

TimeZone ( const LogString & ID)
protected

◆ ~TimeZone()

virtual ~TimeZone ( )
protectedvirtual

Member Function Documentation

◆ explode()

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.

◆ getDefault()

const TimeZonePtr & getDefault ( )
static

◆ getGMT()

const TimeZonePtr & getGMT ( )
static

◆ getID()

const LogString getID ( ) const
inline

◆ getTimeZone()

const TimeZonePtr getTimeZone ( const LogString & ID)
static

Member Data Documentation

◆ id

const LogString id
protected

The documentation for this class was generated from the following file: