#include <PersistentStorageThread.h>
Public Member Functions | |
| PSPlayerStats (void) | |
| PSPlayerStats (const PSPlayerStats &other) | |
| void | reset (void) |
| void | incorporate (const PSPlayerStats &other) |
Definition at line 40 of file PersistentStorageThread.h.
| PSPlayerStats::PSPlayerStats | ( | void | ) |
Definition at line 1071 of file PersistentStorageThread.cpp.
| PSPlayerStats::PSPlayerStats | ( | const PSPlayerStats & | other | ) |
Definition at line 340 of file PersistentStorageThread.cpp.
| void PSPlayerStats::incorporate | ( | const PSPlayerStats & | other | ) |
Definition at line 212 of file PersistentStorageThread.cpp.
| void PSPlayerStats::reset | ( | void | ) |
Definition at line 1076 of file PersistentStorageThread.cpp.
| Int PSPlayerStats::battleHonors |
Definition at line 80 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::buildingsBuilt |
Definition at line 57 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::buildingsKilled |
Definition at line 55 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::buildingsLost |
Definition at line 56 of file PersistentStorageThread.h.
| Int PSPlayerStats::builtNuke |
Definition at line 94 of file PersistentStorageThread.h.
| Int PSPlayerStats::builtParticleCannon |
Definition at line 93 of file PersistentStorageThread.h.
| Int PSPlayerStats::builtSCUD |
Definition at line 95 of file PersistentStorageThread.h.
| Int PSPlayerStats::challengeMedals |
Definition at line 79 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::customGames |
Definition at line 70 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::desyncs |
Definition at line 61 of file PersistentStorageThread.h.
| Int PSPlayerStats::desyncsInARow |
Definition at line 90 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::discons |
Definition at line 60 of file PersistentStorageThread.h.
| Int PSPlayerStats::disconsInARow |
Definition at line 88 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::duration |
Definition at line 51 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::earnings |
Definition at line 58 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::games |
Definition at line 50 of file PersistentStorageThread.h.
| Int PSPlayerStats::gamesAsRandom |
Definition at line 73 of file PersistentStorageThread.h.
| Int PSPlayerStats::gamesInRowWithLastGeneral |
Definition at line 78 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::gamesOf2p |
Definition at line 63 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::gamesOf3p |
Definition at line 64 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::gamesOf4p |
Definition at line 65 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::gamesOf5p |
Definition at line 66 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::gamesOf6p |
Definition at line 67 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::gamesOf7p |
Definition at line 68 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::gamesOf8p |
Definition at line 69 of file PersistentStorageThread.h.
| Int PSPlayerStats::id |
Definition at line 47 of file PersistentStorageThread.h.
| Real PSPlayerStats::lastFPS |
Definition at line 76 of file PersistentStorageThread.h.
| Int PSPlayerStats::lastGeneral |
Definition at line 77 of file PersistentStorageThread.h.
| std::string PSPlayerStats::lastLadderHost |
Definition at line 98 of file PersistentStorageThread.h.
| Int PSPlayerStats::lastLadderPort |
Definition at line 97 of file PersistentStorageThread.h.
| Int PSPlayerStats::locale |
Definition at line 72 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::losses |
Definition at line 49 of file PersistentStorageThread.h.
| Int PSPlayerStats::lossesInARow |
Definition at line 86 of file PersistentStorageThread.h.
| Int PSPlayerStats::maxDesyncsInARow |
Definition at line 91 of file PersistentStorageThread.h.
| Int PSPlayerStats::maxDisconsInARow |
Definition at line 89 of file PersistentStorageThread.h.
| Int PSPlayerStats::maxLossesInARow |
Definition at line 87 of file PersistentStorageThread.h.
| Int PSPlayerStats::maxQMwinsInARow |
Definition at line 82 of file PersistentStorageThread.h.
| Int PSPlayerStats::maxWinsInARow |
Definition at line 85 of file PersistentStorageThread.h.
| std::string PSPlayerStats::options |
Definition at line 74 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::QMGames |
Definition at line 71 of file PersistentStorageThread.h.
| Int PSPlayerStats::QMwinsInARow |
Definition at line 81 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::surrenders |
Definition at line 62 of file PersistentStorageThread.h.
| std::string PSPlayerStats::systemSpec |
Definition at line 75 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::techCaptured |
Definition at line 59 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::unitsBuilt |
Definition at line 54 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::unitsKilled |
Definition at line 52 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::unitsLost |
Definition at line 53 of file PersistentStorageThread.h.
| PerGeneralMap PSPlayerStats::wins |
Definition at line 48 of file PersistentStorageThread.h.
| Int PSPlayerStats::winsInARow |
Definition at line 84 of file PersistentStorageThread.h.