#include <thread.h>
Static Public Methods | |
time_t | getTime (time_t *tloc=NULL) |
time_t | time (time_t *tloc) |
int | getTimeOfDay (struct timeval *tp) |
int | gettimeofday (struct timeval *tp, struct timezone *) |
struct tm* | getLocalTime (const time_t *clock, struct tm *result) |
struct tm* | locatime (const time_t *clock, struct tm *result) |
struct tm* | getGMTTime (const time_t *clock, struct tm *result) |
struct tm* | gmtime (const time_t *clock, struct tm *result) |
Static Protected Methods | |
void | lock (void) |
void | unlock (void) |
The class has two purposes:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|