|
Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
|
#include <session.hpp>
Public Member Functions | |
| SessionEntry (EntityID id, bool is_dungeon_master, boost::asio::ip::address ip, std::shared_ptr< Session > session) | |
Data Fields | |
| EntityID | id |
| bool | is_dungeon_master |
| boost::asio::ip::address | ip |
| std::shared_ptr< Session > | session |
Used by server and client as the data stored in a boost::multi_index container
|
inline |
| EntityID SessionEntry::id |
| boost::asio::ip::address SessionEntry::ip |
| bool SessionEntry::is_dungeon_master |
| std::shared_ptr<Session> SessionEntry::session |