#include <PersistentStorageThread.h>
Public Types | |
| enum | { PSREQUEST_READPLAYERSTATS , PSREQUEST_UPDATEPLAYERSTATS , PSREQUEST_UPDATEPLAYERLOCALE , PSREQUEST_READCDKEYSTATS , PSREQUEST_SENDGAMERESTOGAMESPY , PSREQUEST_MAX } |
Public Member Functions | |
| PSRequest () | |
Public Attributes | |
| enum PSRequest:: { ... } | requestType |
| PSPlayerStats | player |
| std::string | cdkey |
| std::string | nick |
| std::string | password |
| std::string | |
| Bool | addDiscon |
| Bool | addDesync |
| Int | lastHouse |
| std::string | results |
Definition at line 104 of file PersistentStorageThread.h.
| anonymous enum |
| Enumerator | |
|---|---|
| PSREQUEST_READPLAYERSTATS | |
| PSREQUEST_UPDATEPLAYERSTATS | |
| PSREQUEST_UPDATEPLAYERLOCALE | |
| PSREQUEST_READCDKEYSTATS | |
| PSREQUEST_SENDGAMERESTOGAMESPY | |
| PSREQUEST_MAX | |
Definition at line 108 of file PersistentStorageThread.h.
| PSRequest::PSRequest | ( | ) |
Definition at line 53 of file PersistentStorageThread.cpp.
| Bool PSRequest::addDesync |
Definition at line 129 of file PersistentStorageThread.h.
| Bool PSRequest::addDiscon |
Definition at line 128 of file PersistentStorageThread.h.
| std::string PSRequest::cdkey |
Definition at line 122 of file PersistentStorageThread.h.
| std::string PSRequest::email |
Definition at line 127 of file PersistentStorageThread.h.
| Int PSRequest::lastHouse |
Definition at line 130 of file PersistentStorageThread.h.
| std::string PSRequest::nick |
Definition at line 125 of file PersistentStorageThread.h.
| std::string PSRequest::password |
Definition at line 126 of file PersistentStorageThread.h.
| PSPlayerStats PSRequest::player |
Definition at line 119 of file PersistentStorageThread.h.
| enum { ... } PSRequest::requestType |
| std::string PSRequest::results |
Definition at line 133 of file PersistentStorageThread.h.