Public Member Functions

perf::time_t Struct Reference
[Performance Timers API]

yes, my own time_t for convenience in the perf library More...

#include <perf.h>

List of all members.

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 ()

Detailed Description

yes, my own time_t for convenience in the perf library

Definition at line 64 of file perf.h.


Constructor & Destructor Documentation

perf::time_t::time_t ( IN long  in_sec,
IN long  in_usec 
) throw () [inline]

Definition at line 66 of file perf.h.


The documentation for this struct was generated from the following file: