#include <TimeStamp.hh>
| log4tango::TimeStamp::TimeStamp |
( |
| ) |
|
| log4tango::TimeStamp::TimeStamp |
( |
const TimeStamp & |
t | ) |
|
|
inline |
| log4tango::TimeStamp::TimeStamp |
( |
unsigned int |
seconds, |
|
|
unsigned int |
microseconds = 0 |
|
) |
| |
|
inline |
Constructs a TimeStamp representing the given offset since the epoch ( 00:00:00 1970/1/1 UTC).
| int log4tango::TimeStamp::get_microseconds |
( |
void |
| ) |
const |
|
inline |
Returns the subsecond part of the TimeStamp in microseconds.
The actual precision of this value depends on the platform and may be in the order of milliseconds rather than microseconds.
| int log4tango::TimeStamp::get_milliseconds |
( |
void |
| ) |
const |
|
inline |
| int log4tango::TimeStamp::get_seconds |
( |
void |
| ) |
const |
|
inline |
| static const TimeStamp& log4tango::TimeStamp::get_start_time |
( |
void |
| ) |
|
|
inlinestatic |
Returns a TimeStamp representing the time at which the application started.
| void log4tango::TimeStamp::operator= |
( |
const TimeStamp & |
t | ) |
|
|
inline |
| int log4tango::TimeStamp::_micro_seconds |
|
protected |
| int log4tango::TimeStamp::_seconds |
|
protected |
The documentation for this class was generated from the following files: