#include <TimeStamp.hh>
§ TimeStamp() [1/3]
log4tango::TimeStamp::TimeStamp |
( |
| ) |
|
§ TimeStamp() [2/3]
log4tango::TimeStamp::TimeStamp |
( |
const TimeStamp & |
t | ) |
|
|
inline |
§ TimeStamp() [3/3]
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).
§ get_microseconds()
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.
§ get_milliseconds()
int log4tango::TimeStamp::get_milliseconds |
( |
void |
| ) |
const |
|
inline |
§ get_seconds()
int log4tango::TimeStamp::get_seconds |
( |
void |
| ) |
const |
|
inline |
§ get_start_time()
static const TimeStamp& log4tango::TimeStamp::get_start_time |
( |
void |
| ) |
|
|
inlinestatic |
Returns a TimeStamp representing the time at which the application started.
§ operator=()
void log4tango::TimeStamp::operator= |
( |
const TimeStamp & |
t | ) |
|
|
inline |
§ _micro_seconds
int log4tango::TimeStamp::_micro_seconds |
|
protected |
§ _seconds
int log4tango::TimeStamp::_seconds |
|
protected |
§ _start_stamp
The documentation for this class was generated from the following files: