Global/TimeStamp.h File Reference

#include <fstream>
#include <time.h>

Include dependency graph for TimeStamp.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Timer

Functions

ostream & operator<< (ostream &os, Timer &timer)


Function Documentation

ostream& operator<< ( ostream &  os,
Timer timer 
)

Definition at line 70 of file TimeStamp.cpp.

References Timer::timeStamp().

00071 {
00072   return timer.timeStamp(os);
00073 }

Here is the call graph for this function:


Generated on Fri Dec 21 13:13:46 2007 for ssaha by  doxygen 1.5.2