libtime++: Date and time calculation

◆ operator=() [2/3]

TAbsoluteTime & libtime::TAbsoluteTime::operator= ( const std::string &  timestring)
inline

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

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

384  { string_read(timestring); return(*this); }
std::string timestring() const
Definition: libtime++.h:267
void string_read(const std::string &timestring)
Definition: base_constr.cc:47
Here is the call graph for this function: