FACT++  1.0
Time::Time ( const std::string &  str)
inline

Definition at line 71 of file Time.h.

References iso, and _time_format::str().

72  {
73  std::stringstream stream;
74  stream << str;
75  stream >> Time::iso >> *this;
76  }
char str[80]
Definition: test_client.c:7
static const _time_format iso
set to format to the sql format (without the fraction of seconds)
Definition: Time.h:44

+ Here is the call graph for this function: