BoosterSeat  0.1
A C++ library that includes common utilities that are used in other projects.
stopwatch.hpp File Reference

BoosterSeat Stopwatch class declaration. More...

#include "clock.hpp"
#include "exception.hpp"
Include dependency graph for stopwatch.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bst::IStopwatch
 
class  bst::SoftwareStopwatch
 A manually controlled stopwatch that does not use the system clock. More...
 
class  bst::Stopwatch
 A simple stopwatch class. Basic start (resume), stop (pause), and reset functionality. More...
 

Namespaces

 bst
 

Detailed Description

BoosterSeat Stopwatch class declaration.

Author
Joshua Jerred (https://joshuajer.red)
Date
2024-09-10