DelatTime Project v1.0
Loading...
Searching...
No Matches
Timepiece::Stopwatch Class Reference

A data structure that steadily tracks the passage of time. More...

#include <Stopwatch.hpp>

Collaboration diagram for Timepiece::Stopwatch:
Collaboration graph

Public Member Functions

void Start ()
 
void Lap ()
 
void Restart ()
 
void Pause ()
 
void Reset ()
 
bool IsRunning () const
 
secs GetElapsed () const
 
std::vector< secs > GetLaps () const
 

Detailed Description

This structure uses chrono's steady_clock interface to monotonically track time.


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