Apache log4cxx Version 0.10.0
|
Simple transcoder for converting between external char and wchar_t strings and internal strings. More...
Inherits ObjectImpl.
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. | |
Static Public Member Functions | |
static log4cxx_time_t | getMicrosecondsPerDay () |
static log4cxx_time_t | getMicrosecondsPerSecond () |
Simple transcoder for converting between external char and wchar_t strings and internal strings.
Date | ( | ) |
Date | ( | log4cxx_time_t | time | ) |
virtual ~Date | ( | ) | [virtual] |
static log4cxx_time_t getMicrosecondsPerDay | ( | ) | [static] |
static log4cxx_time_t getMicrosecondsPerSecond | ( | ) | [static] |
log4cxx_time_t getNextSecond | ( | ) | const |
Get start of next second.
log4cxx_time_t getTime | ( | ) | const [inline] |