CL-CBS
Public Member Functions | List of all members
Timer Class Reference

class for counting time (microsecond) More...

#include <timer.hpp>

Public Member Functions

 Timer ()
 
void reset ()
 
void stop ()
 
double elapsedSeconds () const
 

Detailed Description

class for counting time (microsecond)

Examples:
cl_cbs.cpp, and sh_astar.cpp.

Constructor & Destructor Documentation

Timer::Timer ( )
inline

Member Function Documentation

double Timer::elapsedSeconds ( ) const
inline
Examples:
cl_cbs.cpp, and sh_astar.cpp.
void Timer::reset ( )
inline
void Timer::stop ( )
inline
Examples:
cl_cbs.cpp, and sh_astar.cpp.

The documentation for this class was generated from the following file: