|
Eile Mit Weile
|
This is the complete list of members for FullStateResponse, including all inherited members.
| _game_id | ServerResponse | protected |
| _response_type_to_string | ServerResponse | privatestatic |
| _state_json | FullStateResponse | private |
| _string_to_response_type | ServerResponse | privatestatic |
| _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) | FullStateResponse | static |
| FullStateResponse(BaseClassProperties props, rapidjson::Value *state_json) | FullStateResponse | private |
| FullStateResponse(std::string game_id, const GameState &state) | FullStateResponse | |
| GetGameId() const | ServerResponse | |
| GetStateJson() const | FullStateResponse | |
| GetType() const | ServerResponse | |
| Process() const (defined in ServerResponse) | ServerResponse | inlinevirtual |
| ServerResponse(const BaseClassProperties &) | ServerResponse | protected |
| ToJson() const | Serializable | inlinevirtual |
| WriteIntoJson(rapidjson::Value &json, rapidjson::Document::AllocatorType &allocator) const override | FullStateResponse | virtual |
| ~FullStateResponse() | FullStateResponse |