|
teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
Main object used for timing event. More...
#include <timer.h>
Public Member Functions | |
| Timer () | |
| void | start () |
| bool | isRunning () const |
| void | stop () |
| double | elapsed () |
Main object used for timing event.
|
inline |
| double teditor::Timer::elapsed | ( | ) |
|
inline |
| void teditor::Timer::start | ( | ) |
| void teditor::Timer::stop | ( | ) |
1.8.17