Base class for all DataFeedInputHandlerMethod objects. More...
#include <DataFeedInputHandlerMethod.hpp>
Public Member Functions | |
virtual void | callHandler (shared_ptr< DataBox > dataBox)=0 |
Handler call method. |
Base class for all DataFeedInputHandlerMethod objects.
This class is needed in order to call DataFeedInputHandlerMethod without having to know the specific class used by the template.
Definition at line 53 of file DataFeedInputHandlerMethod.hpp.
virtual void mermaid::support::service::DataFeedInputHandlerMethodBase::callHandler | ( | shared_ptr< DataBox > | dataBox | ) | [pure virtual] |
Handler call method.
This method calls the handler to which the instance of this class points to.
Implemented in mermaid::support::service::DataFeedInputHandlerMethod< o >.