teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Public Member Functions | List of all members
teditor::Timer Class Reference

Main object used for timing event. More...

#include <timer.h>

Public Member Functions

 Timer ()
 
void start ()
 
bool isRunning () const
 
void stop ()
 
double elapsed ()
 

Detailed Description

Main object used for timing event.

Constructor & Destructor Documentation

◆ Timer()

teditor::Timer::Timer ( )
inline

Member Function Documentation

◆ elapsed()

double teditor::Timer::elapsed ( )

◆ isRunning()

bool teditor::Timer::isRunning ( ) const
inline

◆ start()

void teditor::Timer::start ( )

◆ stop()

void teditor::Timer::stop ( )

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