----------------------------------------------------------------------------- Return object as a string -----------------------------------------------------------------------------
| 89 | // Return object as a string |
| 90 | //----------------------------------------------------------------------------- |
| 91 | string TimeStamp::GetAsString |
| 92 | ( |
| 93 | ) |
| 94 | { |
| 95 | return m_pImpl->GetAsString(); |
| 96 | } |
| 97 | //----------------------------------------------------------------------------- |
| 98 | // <TimeStamp::operator-> |
| 99 | // Overload the subtract operator to get the difference between two |
nothing calls this directly
no outgoing calls
no test coverage detected