#include "STDAFX.H"


Classes | |
| class | CClock |
| CClock is a reusable class which manages a clock with several types and modes. More... | |
Enumerations | |
| enum | EClockType { CLOCKTYPE_CHRONOMETER, CLOCKTYPE_COUNTDOWN } |
| Clock type : describes how to make the date evolve. More... | |
| enum | EClockMode { CLOCKMODE_HMSC, CLOCKMODE_HMS, CLOCKMODE_HM, CLOCKMODE_MSC, CLOCKMODE_MS, CLOCKMODE_SC, CLOCKMODE_S } |
| Clock mode : describes what time units to count. More... | |
| enum EClockMode |
Clock mode : describes what time units to count.
For instance, if the user of CClock wants the seconds count and the minutes count of the time, he will choose the 'MS' mode.
| enum EClockType |
1.5.5