Static Public Member Functions | |
static DWORD | TickCountDifference (const DWORD a, const DWORD b, const DWORD overflow=s_defaultOverflowValue) |
static DWORD | TickCountLess (const DWORD a, const DWORD b, const DWORD overflow=s_defaultOverflowValue) |
static DWORD | TickCountLessOrEqual (const DWORD a, const DWORD b, const DWORD overflow=s_defaultOverflowValue) |
static DWORD | TickCountGreater (const DWORD a, const DWORD b, const DWORD overflow=s_defaultOverflowValue) |
static DWORD | TickCountGreaterOrEqual (const DWORD a, const DWORD b, const DWORD overflow=s_defaultOverflowValue) |
Static Public Attributes | |
static const DWORD | s_defaultOverflowValue = 86400000 |
static DWORD TickCountDifference | ( | const DWORD | a, | |
const DWORD | b, | |||
const DWORD | overflow = s_defaultOverflowValue | |||
) | [inline, static] |
static DWORD TickCountLess | ( | const DWORD | a, | |
const DWORD | b, | |||
const DWORD | overflow = s_defaultOverflowValue | |||
) | [inline, static] |
static DWORD TickCountLessOrEqual | ( | const DWORD | a, | |
const DWORD | b, | |||
const DWORD | overflow = s_defaultOverflowValue | |||
) | [inline, static] |
static DWORD TickCountGreater | ( | const DWORD | a, | |
const DWORD | b, | |||
const DWORD | overflow = s_defaultOverflowValue | |||
) | [inline, static] |
static DWORD TickCountGreaterOrEqual | ( | const DWORD | a, | |
const DWORD | b, | |||
const DWORD | overflow = s_defaultOverflowValue | |||
) | [inline, static] |
const DWORD s_defaultOverflowValue = 86400000 [static] |