Timer Class Reference

A timer that measures ellapsed time in seconds. More...

#include <Timer.h>

List of all members.

Public Types

typedef double Number
 The number type for seconds.

Public Member Functions

 Timer ()
 Default constructor.
 Timer (const Timer &x)
 Copy constructor.
const Timeroperator= (const Timer &x)
 Assignment operator.
 ~Timer ()
 Trivial destructor.
void tic ()
 Start/reset the timer.
Number toc ()
 Return the time in seconds since the last tic.

Detailed Description

A timer that measures ellapsed time in seconds.


The documentation for this class was generated from the following file:
Generated on Thu Jun 30 02:14:52 2016 for Algorithms and Data Structures Package by  doxygen 1.6.3