|
RType
|
#include <Animation.hpp>


Public Member Functions | |
| Animation (std::shared_ptr< ServerSocket > serverSocket) | |
| Construct a new Animation:: Animation object. More... | |
| void | update (std::shared_ptr< Event > event, std::shared_ptr< IComponentRType > component) override |
| Destroy the Animation:: Animation object. 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 |
Definition at line 15 of file Animation.hpp.
|
inlineexplicit |
Construct a new Animation:: Animation object.
| serverSocket |
Definition at line 23 of file Animation.hpp.
References Animation().
Referenced by Animation().


|
overridevirtual |