Public Member Functions | Public Attributes | List of all members
PLMD::Stopwatch::Watch Class Reference

Class to store a single stopwatch. More...

Public Member Functions

 Watch ()
 
void start ()
 
void stop ()
 
void pause ()
 

Public Attributes

Time total
 
Time lastStart
 
Time lap
 
Time max
 
Time min
 
unsigned cycles
 
unsigned running
 

Detailed Description

Class to store a single stopwatch.

Class Stopwatch contains a collection of them

Constructor & Destructor Documentation

◆ Watch()

PLMD::Stopwatch::Watch::Watch ( )

Member Function Documentation

◆ pause()

void PLMD::Stopwatch::Watch::pause ( )

◆ start()

void PLMD::Stopwatch::Watch::start ( )

◆ stop()

void PLMD::Stopwatch::Watch::stop ( )

Member Data Documentation

◆ cycles

unsigned PLMD::Stopwatch::Watch::cycles

◆ lap

Time PLMD::Stopwatch::Watch::lap

◆ lastStart

Time PLMD::Stopwatch::Watch::lastStart

◆ max

Time PLMD::Stopwatch::Watch::max

◆ min

Time PLMD::Stopwatch::Watch::min

◆ running

unsigned PLMD::Stopwatch::Watch::running

◆ total

Time PLMD::Stopwatch::Watch::total

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