Classes | Functions | Variables

src/lib/io/Timestamp.hpp File Reference

#include <iostream>
#include <string>
Include dependency graph for Timestamp.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  lssr::Timestamp
 A helper class for automated time stamping. Timing is started as soon as an object of this class is created. To time some parts of a program, just create a new object and use the provided output operator to display the elapsed time. More...

Functions

ostream & lssr::operator<< (ostream &os, const Timestamp &ts)
 The output operator for Timestamp objects.

Variables

static Timestamp lssr::timestamp
 A global time stamp object for program runtime measurement.
 All Classes Files Functions Variables Typedefs Defines