RType
Public Member Functions | List of all members
Move Class Reference

#include <Move.hpp>

Inheritance diagram for Move:
Inheritance graph
[legend]
Collaboration diagram for Move:
Collaboration graph
[legend]

Public Member Functions

 Move (std::shared_ptr< ServerSocket > serverSocket)
 Construct a new Move:: Move object. More...
 
void update (std::shared_ptr< Event > event, std::shared_ptr< IComponentRType > component) override
 update, update the move More...
 
- Public Member Functions inherited from AService
 AService (std::shared_ptr< ServerSocket > serverSocket)
 Construct a new AService:: AService object. More...
 
 ~AService () override=default
 Destroy the AService:: AService object. More...
 
- Public Member Functions inherited from IService
virtual ~IService ()=default
 Construct a new IService:: IService object. More...
 
virtual void update (IGame *game, std::vector< IObject * > objects)=0
 

Additional Inherited Members

- Protected Attributes inherited from IService
std::shared_ptr< ServerSocket_serverSocket
 

Detailed Description

Definition at line 13 of file Move.hpp.

Constructor & Destructor Documentation

◆ Move()

Move::Move ( std::shared_ptr< ServerSocket serverSocket)
inlineexplicit

Construct a new Move:: Move object.

Parameters
serverSocket

Definition at line 21 of file Move.hpp.

References Move().

Referenced by Move().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ update()

void Move::update ( std::shared_ptr< Event event,
std::shared_ptr< IComponentRType component 
)
overridevirtual

update, update the move

Parameters
event
component

Implements AService.

Definition at line 16 of file Move.cpp.


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