Holds a resizable array of primitive or copy-by-value objects.
virtual ~HighResolutionTimer()
Destructor.
int getTimerInterval() const noexcept
Returns the timer's interval.
HighResolutionTimer()
Creates a HighResolutionTimer.
bool isTimerRunning() const noexcept
Checks if the timer has been started.
void stopTimer()
Stops the timer.
void startTimer(int intervalInMilliseconds)
Starts the timer and sets the length of interval required.