libtime++: Date and time calculation

◆ operator=() [3/3]

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

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

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

510  { string_read("0/0/" + std::string(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: