#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) |
| 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:

1.5.2