delphi_cb
|
Public Member Functions | |
CTimer () | |
~CTimer () | |
void | start () |
void | exit () |
void | showTime () |
void | showElapse () |
|
inline |
constructor
|
inline |
destructor
void CTimer::exit | ( | ) |
function to output exiting time of the program
void CTimer::showElapse | ( | ) |
function to show elapsed time from last call
void CTimer::showTime | ( | ) |
function to show current time
void CTimer::start | ( | ) |
function to output starting time of the program