Internal: class to store a date/time format. More...
Public Member Functions | |
DateTime () | |
constructor More... | |
std::string | format () const |
returns a format to used with strftime More... | |
Public Attributes | |
int | m_type |
the type More... | |
std::string | m_extra |
a string used to store the parsing errors More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, DateTime const &dtime) |
operator << More... | |
Internal: class to store a date/time format.
|
inline |
constructor
std::string WPS4TextInternal::DateTime::format | ( | ) | const |
returns a format to used with strftime
Referenced by WPS4Text::readText().
|
friend |
operator <<
std::string WPS4TextInternal::DateTime::m_extra |
a string used to store the parsing errors
Referenced by WPS4Text::dttmDataParser(), and WPS4TextInternal::operator<<().
int WPS4TextInternal::DateTime::m_type |
the type
Referenced by WPS4Text::dttmDataParser(), and WPS4TextInternal::operator<<().