Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
game_instance_manager Class Reference

Static Public Member Functions

static bool try_get_game_instance (const std::string &game_id, game_instance *&game_instance_ptr)
 
static bool try_get_player_and_game_instance (const std::string &player_id, player *&player, game_instance *&game_instance_ptr, std::string &err)
 
static bool try_add_player_to_any_game (player *player, game_instance *&game_instance_ptr, std::string &err)
 
static bool try_add_player (player *player, game_instance *&game_instance_ptr, std::string &err)
 
static bool try_remove_player (player *player, const std::string &game_id, std::string &err)
 
static bool try_remove_player (player *player, game_instance *&game_instance_ptr, std::string &err)
 

The documentation for this class was generated from the following files: