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