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.
|
inline |
constructor
Referenced by operator<<.
std::string WPS4TextInternal::DateTime::format | ( | ) | const |
returns a format to used with strftime
|
friend |
operator <<
std::string WPS4TextInternal::DateTime::m_extra |
a string used to store the parsing errors
Referenced by DateTime(), WPS4Text::dttmDataParser(), and operator<<.
int WPS4TextInternal::DateTime::m_type |
the type
Referenced by DateTime(), WPS4Text::dttmDataParser(), format(), and operator<<.