12 chrono::high_resolution_clock::time_point start = chrono::high_resolution_clock::now();
15 if(aStartPaused ==
true){
20 double getTime()
const;
22 inline explicit operator double()
const {
return(
get());}
29 bool isPaused()
const;
32 chrono::high_resolution_clock::time_point mLastTime;
33 chrono::high_resolution_clock::time_point mStartTime;
34 chrono::high_resolution_clock::time_point mPauseTime;
35 double mAccumulatedPauseTime = 0.0;
Definition: Timeline.hpp:9