![]() |
KaliVeda
Toolkit for HIC analysis
|
A filename with an SQL-format date extension which can be used to sort a list according to date.
Created by KVClassFactory on Wed May 2 14:50:40 2007 Author: franklan
Used by KVDatedFileManager.
Definition at line 26 of file KVDatedFileManager.h.
#include <KVDatedFileManager.h>
Public Member Functions | |
KVSortableDatedFile () | |
KVSortableDatedFile (const Char_t *filename, const Char_t *basename) | |
virtual | ~KVSortableDatedFile () |
virtual Int_t | Compare (const TObject *obj) const |
KVDatime | GetTimeStamp () const |
virtual Bool_t | IsEqual (const TObject *obj) const |
Two files are the same if they have the same basename and timestamp. More... | |
Private Attributes | |
KVDatime | fTimestamp |
timestamp extracted from filename More... | |
|
inline |
Definition at line 31 of file KVDatedFileManager.h.
KVSortableDatedFile::KVSortableDatedFile | ( | const Char_t * | filename, |
const Char_t * | basename | ||
) |
filename = full name of file (including timestamp) basename = basename of file Example: KVSortableDatedFile("Runlist.csv.2007-05-02_14:15:58", "Runlist.csv") The timestamp extension is extracted from the filename. If the filename given is the same as the basename (i.e. no timestamp in name), the timestamps is set to the current date & time
Definition at line 142 of file KVDatedFileManager.cpp.
|
inlinevirtual |
Definition at line 33 of file KVDatedFileManager.h.
|
virtual |
Compare two files according to their timestamp. Used to sort lists, most recent files appear first
Definition at line 167 of file KVDatedFileManager.cpp.
|
inline |
Definition at line 36 of file KVDatedFileManager.h.
|
virtual |
Two files are the same if they have the same basename and timestamp.
Definition at line 183 of file KVDatedFileManager.cpp.
|
private |
timestamp extracted from filename
Definition at line 27 of file KVDatedFileManager.h.