libvpb  4.2.54
Timer Class Reference

Simple time tracking class. More...

#include <timer.h>

List of all members.

Public Member Functions

void start ()
 Initialise the timer's starting time.
void stop ()
 Disable the the timer reporting a time out.
bool check_timeout (unsigned int elapsed)
 Return true if some number of seconds have elapsed since timer_start().
bool check_timeout_ms (unsigned long elapsedms)
 Return true if some number of milliseconds have elapsed since timer_start().

Detailed Description

Simple time tracking class.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines