1 #ifndef __JSYSTEM__JTIME__ 
    2 #define __JSYSTEM__JTIME__ 
   14 namespace JPP { 
using namespace JSYSTEM; }
 
   42       gettimeofday(&
t, &
tz);
 
   53     mutable struct timeval  
t;
 
   54     mutable struct timezone 
tz;
 
Auxililary class to local get time in micro seconds. 
 
static const JLocalTime getLocalTime
Function object to get local time in micro seconds. 
 
JLocalTime()
Default constructor. 
 
long long int localtime_t
Type definition of local time. 
 
localtime_t operator()() const 
Get local time in micro seconds.