FACT++  1.0
string EventImp::GetTimeAsStr ( const char *  fmt) const

Definition at line 298 of file EventImp.cc.

References Time::GetAsStr(), and GetTime().

Referenced by IsEmpty().

299 {
300  return GetTime().GetAsStr(fmt);
301 }
virtual Time GetTime() const
Definition: EventImp.h:57
std::string GetAsStr(const char *fmt="%Y-%m-%d %H:%M:%S") const
Definition: Time.cc:240

+ Here is the call graph for this function:

+ Here is the caller graph for this function: