#include <Bookkeeper.h>
Public Member Functions | |
| Bookkeeper () | |
| ~Bookkeeper () | |
| void | ClearAll () |
| void | CoinInserted () |
| void | UpdateLastSeenTime () |
| void | GetCoinsLastDays (int coins[NUM_LAST_DAYS]) |
| void | GetCoinsLastWeeks (int coins[NUM_LAST_WEEKS]) |
| void | GetCoinsByDayOfWeek (int coins[DAYS_IN_WEEK]) |
| void | GetCoinsByHour (int coins[HOURS_IN_DAY]) |
| void | ReadFromDisk () |
| void | WriteToDisk () |
Private Member Functions | |
| int | GetCoinsForDay (int iDayOfYear) |
Private Attributes | |
| int | m_iLastSeenTime |
| int | m_iCoinsByHourForYear [DAYS_IN_YEAR][HOURS_IN_DAY] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.7