Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
PSRequest Class Reference

#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 email
 
Bool addDiscon
 
Bool addDesync
 
Int lastHouse
 
std::string results
 

Detailed Description

Definition at line 104 of file PersistentStorageThread.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
PSREQUEST_READPLAYERSTATS 
PSREQUEST_UPDATEPLAYERSTATS 
PSREQUEST_UPDATEPLAYERLOCALE 
PSREQUEST_READCDKEYSTATS 
PSREQUEST_SENDGAMERESTOGAMESPY 
PSREQUEST_MAX 

Definition at line 108 of file PersistentStorageThread.h.

Constructor & Destructor Documentation

◆ PSRequest()

PSRequest::PSRequest ( )

Definition at line 53 of file PersistentStorageThread.cpp.

Member Data Documentation

◆ addDesync

Bool PSRequest::addDesync

Definition at line 129 of file PersistentStorageThread.h.

◆ addDiscon

Bool PSRequest::addDiscon

Definition at line 128 of file PersistentStorageThread.h.

◆ cdkey

std::string PSRequest::cdkey

Definition at line 122 of file PersistentStorageThread.h.

◆ email

std::string PSRequest::email

Definition at line 127 of file PersistentStorageThread.h.

◆ lastHouse

Int PSRequest::lastHouse

Definition at line 130 of file PersistentStorageThread.h.

◆ nick

std::string PSRequest::nick

Definition at line 125 of file PersistentStorageThread.h.

◆ password

std::string PSRequest::password

Definition at line 126 of file PersistentStorageThread.h.

◆ player

PSPlayerStats PSRequest::player

Definition at line 119 of file PersistentStorageThread.h.

◆ []

enum { ... } PSRequest::requestType

◆ results

std::string PSRequest::results

Definition at line 133 of file PersistentStorageThread.h.


The documentation for this class was generated from the following files: