Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

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.

Classes

class  TimeET
 a nice class for handling time values with high precision More...
TimeET operator+ (long t1, const TimeET &t2)
 for doing doing math with time
TimeET operator- (long t1, const TimeET &t2)
 for doing doing math with time
TimeET operator+ (double t1, const TimeET &t2)
 for doing doing math with time
TimeET operator- (double t1, const TimeET &t2)
 for doing doing math with time
TimeET operator * (double x, const TimeET &t)
 for doing doing math with time

Functions

std::ostream & operator<< (std::ostream &o, const TimeET &t)
 lets the class be displayed easily


Function Documentation

TimeET operator * ( double  x,
const TimeET t 
) [inline]

for doing doing math with time

Definition at line 214 of file TimeET.h.

TimeET operator+ ( double  t1,
const TimeET t2 
) [inline]

for doing doing math with time

Definition at line 212 of file TimeET.h.

TimeET operator+ ( long  t1,
const TimeET t2 
) [inline]

for doing doing math with time

Definition at line 210 of file TimeET.h.

TimeET operator- ( double  t1,
const TimeET t2 
) [inline]

for doing doing math with time

Definition at line 213 of file TimeET.h.

TimeET operator- ( long  t1,
const TimeET t2 
) [inline]

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.


Tekkotsu v3.0
Generated Wed Oct 4 00:04:43 2006 by Doxygen 1.4.7