Public Member Functions | |
| void | fromAbsolute (const AbsoluteHighResolutionTimeImpl &) |
| void | toAbsolute (AbsoluteHighResolutionTimeImpl *) const |
| void | fromString (const std::string &) |
| std::string | toString () const |
Public Attributes | |
| unsigned short | year |
| unsigned short | month |
| unsigned short | day |
| unsigned short | hour |
| unsigned short | minute |
| unsigned short | seconds |
| unsigned int | microseconds |
Fields of HighResolutionTime.
| void fromAbsolute | ( | const AbsoluteHighResolutionTimeImpl & | ) |
From absolute.
| void fromString | ( | const std::string & | ) |
Parse from string.
| void toAbsolute | ( | AbsoluteHighResolutionTimeImpl * | ) | const |
To absolute.
| std::string toString | ( | ) | const |
Returns string representation.