TimeET.h File Reference
Detailed Description
Describes TimeET, a nice class for handling time values with high precision.
- Author:
- ejt (Creator)
- Author
- ejt
- Name
- tekkotsu-3_0
- Revision
- 1.8
- State
- Exp
- Date
- 2006/04/14 19:55:10
Definition in file TimeET.h.
#include <MCOOP.h>
#include <iostream>
#include <sys/time.h>
Include dependency graph for TimeET.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Function Documentation
for doing doing math with time
Definition at line 214 of file TimeET.h.
for doing doing math with time
Definition at line 212 of file TimeET.h.
for doing doing math with time
Definition at line 210 of file TimeET.h.
for doing doing math with time
Definition at line 213 of file TimeET.h.
for doing doing math with time
Definition at line 211 of file TimeET.h.
| std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
const TimeET & |
t | |
|
) |
| | [inline] |
lets the class be displayed easily
Definition at line 218 of file TimeET.h.
|