Public Member Functions | Private Attributes

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 (long in_sec, long in_usec) throw ()
 time_t (void) throw ()
void increment (const time_t &t) throw ()
void decrement (const time_t &t) throw ()
bool isGreaterThan (const time_t &t) const throw ()
double getSeconds (void) const throw ()
long getMicroseconds (void) const throw ()
void clear (void) throw ()
void set (long in_sec, long in_usec) throw ()

Private Attributes

long seconds
long useconds

Detailed Description

yes, my own time_t for convenience in the perf library

Definition at line 59 of file perf.h.


Constructor & Destructor Documentation

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

Definition at line 61 of file perf.h.


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