#include "Utilities.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <ctime>
Go to the source code of this file.
Functions | |
char * | getTimeStamp (const char *fileName, char *buffer) |
char * | getTime (char *buffer, const time_t *encodedTime) |
char* getTime | ( | char * | buffer, | |
const time_t * | encodedTime | |||
) |
Definition at line 70 of file Utilities.cpp.
References ctime_s.
Referenced by FWAnalyzer::dumpHeader(), getTimeStamp(), MSTCluster::guiPrintClusterTree(), and MST::serialize().
char* getTimeStamp | ( | const char * | fileName, | |
char * | buffer | |||
) |
Definition at line 43 of file Utilities.cpp.
References getTime().
Referenced by MSTCluster::guiPrintClusterTree(), and MST::serialize().