Apache log4cxx  Version 0.13.0
log4cxx::helpers::Date Class Reference

Simple transcoder for converting between external char and wchar_t strings and internal strings. More...

#include <date.h>

Inheritance diagram for log4cxx::helpers::Date:
log4cxx::helpers::Object

Public Member Functions

 Date ()
 
 Date (log4cxx_time_t time)
 
virtual ~Date ()
 
log4cxx_time_t getTime () const
 
log4cxx_time_t getNextSecond () const
 Get start of next second. More...
 
- Public Member Functions inherited from log4cxx::helpers::Object
virtual ~Object ()
 
virtual bool instanceof (const Class &clazz) const =0
 
virtual const void * cast (const Class &clazz) const =0
 

Static Public Member Functions

static log4cxx_time_t getMicrosecondsPerDay ()
 
static log4cxx_time_t getMicrosecondsPerSecond ()
 

Detailed Description

Simple transcoder for converting between external char and wchar_t strings and internal strings.

Constructor & Destructor Documentation

◆ Date() [1/2]

log4cxx::helpers::Date::Date ( )

◆ Date() [2/2]

log4cxx::helpers::Date::Date ( log4cxx_time_t  time)

◆ ~Date()

virtual log4cxx::helpers::Date::~Date ( )
virtual

Member Function Documentation

◆ getMicrosecondsPerDay()

static log4cxx_time_t log4cxx::helpers::Date::getMicrosecondsPerDay ( )
static

◆ getMicrosecondsPerSecond()

static log4cxx_time_t log4cxx::helpers::Date::getMicrosecondsPerSecond ( )
static

◆ getNextSecond()

log4cxx_time_t log4cxx::helpers::Date::getNextSecond ( ) const

Get start of next second.

◆ getTime()

log4cxx_time_t log4cxx::helpers::Date::getTime ( ) const
inline

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