|
||||
File indexing completed on 2024-04-06 12:26:39
0001 #ifndef __HLX_TIMESTAMP_H__ 0002 #define __HLX_TIMESTAMP_H__ 0003 0004 #include <string> 0005 #include <ctime> 0006 0007 namespace HCAL_HLX { 0008 0009 class TimeStamp { 0010 public: 0011 std::string TimeStampLong(time_t rawtime = 0); 0012 std::string TimeStampYYYYMM(time_t rawtime = 0); 0013 std::string TimeStampYYYYMMDD(time_t rawtime = 0); 0014 }; 0015 } // namespace HCAL_HLX 0016 0017 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |