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
- Author:
- Eric Crahen <http://www.code-foo.com>
- Date:
- <2003-07-16T17:52:46-0400>
- Version:
- 2.2.11
Constructor & Destructor Documentation
|
Create a Time object with the current time relative to the beginning of the program. |
|
Create a Time object by copying another.
|
Member Function Documentation
|
Get the number of milliseconds in this Time object.
|
|
Add the value of another Time object to this one.
|
|
Add some number of milliseconds to this Time object.
|
|
Subtract the value of another Time object from this one. This function has a floor of 0.
|
|
Subtract some number of milliseconds to this Time object.
|
|
Get the number of seconds in this Time object.
|
The documentation for this class was generated from the following file:
- Time.h