All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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
 
bool running
 
bool paused
 

Detailed Description

Class to store a single stopwatch.

Class Stopwatch contains a collection of them

Definition at line 115 of file Stopwatch.h.

Constructor & Destructor Documentation

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

Definition at line 105 of file Stopwatch.cpp.

Member Function Documentation

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

Definition at line 123 of file Stopwatch.cpp.

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

Definition at line 108 of file Stopwatch.cpp.

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

Definition at line 114 of file Stopwatch.cpp.

Member Data Documentation

unsigned PLMD::Stopwatch::Watch::cycles

Definition at line 123 of file Stopwatch.h.

Time PLMD::Stopwatch::Watch::lap

Definition at line 120 of file Stopwatch.h.

Time PLMD::Stopwatch::Watch::lastStart

Definition at line 119 of file Stopwatch.h.

Time PLMD::Stopwatch::Watch::max

Definition at line 121 of file Stopwatch.h.

Time PLMD::Stopwatch::Watch::min

Definition at line 122 of file Stopwatch.h.

bool PLMD::Stopwatch::Watch::paused

Definition at line 125 of file Stopwatch.h.

bool PLMD::Stopwatch::Watch::running

Definition at line 124 of file Stopwatch.h.

Time PLMD::Stopwatch::Watch::total

Definition at line 118 of file Stopwatch.h.


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