|
Eile Mit Weile
|
This is the complete list of members for RequestResponse, including all inherited members.
| _err | RequestResponse | private |
| _game_id | ServerResponse | protected |
| _req_id | RequestResponse | private |
| _response_type_to_string | ServerResponse | privatestatic |
| _state_json | RequestResponse | private |
| _string_to_response_type | ServerResponse | privatestatic |
| _success | RequestResponse | private |
| _type | ServerResponse | protected |
| CreateBaseClassProperties(ResponseType type, const std::string &game_id) | ServerResponse | protectedstatic |
| ExtractBaseClassProperties(const rapidjson::Value &json) | ServerResponse | protectedstatic |
| FromJson(const rapidjson::Value &json) | RequestResponse | static |
| GetGameId() const | ServerResponse | |
| GetType() const | ServerResponse | |
| Process() const (defined in ServerResponse) | ServerResponse | inlinevirtual |
| RequestResponse(const BaseClassProperties &props, std::string req_id, bool success, rapidjson::Value *state_json, std::string &err) | RequestResponse | private |
| RequestResponse(const std::string &game_id, std::string req_id, bool success, rapidjson::Value *state_json, std::string err) | RequestResponse | |
| ServerResponse(const BaseClassProperties &) | ServerResponse | protected |
| ToJson() const | Serializable | inlinevirtual |
| WriteIntoJson(rapidjson::Value &json, rapidjson::Document::AllocatorType &allocator) const override | RequestResponse | virtual |
| ~RequestResponse() | RequestResponse |