Go to the documentation of this file.
44 public:
virtual ~
Timer();
47 public:
virtual void Start();
50 public:
virtual void Stop();
54 public:
bool GetRunning()
const;
58 public:
Time GetElapsed()
const;
61 public:
friend std::ostream &
operator<<(std::ostream &out,
75 private:
bool running;