Inheritance diagram for Ux::TimeMsec:

Definition at line 52 of file uxtime.hpp.
Public Member Functions | |
| TimeMsec (TimeMsec &t) | |
| TimeMsec (when w=epoch) | |
| const char * | get_string (char *buf, size_t bufsize) |
|
|
Definition at line 54 of file uxtime.hpp. References timeval::tv_sec, and timeval::tv_usec. |
|
|
Gets current or epoch time in msec (calls gettimeofday). Definition at line 207 of file uxtime.cpp. References Ux::epoch, errno, timeval::tv_sec, and timeval::tv_usec. |
|
||||||||||||
|
Gets TimeMsec as string. Definition at line 226 of file uxtime.cpp. References timeval::tv_sec, and timeval::tv_usec. |
1.3.1