Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
SessionEntry Struct Reference

#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< Sessionsession
 

Detailed Description

Used by server and client as the data stored in a boost::multi_index container

Constructor & Destructor Documentation

◆ SessionEntry()

SessionEntry::SessionEntry ( EntityID  id,
bool  is_dungeon_master,
boost::asio::ip::address  ip,
std::shared_ptr< Session session 
)
inline

Field Documentation

◆ id

EntityID SessionEntry::id

◆ ip

boost::asio::ip::address SessionEntry::ip

◆ is_dungeon_master

bool SessionEntry::is_dungeon_master

◆ session

std::shared_ptr<Session> SessionEntry::session

The documentation for this struct was generated from the following file: