#include <TimeStamp.hh>
Collaboration diagram for log4cpp::TimeStamp:
Public Methods | |
TimeStamp () | |
Constructs a TimeStamp representing 'now'. More... | |
TimeStamp (unsigned int seconds, unsigned int microSeconds=0) | |
Constructs a TimeStamp representing the given offset since the epoch ( 00:00:00 1970/1/1 UTC). More... | |
int | getSeconds () const |
int | getMilliSeconds () const |
int | getMicroSeconds () const |
Static Public Methods | |
const TimeStamp& | getStartTime () |
Protected Attributes | |
int | _seconds |
int | _microSeconds |
Static Protected Attributes | |
TimeStamp | _startStamp |
|
Constructs a TimeStamp representing 'now'.
|
|
Constructs a TimeStamp representing the given offset since the epoch ( 00:00:00 1970/1/1 UTC).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|