libtime++: Date and time calculation

◆ operator=() [3/3]

TAbsoluteTime & libtime::TAbsoluteTime::operator= ( const char *  timestring)
inline

Definition at line 385 of file libtime++.h.

References libtime::TBaseClassTime::char_read(), and libtime::TBaseClassTime::timestring().

386  { char_read(timestring); return(*this); }
std::string timestring() const
Definition: libtime++.h:267
void char_read(const char *timestring)
Definition: base_constr.cc:59
Here is the call graph for this function: