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-4_0
Revision
1.8
State
Exp
Date
2006/04/14 19:55:10

Definition in file TimeET.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...

Functions

std::ostream & operator<< (std::ostream &o, const TimeET &t)
 displays the value as text: secs~usecs
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


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]

displays the value as text: secs~usecs

lets the class be displayed easily

Definition at line 218 of file TimeET.h.


Tekkotsu v4.0
Generated Thu Nov 22 00:57:36 2007 by Doxygen 1.5.4