yes, my own time_t for convenience in the perf library More...
#include <perf.h>
Public Member Functions | |
| time_t (IN long in_sec, IN long in_usec) throw () | |
| time_t (void) throw () | |
| void | increment (IN const time_t &t) throw () |
| void | decrement (IN const time_t &t) throw () |
| bool | isGreaterThan (IN const time_t &t) const throw () |
| double | getSeconds (void) const throw () |
| long | getMicroseconds (void) const throw () |
| void | clear (void) throw () |
| void | set (IN long in_sec, IN long in_usec) throw () |
yes, my own time_t for convenience in the perf library
Definition at line 64 of file perf.h.
| perf::time_t::time_t | ( | IN long | in_sec, | |
| IN long | in_usec | |||
| ) | throw () [inline] |
1.7.1