#include <Time.hpp>
Definition at line 44 of file Time.hpp.
Time::Time |
( |
timeval |
time | ) |
|
Result = (this) + Duration
Definition at line 153 of file Time.cpp.
Time Time::operator+ |
( |
const Time & |
other | ) |
const |
Time & Time::operator+= |
( |
const Time & |
other | ) |
|
Time Time::operator- |
( |
const Time & |
other | ) |
const |
Time Time::operator- |
( |
const double & |
seconds | ) |
const |
bool Time::operator< |
( |
const Time & |
other | ) |
const |
bool Time::operator== |
( |
const Time & |
other | ) |
const |
bool Time::operator>= |
( |
const Time & |
other | ) |
const |
void Time::set |
( |
double |
time | ) |
|
void Time::set |
( |
timeval |
time | ) |
|
void Time::set |
( |
UINT64 |
ntpSeconds, |
|
|
UINT32 |
ntpFractionalSeconds |
|
) |
| |
void Time::set |
( |
UINT64 |
ntpTime | ) |
|
std::string Time::toLongString |
( |
| ) |
const |
std::string Time::toString |
( |
| ) |
const |
UINT32 Time::total_milliseconds |
( |
| ) |
|
const double Time::m_nanosecondsToSecondFractionNTP |
|
staticprivate |
const double Time::m_secondFractionNTPtoNanoseconds |
|
staticprivate |
const UINT64 Time::secondsFrom1900to1970 |
|
static |
The documentation for this class was generated from the following files: