Time Class Reference
#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) |
Detailed Description
- Date
- <2003-07-16T17:52:46-0400>
- Version
- 2.2.11
The Time class provides access to time values relative to when the program was started. In other words, this class might be thought of as a timer that starts at 0 and counts upwards. This class offers millisecond resolution.
Constructor & Destructor Documentation
◆ Time() [1/2]
◆ Time() [2/2]
Member Function Documentation
◆ milliseconds()
|
inline |
Get the number of milliseconds in this Time object.
- Returns
- unsigned long milliseconds value
◆ operator+=() [1/2]
◆ operator+=() [2/2]
|
inline |
◆ operator-=() [1/2]
◆ operator-=() [2/2]
|
inline |
◆ seconds()
|
inline |
Get the number of seconds in this Time object.
- Returns
- unsigned long seconds value
The documentation for this class was generated from the following file:
- Time.h