#include <Time.h>
Public Member Functions | |
Time () | |
Time (const Time &t) | |
unsigned long | milliseconds () const |
unsigned long | seconds () const |
const Time & | operator+= (unsigned long millis) |
const Time & | operator-= (unsigned long millis) |
const Time & | operator+= (const Time &t) |
const Time & | operator-= (const Time &t) |
Time::Time | ( | ) |
Create a Time object with the current time relative to the beginning of the program.
ZThread::Time::Time | ( | const Time & | t | ) | [inline] |
unsigned long ZThread::Time::milliseconds | ( | ) | const [inline] |
const Time& ZThread::Time::operator+= | ( | unsigned long | millis | ) | [inline] |
const Time& ZThread::Time::operator-= | ( | unsigned long | millis | ) | [inline] |
unsigned long ZThread::Time::seconds | ( | ) | const [inline] |