Definition in file vul_get_timestamp.cxx.
#include "vul_get_timestamp.h"
#include <vcl_compiler.h>
#include <unistd.h>
#include <vcl_sys/time.h>
#include <vcl_ctime.h>
#include <vul/vul_string.h>
#include <vcl_sstream.h>
#include <vcl_iomanip.h>
Go to the source code of this file.
Functions | |
| void | vul_get_timestamp (int &secs, int &msecs) |
| purpose: obtain time elapsed since 1 Jan 1970, in seconds and milliseconds. | |
| vcl_string | vul_get_time_as_string (vul_time_style style) |
| Get the present time and date as a string, e.g. "Fri Dec 8 14:54:17 2006". | |
|
|
Get the present time and date as a string, e.g. "Fri Dec 8 14:54:17 2006".
Definition at line 69 of file vul_get_timestamp.cxx. |
|
||||||||||||
|
purpose: obtain time elapsed since 1 Jan 1970, in seconds and milliseconds.
Definition at line 36 of file vul_get_timestamp.cxx. |
1.4.4