![]() |
Cavoke
1.1.0
A Platform for creating and hosting multiplayer turn-based board games
|
Static Public Member Functions | |
static RoomInfo | from_room_and_members (const drogon_model::cavoke_orm::Rooms &room_orm, const std::vector< GameSessionAccessObject::UserInfo > &members) |
Public Attributes | |
std::string | room_id |
std::string | invite_code |
std::string | display_name |
std::string | session_id |
GameSessionAccessObject::GameSessionInfo | session |
std::string | host_id |
std::vector< GameSessionAccessObject::UserInfo > | members |
Definition at line 22 of file rooms_storage.h.
|
static |
Definition at line 171 of file rooms_storage.cpp.
std::string cavoke::server::model::RoomsStorage::RoomInfo::display_name |
Definition at line 25 of file rooms_storage.h.
std::string cavoke::server::model::RoomsStorage::RoomInfo::host_id |
Definition at line 28 of file rooms_storage.h.
std::string cavoke::server::model::RoomsStorage::RoomInfo::invite_code |
Definition at line 24 of file rooms_storage.h.
std::vector<GameSessionAccessObject::UserInfo> cavoke::server::model::RoomsStorage::RoomInfo::members |
Definition at line 29 of file rooms_storage.h.
std::string cavoke::server::model::RoomsStorage::RoomInfo::room_id |
Definition at line 23 of file rooms_storage.h.
GameSessionAccessObject::GameSessionInfo cavoke::server::model::RoomsStorage::RoomInfo::session |
Definition at line 27 of file rooms_storage.h.
std::string cavoke::server::model::RoomsStorage::RoomInfo::session_id |
Definition at line 26 of file rooms_storage.h.