r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
gme::IGameServer Class Reference

Interface for the games. More...

#include <IGameServer.hpp>

+ Inheritance diagram for gme::IGameServer:
+ Collaboration diagram for gme::IGameServer:

Public Member Functions

virtual ~IGameServer ()=default
 
virtual std::string & getName ()
 
virtual void setName (const std::string &newName)
 

Detailed Description

Interface for the games.

Definition at line 19 of file IGameServer.hpp.

Constructor & Destructor Documentation

◆ ~IGameServer()

virtual gme::IGameServer::~IGameServer ( )
virtualdefault

Member Function Documentation

◆ getName()

virtual std::string & gme::IGameServer::getName ( )
nodiscardvirtual

Reimplemented in gme::AGameServer.

◆ setName()

virtual void gme::IGameServer::setName ( const std::string & newName)
virtual

Reimplemented in gme::AGameServer.


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