|
Eile Mit Weile
|
This is the complete list of members for Player, including all inherited members.
| _color | Player | private |
| _color_idx | Player | private |
| _game_id | Player | private |
| _player_name | Player | private |
| FromJson(const rapidjson::Value &json) | Player | static |
| GetColorIdx() const | Player | |
| GetGameId() | Player | |
| GetId() const | UniqueSerializable | |
| GetPlayerName() const noexcept | Player | |
| id | UniqueSerializable | protected |
| Player(std::string name, SerializableValue< int > *color_idx) | Player | explicit |
| Player(std::string name) | Player | explicit |
| Player(std::string id, std::string name) | Player | |
| Player(std::string id, SerializableValue< std::string > *name, SerializableValue< int > *color_idx) | Player | private |
| SetColorIdx(int color_idx) | Player | |
| SetGameId(std::string game_id) | Player | |
| ToJson() const | Serializable | inlinevirtual |
| UniqueSerializable() | UniqueSerializable | protected |
| UniqueSerializable(std::string id) | UniqueSerializable | explicitprotected |
| WriteIntoJson(rapidjson::Value &json, rapidjson::Document::AllocatorType &allocator) const override | Player | virtual |
| UniqueSerializable::WriteIntoJson(rapidjson::Value &json, rapidjson::MemoryPoolAllocator< rapidjson::CrtAllocator > &allocator) const override | UniqueSerializable | |
| ~Player() | Player |