|
BoosterSeat
0.1
A C++ library that includes common utilities that are used in other projects.
|
This is the complete list of members for bst::IStopwatch, including all inherited members.
| elapsedMicroseconds() const =0 | bst::IStopwatch | pure virtual |
| elapsedMicrosecondsF() const =0 | bst::IStopwatch | pure virtual |
| elapsedMilliseconds() const =0 | bst::IStopwatch | pure virtual |
| elapsedMillisecondsF() const =0 | bst::IStopwatch | pure virtual |
| elapsedSeconds() const =0 | bst::IStopwatch | pure virtual |
| elapsedSecondsF() const =0 | bst::IStopwatch | pure virtual |
| isRunning() const =0 | bst::IStopwatch | pure virtual |
| pause()=0 | bst::IStopwatch | pure virtual |
| reset(bool stop=true)=0 | bst::IStopwatch | pure virtual |
| resume()=0 | bst::IStopwatch | pure virtual |
| start()=0 | bst::IStopwatch | pure virtual |
| State enum name | bst::IStopwatch | protected |
| state_ | bst::IStopwatch | protected |
| stop()=0 | bst::IStopwatch | pure virtual |
| ~IStopwatch()=default | bst::IStopwatch | virtual |