#include <reftime.h>

Public Member Functions | |
| CRefTime () | |
| CRefTime (LONG msecs) | |
| CRefTime (REFERENCE_TIME rt) | |
| operator REFERENCE_TIME () const | |
| CRefTime & | operator= (const CRefTime &rt) |
| CRefTime & | operator= (const LONGLONG ll) |
| CRefTime & | operator+= (const CRefTime &rt) |
| CRefTime & | operator-= (const CRefTime &rt) |
| LONG | Millisecs (void) |
| LONGLONG | GetUnits (void) |
Public Attributes | |
| REFERENCE_TIME | m_time |
Definition at line 16 of file reftime.h.
| CRefTime::CRefTime | ( | LONG | msecs | ) | [inline] |
| CRefTime::CRefTime | ( | REFERENCE_TIME | rt | ) | [inline] |
| CRefTime::operator REFERENCE_TIME | ( | ) | const [inline] |
| LONG CRefTime::Millisecs | ( | void | ) | [inline] |
| LONGLONG CRefTime::GetUnits | ( | void | ) | [inline] |
| REFERENCE_TIME CRefTime::m_time |
Definition at line 20 of file reftime.h.
Referenced by COARefTime::COARefTime(), CRefTime(), GetUnits(), Millisecs(), COARefTime::operator double(), operator REFERENCE_TIME(), COARefTime::operator REFERENCE_TIME(), COARefTime::operator!=(), COARefTime::operator*(), COARefTime::operator+(), COARefTime::operator-(), COARefTime::operator/(), COARefTime::operator<(), COARefTime::operator<=(), operator=(), COARefTime::operator=(), COARefTime::operator==(), COARefTime::operator>(), and COARefTime::operator>=().
1.5.6