Cavoke  1.1.0
A Platform for creating and hosting multiplayer turn-based board games
Loading...
Searching...
No Matches
cavoke::server::controllers::StatisticsController Member List

This is the complete list of members for cavoke::server::controllers::StatisticsController, including all inherited members.

ADD_METHOD_TO(StatisticsController::game_statistics, "/statistics/game/{game_id}", drogon::Get, drogon::Options) (defined in cavoke::server::controllers::StatisticsController)cavoke::server::controllers::StatisticsController
ADD_METHOD_TO(StatisticsController::user_statistics, "/statistics/user/{user_id}", drogon::Get) (defined in cavoke::server::controllers::StatisticsController)cavoke::server::controllers::StatisticsController
ADD_METHOD_TO(StatisticsController::user_game_statistics, "/statistics/user/{user_id}/game/{game_id}", drogon::Get) (defined in cavoke::server::controllers::StatisticsController)cavoke::server::controllers::StatisticsController
ADD_METHOD_TO(StatisticsController::my_user_statistics, "/profile/my_user_statistics", drogon::Get, "AuthFilter") (defined in cavoke::server::controllers::StatisticsController)cavoke::server::controllers::StatisticsController
ADD_METHOD_TO(StatisticsController::my_user_game_statistics, "/profile/my_user_game_statistics/{game_id}", drogon::Get, "AuthFilter") (defined in cavoke::server::controllers::StatisticsController)cavoke::server::controllers::StatisticsController
game_statistics(const drogon::HttpRequestPtr &req, std::function< void(const drogon::HttpResponsePtr &)> &&callback, const std::string &game_id) (defined in cavoke::server::controllers::StatisticsController)cavoke::server::controllers::StatisticsControllerprotected
my_user_game_statistics(const drogon::HttpRequestPtr &req, std::function< void(const drogon::HttpResponsePtr &)> &&callback, const std::string &game_id) (defined in cavoke::server::controllers::StatisticsController)cavoke::server::controllers::StatisticsControllerprotected
my_user_statistics(const drogon::HttpRequestPtr &req, std::function< void(const drogon::HttpResponsePtr &)> &&callback) (defined in cavoke::server::controllers::StatisticsController)cavoke::server::controllers::StatisticsControllerprotected
StatisticsController(std::shared_ptr< model::GamesStorage > mGamesStorage, std::shared_ptr< model::StatisticsManager > mStatisticsManager) (defined in cavoke::server::controllers::StatisticsController)cavoke::server::controllers::StatisticsController
user_game_statistics(const drogon::HttpRequestPtr &req, std::function< void(const drogon::HttpResponsePtr &)> &&callback, const std::string &user_id, const std::string &game_id) (defined in cavoke::server::controllers::StatisticsController)cavoke::server::controllers::StatisticsControllerprotected
user_statistics(const drogon::HttpRequestPtr &req, std::function< void(const drogon::HttpResponsePtr &)> &&callback, const std::string &user_id) (defined in cavoke::server::controllers::StatisticsController)cavoke::server::controllers::StatisticsControllerprotected