|
Eile Mit Weile
|
Holds the properties that are common to all ClientRequest subclasses. More...
#include <ClientRequest.hpp>
Public Attributes | |
| RequestType | _type |
| std::string | _req_id |
| std::string | _player_id |
| std::string | _game_id |
Holds the properties that are common to all ClientRequest subclasses.
This struct is used to pass the common properties to the base constructor. It is also used to extract the common properties from a json object.
| std::string ClientRequest::BaseClassProperties::_game_id |
The unique id of the game that the request is related to
| std::string ClientRequest::BaseClassProperties::_player_id |
The id of the player that sent the request
| std::string ClientRequest::BaseClassProperties::_req_id |
The unique id of the request
| RequestType ClientRequest::BaseClassProperties::_type |
The type of the request