Eile Mit Weile
Loading...
Searching...
No Matches
RequestResponse Member List

This is the complete list of members for RequestResponse, including all inherited members.

_errRequestResponseprivate
_game_idServerResponseprotected
_req_idRequestResponseprivate
_response_type_to_stringServerResponseprivatestatic
_state_jsonRequestResponseprivate
_string_to_response_typeServerResponseprivatestatic
_successRequestResponseprivate
_typeServerResponseprotected
CreateBaseClassProperties(ResponseType type, const std::string &game_id)ServerResponseprotectedstatic
ExtractBaseClassProperties(const rapidjson::Value &json)ServerResponseprotectedstatic
FromJson(const rapidjson::Value &json)RequestResponsestatic
GetGameId() constServerResponse
GetType() constServerResponse
Process() const (defined in ServerResponse)ServerResponseinlinevirtual
RequestResponse(const BaseClassProperties &props, std::string req_id, bool success, rapidjson::Value *state_json, std::string &err)RequestResponseprivate
RequestResponse(const std::string &game_id, std::string req_id, bool success, rapidjson::Value *state_json, std::string err)RequestResponse
ServerResponse(const BaseClassProperties &)ServerResponseprotected
ToJson() constSerializableinlinevirtual
WriteIntoJson(rapidjson::Value &json, rapidjson::Document::AllocatorType &allocator) const overrideRequestResponsevirtual
~RequestResponse()RequestResponse