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::Stopwatch, including all inherited members.
clock_ | bst::Stopwatch | private |
elapsed_ | bst::Stopwatch | private |
elapsedMicroseconds() const | bst::Stopwatch | inlinevirtual |
elapsedMicrosecondsF() const | bst::Stopwatch | inlinevirtual |
elapsedMilliseconds() const | bst::Stopwatch | inlinevirtual |
elapsedMillisecondsF() const | bst::Stopwatch | inlinevirtual |
elapsedSeconds() const | bst::Stopwatch | inlinevirtual |
elapsedSecondsF() const | bst::Stopwatch | inlinevirtual |
getElapsed() const | bst::Stopwatch | inlineprotected |
isRunning() const | bst::Stopwatch | inlinevirtual |
pause() | bst::Stopwatch | inlinevirtual |
reset(bool stop=true) | bst::Stopwatch | inlinevirtual |
resume() | bst::Stopwatch | inlinevirtual |
Scale enum name | bst::Stopwatch | |
start() | bst::Stopwatch | inlinevirtual |
start_ | bst::Stopwatch | private |
State enum name | bst::IStopwatch | protected |
state_ | bst::Stopwatch | private |
stop() | bst::Stopwatch | inlinevirtual |
stop_time_ | bst::Stopwatch | private |
Stopwatch()=default | bst::Stopwatch | |
~IStopwatch()=default | bst::IStopwatch | virtual |
~Stopwatch()=default | bst::Stopwatch |