Interface for plugins. More...
#include <IPlugin.hpp>
Inheritance diagram for utl::IPlugin:
Collaboration diagram for utl::IPlugin:Public Member Functions | |
| virtual | ~IPlugin ()=default |
| virtual const std::string | getName () const =0 |
| virtual PluginType | getType () const =0 |
Interface for plugins.
Definition at line 37 of file IPlugin.hpp.
|
virtualdefault |
|
nodiscardpure virtual |
Implemented in eng::AsioClient, gme::FlappyBirdClientSolo, gme::RTypeClientMulti, gme::RTypeClientSolo, gme::RTypeServer, and srv::AsioServer.
|
nodiscardpure virtual |
Implemented in eng::AsioClient, gme::FlappyBirdClientSolo, gme::RTypeClientMulti, gme::RTypeClientSolo, gme::RTypeServer, and srv::AsioServer.